Subversion Repositories wimsdev

Rev

Rev 9749 | Rev 10015 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
7588 obado 1
!!classdevtools.proc :
2
!! Adds Classes devtools links in wims_rm_0 for navigation menus
7584 obado 3
 
4
!if $wims_supertype!=4 or $class_typename!=class
9747 bpr 5
    !set wims_rm_0 = $wims_rm_0\
6
classexo,1,module=classes/$lang&special_parm=.nocache.
7
!endif
8
 
9
 
10
!if $wims_supertype!=4 or $class_typename!=class
9746 bpr 11
!set wims_rm_0 = $wims_rm_0\
9754 bpr 12
createxo,1,module=adm/createxo\
7584 obado 13
modtool,1,module=adm/modtool
9744 bpr 14
 
9749 bpr 15
!read themes/_procs/exolog.proc
16
 
8484 bpr 17
  !if $class_type=2
7584 obado 18
      !set wims_rm_0 = $wims_rm_0\
9454 guerimand 19
add_class,1,module=adm/class/regclass\
20
cloneclass,1,module=adm/class/regclass&job=cloneexemple\
7584 obado 21
 
8484 bpr 22
  !endif
7584 obado 23
!endif