Changeset 161 for trunk/app/views/news
- Timestamp:
- 09/26/07 11:11:20 (14 months ago)
- Location:
- trunk/app/views/news
- Files:
-
- 2 modified
-
admin_add.thtml (modified) (1 diff)
-
admin_edit.thtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/news/admin_add.thtml
r97 r161 29 29 </td> 30 30 <td> 31 <?php echo $html->link($html->image('admin/myimages.jpg', array("alt"=>"My Images", "title"=>"My Images")), '#', array("onclick"=>"javascript:window.open('/admin/images/list view', 'blank', 'toolbar=no, scrollbars=yes,width=700,height=500')"), null, false) ?></p>31 <?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> 32 32 </td></tr> 33 33 -
trunk/app/views/news/admin_edit.thtml
r71 r161 29 29 </td> 30 30 <td> 31 <?php echo $html->link($html->image('admin/myimages.jpg', array("alt"=>"My Images", "title"=>"My Images")), '#', array("onclick"=>"javascript:window.open('/admin/images/list view', 'blank', 'toolbar=no, scrollbars=yes,width=700,height=500')"), null, false) ?></p>31 <?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> 32 32 </td></tr> 33 33
