Subversion Repositories wimsdev

Rev

Rev 15267 | Blame | Compare with Previous | Last modification | View Log | RSS feed

!!
!! test if cdt administrative module is allowed or not
!!
!!
!if $wims_class!=$empty and ($wims_supertype=0 or ($wims_supertype=2 and $wims_typename=class) or\
  ($wims_supertype=4 and $wims_typename isitemof class,course))
  !let wims_allowlink_cdt=yes
!else
  !let wims_allowlink_cdt=no
!endif