Author: jablko
Date: Mon Oct 25 13:19:04 2010
New Revision: 8477

Log:
Drop heading and header

Modified:
   trunk/apps/qubit/modules/informationobject/templates/autocompleteSuccess.php
   trunk/apps/qubit/modules/term/templates/autocompleteSuccess.php

Modified: 
trunk/apps/qubit/modules/informationobject/templates/autocompleteSuccess.php
==============================================================================
--- 
trunk/apps/qubit/modules/informationobject/templates/autocompleteSuccess.php    
    Mon Oct 25 12:33:39 2010        (r8476)
+++ 
trunk/apps/qubit/modules/informationobject/templates/autocompleteSuccess.php    
    Mon Oct 25 13:19:04 2010        (r8477)
@@ -1,7 +1,7 @@
 <table>
   <tbody>
     <?php foreach ($informationObjects as $item): ?>
-      <tr class="<?php echo 0 == ++$row % 2 ? 'even' : 'odd' ?>">
+      <tr>
         <td>
           <?php echo link_to(render_title(new sfIsadPlugin($item)), 
array($item, 'module' => 'informationobject')) ?><?php if 
(QubitTerm::PUBLICATION_STATUS_DRAFT_ID == 
$item->getPublicationStatus()->status->id): ?> <span 
class="publicationStatus"><?php echo $item->getPublicationStatus()->status 
?></span><?php endif; ?>
         </td>

Modified: trunk/apps/qubit/modules/term/templates/autocompleteSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/term/templates/autocompleteSuccess.php     Mon Oct 
25 12:33:39 2010        (r8476)
+++ trunk/apps/qubit/modules/term/templates/autocompleteSuccess.php     Mon Oct 
25 13:19:04 2010        (r8477)
@@ -1,11 +1,5 @@
-<h1><?php echo __('List %1%', array('%1%' => render_title($taxonomy))) ?></h1>
-
-<table class="sticky-enabled">
-  <thead>
-    <tr>
-      <th><?php echo __('Name') ?></th>
-    </tr>
-  </thead><tbody>
+<table>
+  <tbody>
     <?php foreach ($terms as $item): ?>
       <tr>
         <td>

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