Changeset 492 for trunk/app/views/messages/listing.ctp
- Timestamp:
- 05/15/08 17:05:35 (8 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/messages/listing.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/messages/listing.ctp
r490 r492 1 <script type="text/javascript"> 2 window.onload = timedMsg; 3 </script> 1 4 <?php 5 6 $session->flash(); 7 2 8 // die(debug($data)); 3 9 echo $html->link($html->image('admin/compose_on.gif', array("alt"=>"Compose New Message", "title"=>"Compose New Message")),
