Rev 10095 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10095 | Rev 12330 | ||
---|---|---|---|
Line 9... | Line 9... | ||
9 | 9 | ||
10 | !read adm/title.phtml 1\ |
10 | !read adm/title.phtml 1\ |
11 | $classname |
11 | $classname |
12 | 12 | ||
13 | !if $error!=$empty |
13 | !if $error!=$empty |
14 | <div class="wims_msg alert"> |
14 | <div class="wims_msg alert"> |
15 | !read lang/msg.phtml.$moduclass_lang |
15 | !read lang/msg.phtml.$moduclass_lang |
16 | </div> |
16 | </div> |
17 | !goto end |
17 | !goto end |
18 | !else |
18 | !else |
19 | !if $message!=$empty |
19 | !if $message!=$empty |
20 | <div class="wims_msg success"> |
20 | <div class="wims_msg success"> |
21 | $message |
21 | $message |
22 | </div> |
22 | </div> |
23 | !endif |
23 | !endif |
24 | !endif |
24 | !endif |
25 | 25 | ||
26 | !read $job.phtml |
26 | !read $job.phtml |
27 | 27 | ||
28 | :end |
28 | :end |