Subversion Repositories wimsdev

Rev

Rev 12652 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12652 Rev 12894
Line 1... Line 1...
1
!!supervisormanage.proc
1
!!supervisormanage.proc
2
!!Check if some one has the supervisor right in a portal
2
!!Check if someone has the supervisor right in a portal
3
 
3
 
4
!if $class_typename isitemof portal,level and $wims_user=supervisor
4
!if $class_typename isitemof portal,level and $wims_user=supervisor
5
 !set wims_rm_0 = $wims_rm_0\
5
  !set wims_rm_0 = $wims_rm_0\
6
struct,1,module=adm/class/gateway
6
struct,1,module=adm/class/gateway
7
!endif
7
!endif
8
!! Adds supervisor usermanage links in wims_rm_0 for navigation menus
8
!! Adds supervisor usermanage links in wims_rm_0 for navigation menus
9
!if $class_typename isitemof group,portal,level\
9
!if $class_typename isitemof group,portal,level\
10
    or ($wims_supertype=4 and $class_typename issametext class)\
10
    or ($wims_supertype=4 and $class_typename issametext class)\