Changeset 488 for trunk/app/views/messages/listing.ctp
- Timestamp:
- 05/14/08 14:52:22 (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
r485 r488 2 2 // die(debug($data)); 3 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 '/messages/compose', null, false, false) . ' '; 5 6 echo $html->link($html->image('static/sent_icon.gif', array("alt"=>"Sent Messages", "title"=>"Sent Messages")), 7 '/messages/sentmessages', null, false, false); 5 8 6 9 echo $form->create('Message', array('delete', 'onsubmit'=>'return chkList();', 'name'=>'privmsg_list'));
