Changeset 608
- Timestamp:
- 06/14/08 01:59:10 (4 months ago)
- Location:
- trunk/app/views
- Files:
-
- 2 modified
-
elements/studentclass.ctp (modified) (1 diff)
-
layouts/portal.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/elements/studentclass.ctp
r494 r608 8 8 endforeach; 9 9 ?> 10 </select> 10 11 </form> 11 12 </div> -
trunk/app/views/layouts/portal.ctp
r604 r608 35 35 36 36 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( 38 38 $html->image('static/mailgray.png', 39 39 array('alt'=>'Messages', 'title'=>'Messages')),
