Changeset 2486 for trunk/app/views/images/admin_listing.ctp
- Timestamp:
- 08/27/10 17:14:12 (21 months ago)
- File:
-
- 1 edited
-
trunk/app/views/images/admin_listing.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/images/admin_listing.ctp
r2358 r2486 69 69 endif; 70 70 echo '<br />'; 71 if ( $ session->read('Auth.User.id') == $val['Image']['user_id'] ): # user is owner image71 if ( $this->Session->read('Auth.User.id') == $val['Image']['user_id'] ): # user is owner image 72 72 echo $this->Form->create('Image', array('action'=>'delete', 'onsubmit'=>"return confirm('$msg')")); 73 73 echo $this->Form->hidden('Image.return', array('value'=>'/admin/images/listing/'.$return));
Note: See TracChangeset
for help on using the changeset viewer.
