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

version 1.108.6.1, 2009/08/13 10:46:19 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
Line 89  cat:2,6:oth:Other Line 111  cat:2,6:oth:Other
 7:2:adv:rcm:egrd.gif:enter[_1]:grades[_3]:go('/adm/grades');:Enter grades from check-out assessment resources:oth  7:2:adv:rcm:egrd.gif:enter[_1]:grades[_3]:go('/adm/grades');:Enter grades from check-out assessment resources:oth
 7:2:pusc:$requested_domain:sctr.gif:send bub[_1]:blesheet[_1]:gocmd('/adm/grades','scantronupload');:Send bubblesheet data to a course:oth  7:2:pusc:$requested_domain:sctr.gif:send bub[_1]:blesheet[_1]:gocmd('/adm/grades','scantronupload');:Send bubblesheet data to a course:oth
 7:3:clear  7:3:clear
   7:3:tools:reqcrs:rcrs.gif:request[_1]:course[_16]:go('/adm/requestcourse');:Request creation of a new course:oth
 7:3:pmky:$requested_domain:keys.gif:manage[_1]:acc keys[_1]:go('/adm/managekeys');:Manage Access Keys:dom  7:3:pmky:$requested_domain:keys.gif:manage[_1]:acc keys[_1]:go('/adm/managekeys');:Manage Access Keys:dom
 8:1:clear  
 8:1:tools:reqcrsshc:rcrs.gif:request[_1]:course[_16]:go('/adm/requestcourse');:Course requests:rcr  
 8:1:tools:reqcrsnsc:rcrs.gif:request[_1]:course[_16]:go('/adm/requestcourse');:Course requests:rol  
 9:2:any:any:vbkm.gif:view[_1]:bookmark[_1]:edit_bookmarks():Use or edit my bookmark collection:set  9:2:any:any:vbkm.gif:view[_1]:bookmark[_1]:edit_bookmarks():Use or edit my bookmark collection:set
 10:1:clear  10:1:clear
 10:1:any:any:anno.gif:calendar[_1]:announce[_1]:go('/adm/announcements');:Course announcements and my calendar:com  10:1:any:any:anno.gif:calendar[_1]:announce[_1]:go('/adm/announcements');:Course announcements and my calendar:com

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


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