Rev 13610 | Rev 14833 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1170 | bpr | 1 | !read adm/css.phtml |
3670 | bpr | 2 | !read js/speckedit.phtml name_deposit0 name_deposit1 name_deposit2 name_deposit3 name_deposit4 |
13610 | obado | 3 | !! avant de pouvoir passer à tinyMCE, il faut refaire les scripts de helplink.phtml |
4 | !!read js/external/tinymce.phtml .iEdit |
||
2240 | bpr | 5 | |
1086 | bpr | 6 | !if link isin $job |
13610 | obado | 7 | !if $(module_title_$moduclass_lang)!= |
8 | !set module_title=$(module_title_$moduclass_lang) |
||
9 | !endif |
||
10 | !header |
||
1170 | bpr | 11 | !else |
13610 | obado | 12 | !header1 |
1170 | bpr | 13 | !endif |
1086 | bpr | 14 | |
23 | reyssat | 15 | !if $job2=print and $job isitemof todo,work |
13610 | obado | 16 | !changeto print$job.phtml |
23 | reyssat | 17 | !endif |
18 | |||
19 | !if $error=bad_class |
||
13610 | obado | 20 | <div class="wims_msg alert"> |
21 | !read lang/msg.phtml.$moduclass_lang $error |
||
22 | </div> |
||
23 | !tail |
||
24 | !exit |
||
23 | reyssat | 25 | !endif |
26 | |||
11978 | guerimand | 27 | !if $hiddenlist!=$empty and $wims_user!=supervisor |
13610 | obado | 28 | <div class="wims_msg info"> |
14043 | bpr | 29 | !if $cdt_supervise=yes |
13610 | obado | 30 | $name_hiddencdt1 |
31 | !tail |
||
14043 | bpr | 32 | !exit |
33 | !else |
||
13610 | obado | 34 | $name_hiddencdt2 |
14043 | bpr | 35 | !endif |
13610 | obado | 36 | </div> |
11978 | guerimand | 37 | !endif |
38 | |||
23 | reyssat | 39 | !read $job.phtml |
40 | |||
1469 | bpr | 41 | !tail |