Author: jablko
Date: Tue Oct 26 16:54:37 2010
New Revision: 8524

Log:
Move add new link to actions

Modified:
   trunk/apps/qubit/modules/menu/templates/listSuccess.php

Modified: trunk/apps/qubit/modules/menu/templates/listSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/menu/templates/listSuccess.php     Tue Oct 26 
16:42:10 2010        (r8523)
+++ trunk/apps/qubit/modules/menu/templates/listSuccess.php     Tue Oct 26 
16:54:37 2010        (r8524)
@@ -4,7 +4,7 @@
   <thead>
     <tr>
       <th>
-        <?php echo __('Name') ?> <?php echo link_to(__('Add new'), 
array('module' => 'menu', 'action' => 'add')) ?>
+        <?php echo __('Name') ?>
       </th><th>
         <?php echo __('Label') ?>
       </th>
@@ -41,3 +41,15 @@
     <?php endforeach; ?>
   </tbody>
 </table>
+
+<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' => 'menu', '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