Show
Ignore:
Timestamp:
06/04/08 20:53:56 (6 months ago)
Author:
aarkerio
Message:

Locales

Location:
trunk/app/views/elements
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/elements/login_hide.ctp

    r574 r587  
    3030   echo '</fieldset>'; 
    3131 
    32    echo $html->div(null, $html->link('Join us!', '/users/register', array('style'=>'font-size:7pt'))); 
    33    echo $html->div(null, $html->link('forgot your password?', '/recovers/recover', array('style'=>'font-size:7pt')));  
     32   echo $html->div(null, $html->link(__('Join us!', true), '/users/register', array('style'=>'font-size:7pt'))); 
     33   echo $html->div(null, $html->link(__('Forgot your password?', true), '/recovers/recover', array('style'=>'font-size:7pt')));  
    3434 ?> 
    3535</div> 
  • trunk/app/views/elements/menu_b.ctp

    r431 r587  
    55  <li><?php echo $html->link('Edublogs', '/users/bloggers/', array('title'=>'eduBlogs')); ?> </li> 
    66  <li><?php echo $html->link('Podcasts', '/podcasts/recent', array('title'=>'Download and hear')); ?> </li> 
    7   <li><?php echo $html->link('Directory', '/users/directory/', array('title'=>'Staff')); ?> </li> 
    8   <li><?php echo $html->link('Newsletter', '/newsletters/display/', array('title'=>'Keep in touch')); ?> </li> 
     7  <li><?php echo $html->link(__('Directory', true), '/users/directory/', array('title'=>'Staff')); ?> </li> 
     8  <li><?php echo $html->link(__('Newsletter', true), '/newsletters/display/', array('title'=>'Keep in touch')); ?> </li> 
    99 <?php  
    1010   //echo $html->link('Library', '/medias/display/', array('title'=>'Resources'));