Show
Ignore:
Timestamp:
05/14/08 00:45:34 (8 months ago)
Author:
aarkerio
Message:

Messages system

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/messages/listing.ctp

    r483 r485  
    11<?php  
    22// 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); 
     3echo $html->link($html->image('admin/compose_on.gif', array("alt"=>"Compose New Message", "title"=>"Compose New Message")),  
     4'/messages/compose', null, false, false); 
    45 
    56echo $form->create('Message', array('delete', 'onsubmit'=>'return chkList();', 'name'=>'privmsg_list'));