Changeset 344 for trunk/app/views/galleries
- Timestamp:
- 03/25/08 10:32:39 (8 months ago)
- Location:
- trunk/app/views/galleries
- Files:
-
- 2 modified
-
admin_listing.ctp (modified) (1 diff)
-
display.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/galleries/admin_listing.ctp
r253 r344 21 21 $gags->sendEdit($val['Gallery']['id'], 'galleries'), 22 22 $html->link($html->image('admin/eye_icon.gif', array("alt"=>"See ". $val['Gallery']['title'], "title"=>"See ". $val['Gallery']['title'])), '#', 23 array("onclick"=>"window.open('/galleries/display/". $othAuth->user('username').", null, 'status=1,toolbar=1,scrollbars=1,height=600,width=800';)"), null, null, false),23 array("onclick"=>"window.open('/galleries/display/". $cU['User']['username'].", null, 'status=1,toolbar=1,scrollbars=1,height=600,width=800';)"), null, null, false), 24 24 $html->link($val['Gallery']['title'], '/admin/photos/listing/'.$val['Gallery']['id']), 25 25 $gags->setStatus($val['Gallery']['status']), -
trunk/app/views/galleries/display.ctp
r253 r344 63 63 <p> 64 64 <?php 65 if ( $ othAuth->user('username'))65 if ( $cU['User']['username'] ) 66 66 { 67 echo $ othAuth->user('username'). " escribe:";67 echo $cU['User']['username'] . " escribe:"; 68 68 69 } else { 69 } 70 else 71 { 70 72 echo $html->input('Discution/username', array("size" => 25, "maxlength" => 50)); 71 73 echo $form->labelTag( 'Discution/username', ' Nombre (requerido)' );
