Author: jablko
Date: Wed Oct 13 19:31:10 2010
New Revision: 8092

Log:
Drop heading and header

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

Modified: 
trunk/apps/qubit/modules/informationobject/templates/autocompleteSuccess.php
==============================================================================
--- 
trunk/apps/qubit/modules/informationobject/templates/autocompleteSuccess.php    
    Wed Oct 13 19:29:08 2010        (r8091)
+++ 
trunk/apps/qubit/modules/informationobject/templates/autocompleteSuccess.php    
    Wed Oct 13 19:31:10 2010        (r8092)
@@ -1,16 +1,4 @@
-<h1><?php echo __('List %1%', array('%1%' => 
sfConfig::get('app_ui_label_informationobject'))) ?></h1>
-
 <table>
-  <thead>
-    <tr>
-      <th>
-        <?php echo __('Title') ?>
-        <?php if (QubitAcl::check($resource, 'create')): ?>
-          <?php echo link_to(__('Add new'), array('module' => 
'informationobject', 'action' => 'create', 'parent' => url_for(array($resource, 
'module' => 'informationobject')))) ?>
-        <?php endif; ?>
-      </th>
-    </tr>
-  </thead>
   <tbody>
     <?php foreach ($informationObjects 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