Rev 9623 | Rev 9644 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9623 | Rev 9635 | ||
---|---|---|---|
Line 9... | Line 9... | ||
9 | !read adm/title.phtml 1\ |
9 | !read adm/title.phtml 1\ |
10 | $classname\ |
10 | $classname\ |
11 | $module_title |
11 | $module_title |
12 | 12 | ||
13 | !if $error!=$empty |
13 | !if $error!=$empty |
14 | <div class=" |
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=" |
20 | <div class="wims_msg success"> |
21 | $message |
21 | $message |
22 | </div> |
22 | </div> |
23 | !endif |
23 | !endif |
24 | !endif |
24 | !endif |
25 | 25 |