Author: jablko
Date: Wed Oct 27 17:51:45 2010
New Revision: 8583

Log:
Drop heading and header

Modified:
   trunk/apps/qubit/modules/taxonomy/templates/autocompleteSuccess.php

Modified: trunk/apps/qubit/modules/taxonomy/templates/autocompleteSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/taxonomy/templates/autocompleteSuccess.php Wed Oct 
27 17:46:02 2010        (r8582)
+++ trunk/apps/qubit/modules/taxonomy/templates/autocompleteSuccess.php Wed Oct 
27 17:51:45 2010        (r8583)
@@ -1,18 +1,11 @@
-<h1><?php echo __('List taxonomies') ?></h1>
-
 <table>
-  <thead>
-    <tr>
-      <th><?php echo __('Name') ?></th>
-    </tr>
-  </thead>
   <tbody>
-  <?php foreach ($taxonomies as $taxonomy): ?>
-    <tr>
-      <td>
-        <?php echo link_to(render_title($taxonomy), array($taxonomy, 'module' 
=> 'taxonomy')) ?>
-      </td>
-    </tr>
-  <?php endforeach; ?>
+    <?php foreach ($taxonomies as $item): ?>
+      <tr>
+        <td>
+          <?php echo link_to(render_title($item), array($item, 'module' => 
'taxonomy')) ?>
+        </td>
+      </tr>
+    <?php endforeach; ?>
   </tbody>
 </table>

-- 
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