Author: jablko
Date: Wed Oct 27 17:23:26 2010
New Revision: 8579

Log:
Drop heading and header

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

Modified: 
trunk/apps/qubit/modules/physicalobject/templates/autocompleteSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/physicalobject/templates/autocompleteSuccess.php   
Wed Oct 27 17:09:36 2010        (r8578)
+++ trunk/apps/qubit/modules/physicalobject/templates/autocompleteSuccess.php   
Wed Oct 27 17:23:26 2010        (r8579)
@@ -1,13 +1,4 @@
-<h1><?php echo __('List %1%', array('%1%' => 
sfConfig::get('app_ui_label_physicalobject'))) ?></h1>
-
 <table>
-  <thead>
-    <tr>
-      <th>
-        <?php echo __('Title') ?>
-      </th>
-    </tr>
-  </thead>
   <tbody>
     <?php foreach ($physicalObjects as $item): ?>
       <tr class="<?php echo 0 == ++$row % 2 ? 'even' : 'odd' ?>">

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