Rev 9754 | 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\ |
10015 | bpr | 6 | classexo,1,module=classes/$lang&special_parm=.nocache.\ |
9754 | bpr | 7 | createxo,1,module=adm/createxo\ |
7584 | obado | 8 | modtool,1,module=adm/modtool |
9744 | bpr | 9 | |
9749 | bpr | 10 | !read themes/_procs/exolog.proc |
11 | |||
8484 | bpr | 12 | !if $class_type=2 |
7584 | obado | 13 | !set wims_rm_0 = $wims_rm_0\ |
9454 | guerimand | 14 | add_class,1,module=adm/class/regclass\ |
15 | cloneclass,1,module=adm/class/regclass&job=cloneexemple\ |
||
7584 | obado | 16 | |
8484 | bpr | 17 | !endif |
7584 | obado | 18 | !endif |