Show
Ignore:
Timestamp:
06/09/08 20:42:10 (5 months ago)
Author:
aarkerio
Message:

Update

Files:
1 modified

Legend:

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

    r588 r596  
    1313                      ), array('style'=>'width:150px;float:right;')); 
    1414  
    15 echo  $html->div(null, 'Login', array('style'=>'width:250px;float:left;font:bold italic large Palatino')); 
     15echo  $html->div(null, __('Login', true), array('style'=>'width:250px;float:left;font:bold italic large Palatino')); 
    1616echo  $html->div(null, '', array('style'=>'clear:both;')); 
    1717echo  $form->create('User',array("action"=>"login","onsubmit"=>"return validateLogin()"));  
    1818?> 
    1919<fieldset> 
    20 <legend>Login</legend> 
     20<legend><?php __('Login');?> </legend> 
    2121  <?php  
    2222   echo  $form->input('User.email', array('size' => 30, 'maxlength'=>50, 'between' => ': <br />')) . "<br />";