Author: david
Date: Thu Sep 17 15:46:30 2009
New Revision: 3385
Log:
Rollback r3330 - restore 'list' button.
Modified:
trunk/apps/qubit/modules/user/templates/showSuccess.php
Modified: trunk/apps/qubit/modules/user/templates/showSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/user/templates/showSuccess.php Thu Sep 17
15:40:47 2009 (r3384)
+++ trunk/apps/qubit/modules/user/templates/showSuccess.php Thu Sep 17
15:46:30 2009 (r3385)
@@ -50,4 +50,5 @@
<?php if (QubitAcl::check($user, QubitAclAction::UPDATE_ID)): ?>
<li><?php echo link_to (__('Edit'), array('module' => 'user', 'action' =>
'edit', 'id' => $user->id)) ?></li>
<?php endif; ?>
+ <li><?php echo link_to(__('List'), array('module' => 'user', 'action' =>
'list')) ?></li>
</ul>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---