Show
Ignore:
Timestamp:
03/25/08 10:32:39 (10 months ago)
Author:
aarkerio
Message:

Webquest fixed

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/galleries/admin_listing.ctp

    r253 r344  
    2121        $gags->sendEdit($val['Gallery']['id'], 'galleries'), 
    2222        $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), 
    2424        $html->link($val['Gallery']['title'], '/admin/photos/listing/'.$val['Gallery']['id']), 
    2525        $gags->setStatus($val['Gallery']['status']),