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

version 1.17, 2002/04/04 17:35:57 version 1.18, 2002/04/17 13:17:10
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');

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


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