Author: david
Date: Thu Sep 17 15:47:44 2009
New Revision: 3386
Log:
Remove 'add new' button from bottom of user list.
Modified:
trunk/apps/qubit/modules/user/templates/listSuccess.php
Modified: trunk/apps/qubit/modules/user/templates/listSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/user/templates/listSuccess.php Thu Sep 17
15:46:30 2009 (r3385)
+++ trunk/apps/qubit/modules/user/templates/listSuccess.php Thu Sep 17
15:47:44 2009 (r3386)
@@ -42,8 +42,4 @@
<div class="result-count">
<?php echo __('displaying %1% to %2% of %3% results', array('%1%' =>
$users->getFirstIndice(), '%2%' => $users->getLastIndice(), '%3%' =>
$users->getNbResults())) ?>
-</div>
-
-<div class="menu-action" style="padding-top: 10px;">
-<?php echo link_to (__('add new user'), array('module' => 'user', 'action' =>
'create')) ?>
-</div>
+</div>
\ 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
-~----------~----~----~----~------~----~------~--~---