Show
Ignore:
Timestamp:
07/10/08 18:56:32 (5 months ago)
Author:
aarkerio
Message:

Litle changes

Files:
1 modified

Legend:

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

    r544 r639  
    11<?php  
    2  echo $html->addCrumb('Control Tools', '/admin/entries/start');   
     2 echo $html->addCrumb('Control Panel', '/admin/entries/start');   
    33 echo $html->getCrumbs(' / ');  
    44 
    5  echo $html->link($html->image('admin/compose_on.gif', array("alt"=>"Compose New Message", "title"=>"Compose New Message")), '/admin/messages/add', null, false, false); 
     5 echo $html->div(null,$html->link($html->image('admin/compose_on.gif', array("alt"=>"Compose New Message", "title"=>"Compose New Message")), '/admin/messages/add', null, false, false)); 
    66 
    77if ( $session->read('Auth.User.group_id') == 1): // if user belongs to admin group 
     
    5353 echo '<tr><td colspan="5" style="text-align:right">'; 
    5454  
    55  if ( count($data) > 0 ) 
    56  { 
     55 if ( count($data) > 0 ): 
    5756    echo $html->link('Mark all', "javascript:select_switch(true)", array("style"=>"font-size:7pt")) . ' '; 
    5857    echo $html->link('Unmark all', "javascript:select_switch(false)", array("style"=>"font-size:7pt")) . '<br />'; 
    5958     
    60     echo $form->end('Deleted marked'); 
    61  } 
     59    echo $form->end(__('Deleted marked', true)); 
     60 endif; 
    6261?> 
    6362</form>