Author: david
Date: Tue Sep 15 17:02:55 2009
New Revision: 3330
Log:
Remove 'list' button from user/show as per issue #917.
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 Tue Sep 15
16:58:45 2009 (r3329)
+++ trunk/apps/qubit/modules/user/templates/showSuccess.php Tue Sep 15
17:02:55 2009 (r3330)
@@ -50,5 +50,4 @@
<?php if (SecurityCheck::HasPermission($sf_user, array('module' => 'user',
'action' => 'edit'))): ?>
<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>
\ No newline at end of file
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---