Changeset 1675
- Timestamp:
- 03/04/10 09:55:17 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/ullVentoryPlugin/modules/ullVentory/templates/listSuccess.php
r1531 r1675 27 27 <li> 28 28 <?php echo $filter_form['search']->renderLabel() ?> 29 <?php echo $filter_form['search']->render() ?> 30 <?php echo submit_image_tag(ull_image_path('search'), 31 array('alt' => 'search_list', 'class' => 'image_align_middle_no_border')) ?> 29 <?php echo $filter_form['search']->render(array('value' => '')) ?> 32 30 </li> 33 31
