Changeset 485 for trunk/app/views/messages
- Timestamp:
- 05/14/08 00:45:34 (7 months ago)
- Location:
- trunk/app/views/messages
- Files:
-
- 2 added
- 1 modified
-
autocomplete.ctp (added)
-
compose.ctp (added)
-
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'));
