Diff for /loncom/interface/mydesk.tab between versions 1.171 and 1.174

version 1.171, 2016/10/22 20:05:19 version 1.174, 2017/06/30 14:51:46
Line 1 Line 1
   # $Id$
 # primary menu links  # primary menu links
 # Apache::lonmenu::primary_menu() generates a menu from these elements  # Apache::lonmenu::primary_menu() generates a menu from these elements
 # prim: item belongs to primary menu  # prim: item belongs to primary menu
Line 63  primsub:Personal:/adm/[domain]/[user]/_r Line 64  primsub:Personal:/adm/[domain]/[user]/_r
 #   possible conditions:  #   possible conditions:
 #   - empty:   #   - empty: 
 #   - showgroups: user is member of a group  #   - showgroups: user is member of a group
 #   - showsyllabus: course context and user has mdc priv, or syllabus exists  #   - showsyllabus: course context and user has mdc or cev priv, or syllabus exists
 #                   (and not included in course content).  #                   (and not included in course content).
 #   - showfeeds: course context and user has mdc priv, or course feeds exist  #   - showfeeds: course context and user has mdc or cev priv, or course feeds exist
 #   - showresv: course context and user cannot manage grades, and slots exist  #   - showresv: course context and user cannot view or manage grades, and slots exist
 #   - always: show this link even if user hasn't selected a role  #   - always: show this link even if user hasn't selected a role
 #   - whn: access what's new  #   - whn: access what's new
 #   - cst: Grant/revoke role of Student:Grant/revoke role of Member   #   - vgr: user can view grades
 #   - ncst: Not grant/revoke roles  #   - viewusers: user can grant/revoke student/member roles or can view classlists
 #   - params: Set and/or view assessment parameters  #   - params: Set and/or view assessment parameters
   #   - noviewusers: user can neither grant/revoke student roles nor view classlists
 #   - nvgr: cannot view other people's grades   #   - nvgr: cannot view other people's grades 
 #   - mgr: Manage grades  #   - mgr: Manage grades
 #   - author: authors (au, ca, aa)  #   - author: authors (au, ca, aa)
Line 80  primsub:Personal:/adm/[domain]/[user]/_r Line 82  primsub:Personal:/adm/[domain]/[user]/_r
 scnd:/adm/whatsnew:::What's New:whn  scnd:/adm/whatsnew:::What's New:whn
 scnd:/adm/navmaps?postdata=[url]&postsymb=[symb]:::Contents:  scnd:/adm/navmaps?postdata=[url]&postsymb=[symb]:::Contents:
 scnd:/adm/quickgrades:::Grades:nvgr  scnd:/adm/quickgrades:::Grades:nvgr
 scnd:/adm/createuser:::People:cst  scnd:/adm/createuser:::People:viewusers
 scnd:/adm/viewclasslist:::People:ncst  scnd:/adm/viewclasslist:::People:noviewusers
 scnd:/adm/coursegroups:::Groups:showgroups  scnd:/adm/coursegroups:::Groups:showgroups
 scnd:/adm/slotrequest?command=manageresv:::Reservations:showresv  scnd:/adm/slotrequest?command=manageresv:::Reservations:showresv
 scnd:/adm/slotrequest?command=showslots:::Slots:mgr  scnd:/adm/slotrequest?command=showslots:::Slots:vgr
 scnd:/adm/grades:::Grades:vgr  scnd:/adm/grades:::Grades:vgr
 scnd:/adm/parmset:::Settings:params  scnd:/adm/parmset:::Settings:params
 scnd:/public/[cdom]/[cnum]/syllabus:::Syllabus:showsyllabus  scnd:/public/[cdom]/[cnum]/syllabus:::Syllabus:showsyllabus
Line 170  cat:2,6:oth:Other Line 172  cat:2,6:oth:Other
 1:1:nsc:any:roles.png:switch[_2]:role[_1]:go('/adm/roles');:Switch to another user role:rol  1:1:nsc:any:roles.png:switch[_2]:role[_1]:go('/adm/roles');:Switch to another user role:rol
 1:1:nsc:rcm:roles.png:choose[_2]:role[_2]:go('/adm/roles');:Choose the user role:rol  1:1:nsc:rcm:roles.png:choose[_2]:role[_2]:go('/adm/roles');:Choose the user role:rol
 1:2:clear  1:2:clear
   1:2:pcev:$crs:docs.png:course[_7]:editor[_1]:go('/adm/coursedocs?command=home');:Edit course contents:crc
   1:2:pcev:$cmty:docs.png:communi-[_1]:ty edit[_1]:go('/adm/coursedocs?command=home');:Edit community contents:cmc
 1:2:pmdc:$crs:docs.png:course[_7]:editor[_1]:go('/adm/coursedocs?command=home');:Edit course contents:crc  1:2:pmdc:$crs:docs.png:course[_7]:editor[_1]:go('/adm/coursedocs?command=home');:Edit course contents:crc
 1:2:pmdc:$cmty:docs.png:communi-[_1]:ty edit[_1]:go('/adm/coursedocs?command=home');:Edit community contents:cmc  1:2:pmdc:$cmty:docs.png:communi-[_1]:ty edit[_1]:go('/adm/coursedocs?command=home');:Edit community contents:cmc
 2:1:clear  2:1:clear

Removed from v.1.171  
changed lines
  Added in v.1.174


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