Diff for /loncom/interface/mydesk.tab between versions 1.149.2.23 and 1.149.2.24

version 1.149.2.23, 2016/12/01 16:45:19 version 1.149.2.24, 2018/09/03 14:15:24
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 40  prim:/adm/logout:::Logout:: Line 41  prim:/adm/logout:::Logout::
 #   possible conditions:  #   possible conditions:
 #   - empty: link displayed if user is authenticated  #   - empty: link displayed if user is authenticated
 #   - portfolio: link displayed if portfolio access  #   - portfolio: link displayed if portfolio access
 #   - blogs: link displayed if blog access  #   - blog: link displayed if blog access
 #   - wishlist: link displayed if user has privileges to use Stored Links  #   - wishlist: link displayed if user has privileges to use Stored Links
 #   - reqcrs: link displayed if user can request Course or Community creation  #   - reqcrs: link displayed if user can request Course or Community creation
 # primsub:parent:link:text:condition  # primsub:parent:link:text:condition
Line 77  primsub:Personal:/adm/[domain]/[user]/_r Line 78  primsub:Personal:/adm/[domain]/[user]/_r
 #   - nvgr: user cannot view other people's grades  #   - nvgr: user cannot view other people's grades
 #   - whn: user can access what's new  #   - whn: user can access what's new
 #   - author: authors (au, ca, aa)  #   - author: authors (au, ca, aa)
   #   - cca: Grant/revoke role of co-author (author only)
 # scnd:link:icon:alt:text:condition  # scnd:link:icon:alt:text:condition
 scnd:/adm/menu:::Main Menu:always  scnd:/adm/menu:::Main Menu:always
 scnd:/adm/navmaps?postdata=[url]&postsymb=[symb]:::Contents:  scnd:/adm/navmaps?postdata=[url]&postsymb=[symb]:::Contents:
Line 97  scnd:/adm/roles:::Roles: Line 99  scnd:/adm/roles:::Roles:
 scnd:/priv/[udom]/[uname]/:::Authoring Space:author  scnd:/priv/[udom]/[uname]/:::Authoring Space:author
 scnd:/res/[udom]/[uname]/?launch=1:::Browse:author  scnd:/res/[udom]/[uname]/?launch=1:::Browse:author
 scnd:/adm/createuser:::People:cca  scnd:/adm/createuser:::People:cca
   scnd::::Settings:author
   
 # secondary sub-menu links  # secondary sub-menu links
 # Apache::lonmenu::secondary_menu() generates a sub-menus from these elements  # Apache::lonmenu::secondary_menu() generates a sub-menus from these elements
Line 119  scndsub:Grades:/adm/statistics:Statistic Line 122  scndsub:Grades:/adm/statistics:Statistic
 scndsub:Settings:/adm/courseprefs:Course Settings:params  scndsub:Settings:/adm/courseprefs:Course Settings:params
 scndsub:Settings:/adm/parmset:Content Settings:params  scndsub:Settings:/adm/parmset:Content Settings:params
 scndsub:Settings:/adm/slotrequest?command=showslots:Slots:vgr  scndsub:Settings:/adm/slotrequest?command=showslots:Slots:vgr
   scndsub:Settings:/adm/preferences?action=authorsettings[returnurl]:Editing Options:author
   scndsub:Settings:/adm/preferences?action=changedomcoord[returnurl]:Domain Access:cca
 scndsub:People:/adm/createuser:Users:viewusers  scndsub:People:/adm/createuser:Users:viewusers
 scndsub:People:/adm/coursegroups:Groups:vcg  scndsub:People:/adm/coursegroups:Groups:vcg
 scndsub:Public:/public/[cdom]/[cnum]/syllabus:Syllabus:crsedit  scndsub:Public:/public/[cdom]/[cnum]/syllabus:Syllabus:crsedit
Line 151  cat:2,6:oth:Other Line 156  cat:2,6:oth:Other
 # img-> img for the button  # img-> img for the button
 # top-> txt for the top row of the remote  # top-> txt for the top row of the remote
 # bot-> txt for the bottom row of the remote  # bot-> txt for the bottom row of the remote
 # act-> javascript to excute when clicked  # act-> javascript to execute 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 (or "none" if in top menus)  # cat-> category that this belongs into (or "none" if in top menus)
 #  #

Removed from v.1.149.2.23  
changed lines
  Added in v.1.149.2.24


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