Changeset 352 for trunk/app/views/images/admin_listing.ctp
- Timestamp:
- 03/28/08 10:03:54 (10 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/images/admin_listing.ctp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/images/admin_listing.ctp
r292 r352 6 6 echo $html->addCrumb('Images', '#'); 7 7 echo $html->getCrumbs(' / '); 8 echo '<div class="title_section">Images</div>';8 echo $html->div('title_section', 'Images'); 9 9 $return = null; 10 10 } … … 29 29 echo $form->error('Image.file', 'Title is required.'); 30 30 echo '</fieldset>'; 31 echo $form->end('Upload'); ?>32 31 echo $form->end('Upload'); 32 ?> 33 33 </td> 34 34 </tr> … … 62 62 { 63 63 echo $form->create('Image', array('action'=>'admin_delete')); 64 echo $form->hidden('Image.return', array('value' => '/admin/images/listing'));64 echo $form->hidden('Image.return', array('value'=>'/admin/images/listing/'.$return)); 65 65 echo $form->hidden('Image.id', array('value' => $val['Image']['id'])); 66 66 echo $form->end('Delete');
