Rev 9454 | Rev 10093 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9454 | Rev 9461 | ||
---|---|---|---|
Line 21... | Line 21... | ||
21 | 21 | ||
22 | !if $error!=$empty |
22 | !if $error!=$empty |
23 | <div class="wims_alertmsg"> |
23 | <div class="wims_alertmsg"> |
24 | !read lang/msg.phtml.$modu_lang |
24 | !read lang/msg.phtml.$modu_lang |
25 | </div> |
25 | </div> |
26 | !if $restart!=no |
26 | !if $restart!=no and $job=emptyclass |
27 | <p> |
27 | <p> |
28 | !href module=$module&cmd=reply&step=0 $name_again |
28 | !href module=$module&cmd=reply&step=0 $name_again |
29 | </p> |
29 | </p> |
30 | !endif |
30 | !endif |
31 | !goto end |
31 | !goto end |
Line 33... | Line 33... | ||
33 | 33 | ||
34 | !read $job.phtml |
34 | !read $job.phtml |
35 | 35 | ||
36 | 36 | ||
37 | :end |
37 | :end |
38 | !if $step>=0 and $cmd=reply |
38 | !if $step>=0 and $cmd=reply and $job=emptyclass |
39 | !set wims_menu_items=!append line back2,1,module=$module\ |
39 | !set wims_menu_items=!append line back2,1,module=$module\ |
40 | to $wims_menu_items |
40 | to $wims_menu_items |
41 | !endif |
41 | !endif |
42 | 42 | ||
43 | !tail |
43 | !tail |