Author: sevein
Date: Wed Oct 27 04:49:10 2010
New Revision: 8538

Log:
Move add new link to actions.

Modified:
   trunk/plugins/qbAclPlugin/modules/aclGroup/templates/listSuccess.php

Modified: trunk/plugins/qbAclPlugin/modules/aclGroup/templates/listSuccess.php
==============================================================================
--- trunk/plugins/qbAclPlugin/modules/aclGroup/templates/listSuccess.php        
Wed Oct 27 04:41:07 2010        (r8537)
+++ trunk/plugins/qbAclPlugin/modules/aclGroup/templates/listSuccess.php        
Wed Oct 27 04:49:10 2010        (r8538)
@@ -4,7 +4,7 @@
   <thead>
     <tr>
       <th>
-        <?php echo __('Group') ?> <?php echo link_to(__('Add new'), 
array('module' => 'aclGroup', 'action' => 'add')) ?>
+        <?php echo __('Group') ?>
       </th><th>
         <?php echo __('Members') ?>
       </th>
@@ -27,3 +27,15 @@
 </table>
 
 <?php echo get_partial('default/pager', array('pager' => $pager)) ?>
+
+<div class="actions section">
+
+  <h2 class="element-invisible"><?php echo __('Actions') ?></h2>
+
+    <div class="content">
+      <ul class="clearfix links">
+       <li><?php echo link_to(__('Add new'), array('module' => 'aclGroup', 
'action' => 'add')) ?></li>
+     </ul>
+   </div>
+
+</div>

-- 
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.com/group/qubit-commits?hl=en.

Reply via email to