Changeset 608

Show
Ignore:
Timestamp:
06/14/08 01:59:10 (4 months ago)
Author:
aarkerio
Message:

vgroup fixed

Location:
trunk/app/views
Files:
2 modified

Legend:

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

    r494 r608  
    88endforeach; 
    99?> 
     10</select> 
    1011</form> 
    1112</div> 
  • trunk/app/views/layouts/portal.ctp

    r604 r608  
    3535 
    3636   if (  $session->read('Auth.User.group_id') == 3 ): // the logged user is student 
    37      echo $html->link(__('my_profile', true), '/users/edit'). ' | '.$html->link( 
     37     echo $html->link(__('My profile', true), '/users/edit'). ' | '.$html->link( 
    3838                                                                        $html->image('static/mailgray.png',  
    3939                                                                                  array('alt'=>'Messages', 'title'=>'Messages')),