Rev 14833 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14833 | Rev 15266 | ||
---|---|---|---|
Line 23... | Line 23... | ||
23 | <div class="wims_msg alert"> |
23 | <div class="wims_msg alert"> |
24 | !read lang/msg.phtml.$moduclass_lang |
24 | !read lang/msg.phtml.$moduclass_lang |
25 | </div> |
25 | </div> |
26 | !endif |
26 | !endif |
27 | 27 | ||
- | 28 | !if $error!=bad_class |
|
28 | !if $job2=print and $job isitemof todo,work |
29 | !if $job2=print and $job isitemof todo,work |
29 | !read print$job.phtml |
30 | !read print$job.phtml |
30 | !else |
31 | !else |
31 | !read $job.phtml |
32 | !read $job.phtml |
32 | !endif |
33 | !endif |
33 | 34 | ||
34 | !if _ notin $wims_session and $job!=home |
35 | !if _ notin $wims_session and $job!=home |
35 | !set wims_menu_items=!append line back2,1,module=$module \ |
36 | !set wims_menu_items=!append line back2,1,module=$module \ |
36 | to $wims_menu_items |
37 | to $wims_menu_items |
- | 38 | !endif |
|
37 | !endif |
39 | !endif |
38 | 40 | ||
39 | !tail |
41 | !tail |