Changeset 673 for trunk/app/views

Show
Ignore:
Timestamp:
07/24/08 00:04:18 (4 months ago)
Author:
aarkerio
Message:

Ass edublog

Location:
trunk/app/views
Files:
2 modified

Legend:

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

    r653 r673  
    66 
    77if ($blog["User"]["id"] ==  $session->read('Auth.User.id')): 
    8      echo $html->para(null, '(Will you send a message to yourself?)');; 
     8     echo $html->para(null, '('.__('Will you send a message to yourself', true).'?)');; 
    99endif; 
    1010?> 
  • trunk/app/views/users/admin_edit.ctp

    r627 r673  
    3030   
    3131  echo $form->label('User.layout', __('Layout',true).': ');  
    32   $designs = array('rubyx'=>'Rubyx', 'school'=>'School', 'paris'=>'Paris'); 
    33   echo $form->select('User.layout', $designs, null, null, false); 
     32  $styles = array('rubyx'=>'Rubyx', 'school'=>'School', 'paris'=>'Paris', 'basic'=>'Basic'); 
     33  echo $form->select('User.layout', $styles, null, null, false); 
    3434   
    3535  echo $form->label('User.cv', __('Profile',true) );