Changeset 1652 for branches/website/application/views/admin/edit_list.php
- Timestamp:
- 12/30/2007 03:23:58 PM (12 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/website/application/views/admin/edit_list.php
r1651 r1652 18 18 19 19 <ul class="edit_list"> 20 <?php if ($new != ''): ?> 20 21 <li class="new"><?php echo html::anchor($edit_action.'new', $new) ?></li> 22 <?php endif ?> 21 23 <?php foreach ($items as $id => $name): ?> 22 24 <li><?php echo html::anchor($edit_action.$id, $name) ?> <span>[<?php echo html::anchor($delete_action.$id, 'Delete') ?>]</span></li>
