Diff for /loncom/interface/mydesk.tab between versions 1.108 and 1.109

version 1.108, 2009/06/08 09:14:07 version 1.109, 2009/07/13 08:24:21
Line 1 Line 1
 # Categories  # Categories
 # cat:column,row:title  # cat:column,row:title
   cat:0,0:none:No category, inline menu
 cat:1,2:com:Communication  cat:1,2:com:Communication
 cat:1,3:set:My Space  cat:1,3:set:My Space
 cat:2,1:umn:User Management  cat:2,1:umn:User Management
Line 23  cat:2,6:oth:Other Line 24  cat:2,6:oth:Other
 # bot-> txt for the bottom row of the remote  # bot-> txt for the bottom row of the remote
 # act-> javascrtip to excute when clicked  # act-> javascrtip to excute when clicked
 # txt-> text to display in the extended remote or inline remote  # txt-> text to display in the extended remote or inline remote
 # cat-> category that this belongs into  # cat-> category that this belongs into (or "none" if in top menus)
 #  #
 # pro = clear    clear the button  # pro = clear    clear the button
 # pro = any      any permission level is allowed this button  # pro = any      any permission level is allowed this button
Line 38  cat:2,6:oth:Other Line 39  cat:2,6:oth:Other
 # course_p???    allowed if in course and have permissions  # course_p???    allowed if in course and have permissions
 # courseenv_????   allowed if in course and course environment key exists  # courseenv_????   allowed if in course and course environment key exists
 # author         allowed if an author  # author         allowed if an author
 # tools          allowed if user has access to particular user tool (= prt)   # tools          allowed if user has access to particular user tool (= prt)
 #  # editpriv       allowed if user has edit privileges for the current resource 
   # retlink        there is a valid location to return to
   
   # 0 is very top menu line
   
   0:1:any:any::::go('/adm/communicate');:Messages:none
   0:2:shc:any::::go('/adm/roles');:Courses:none
   0:2:shc:rst::::go('/adm/roles');:Courses:none
   0:2:nsc:any::::go('/adm/roles');:Roles:none
   0:2:nsc:rcm::::go('/adm/roles');:Roles:none
   0:3:any:any::::helpMenu('display');:Help:none
   0:4:any:any::::go('/adm/logout');:Logout:none
   
   # 15 is primary inline menu
   
   15:1:any:any::::go('/adm/menu');:Main Menu:none
   
   # 16 is secondary inline menu
   
   
   # 0<n<15 is remote and main menu
   
 1:1:shc:any:courses.gif:choose[_1]:course[_1]:go('/adm/roles');:Choose the course to work on:rcr  1:1:shc:any:courses.gif:choose[_1]:course[_1]:go('/adm/roles');:Choose the course to work on:rcr
 1:1:shc:rst:courses.gif:switch[_1]:course[_2]:go('/adm/roles');:Switch to another course:rcr  1:1:shc:rst:courses.gif:switch[_1]:course[_2]:go('/adm/roles');:Switch to another course:rcr
 1:1:nsc:any:roles.gif:switch[_2]:role[_1]:go('/adm/roles');:Switch to another user role:rol  1:1:nsc:any:roles.gif:switch[_2]:role[_1]:go('/adm/roles');:Switch to another user role:rol

Removed from v.1.108  
changed lines
  Added in v.1.109


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>