Show
Ignore:
Timestamp:
07/29/08 18:18:05 (4 months ago)
Author:
aarkerio
Message:

Update helps

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/entries/admin_edit.ctp

    r660 r679  
    2323   echo $form->select('Entry.subject_id', $subjects);  
    2424  ?> 
    25 </td>  <td> 
    26   <?php echo $html->link($html->image('admin/myimages.jpg', array("alt"=>"My Images", "title"=>"My Images")), '#', array("onclick"=>"javascript:window.open('/admin/images/listing/set', 'blank', 'toolbar=no, scrollbars=yes,width=700,height=500')"), null, false) ?></p> 
     25</td> <td> 
     26<?php  
     27  echo $html->link($html->image('admin/myimages.jpg', array('alt'=>__('My Images', true), 'title'=>__('My Images',true))), '#', array("onclick"=>"javascript:window.open('/admin/images/listing/set', 'blank', 'toolbar=no, scrollbars=yes,width=700,height=500')"), null, false);  
     28?> 
    2729  </td> 
    2830  </tr>