Changeset 485 for trunk/app/views/messages/listing.ctp
- Timestamp:
- 05/14/08 00:45:34 (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
r483 r485 1 1 <?php 2 2 // die(debug($data)); 3 echo $html->link($html->image('admin/compose_on.gif', array("alt"=>"Compose New Message", "title"=>"Compose New Message")), '/messages/add', null, false, false); 3 echo $html->link($html->image('admin/compose_on.gif', array("alt"=>"Compose New Message", "title"=>"Compose New Message")), 4 '/messages/compose', null, false, false); 4 5 5 6 echo $form->create('Message', array('delete', 'onsubmit'=>'return chkList();', 'name'=>'privmsg_list'));
