Diff for /loncom/interface/mydesk.tab between versions 1.17 and 1.19

version 1.17, 2002/04/04 17:35:57 version 1.19, 2002/07/22 20:35:05
Line 1 Line 1
 # This configuration file can now include comments.  # 
 # I should write something to explain the file format, but not today.  # row:col:pro:prt:img:top:bot:act
   #
   # pro = clear    clear the button
   # pro = any      any permission level is allowed this button
   # pro = smp      allowed if $ENV{'user.adv'} is undefined
   # pro = adv      allowed if $ENV{'user.adv'} is defined
   # pro = author   prt = rca and user is a co-author
   # pro = author   prt = any 
   # pro = p???     allowed if the user has the permissions given in ???
 1:1:smp:any:courses.gif:choose:course:go('/adm/roles');  1:1:smp:any:courses.gif:choose:course:go('/adm/roles');
 1:1:smp:rst:courses.gif:switch:course:go('/adm/roles');  1:1:smp:rst:courses.gif:switch:course:go('/adm/roles');
 1:1:adv:any:roles.gif:switch:role:go('/adm/roles');  1:1:adv:any:roles.gif:switch:role:go('/adm/roles');
Line 14 Line 22
 4:1:pbre:$crs:grds.gif:my:grades:go('/adm/studentcalc');  4:1:pbre:$crs:grds.gif:my:grades:go('/adm/studentcalc');
 4:1:pvgr:$crs:sprs.gif:course:grades:go('/adm/classcalc');  4:1:pvgr:$crs:sprs.gif:course:grades:go('/adm/classcalc');
 4:2:clear  4:2:clear
 4:2:pvgr:$crs:chrt.gif:course:chart:go('/adm/chart');  4:2:pvgr:$crs:chrt.gif:course:chart:gopost('/adm/statistics','Student Assessment');
 4:3:clear  4:3:clear
 4:3:pvgr:$crs:stat.gif:course:stats:go('/adm/statistics');  4:3:pvgr:$crs:stat.gif:course:stats:go('/adm/statistics');
 5:1:clear  5:1:clear

Removed from v.1.17  
changed lines
  Added in v.1.19


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