Changeset 50 for trunk/app/views/helpers
- Timestamp:
- 07/18/07 01:06:54 (17 months ago)
- Location:
- trunk/app/views/helpers
- Files:
-
- 2 modified
-
gags.php (modified) (1 diff)
-
oth_auth.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/helpers/gags.php
r45 r50 40 40 } 41 41 42 public function setImages() { 42 public function setImages() 43 { 43 44 $img = '<p style="text-align:right;width:150px;float:right">'; 44 45 $img .= $this->Html->link($this->Html->image('admin/myimages.jpg', array("alt"=>"My Images", "title"=>"My Images")), '#', 45 46 array("onclick"=>"javascript:window.open('/admin/images/listing/set', 'blank', 'toolbar=no, scrollbars=yes,width=700,height=500')"), null, null,false); 46 47 $img .= '</p>'; 47 return $img; 48 } 49 48 return $img; 49 } 50 51 public function construction() 52 { 53 return '<p align="center">' . $this->Html->image('static/construction.jpg', array("alt"=>"Under construction", "title"=>"Under construction")) . '</p>'; 54 } 55 50 56 } -
trunk/app/views/helpers/oth_auth.php
r1 r50 149 149 150 150 } 151 ?> 151 ?>
