Rev 10101 | Rev 10288 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10101 | Rev 10228 | ||
---|---|---|---|
Line 17... | Line 17... | ||
17 | !read adm/title.phtml 1\ |
17 | !read adm/title.phtml 1\ |
18 | $classname\ |
18 | $classname\ |
19 | $title |
19 | $title |
20 | 20 | ||
21 | !if $error!=$empty |
21 | !if $error!=$empty |
22 | <div class=" |
22 | <div class="wims_msg alert"> |
23 | !read lang/msg.phtml.$moduclass_lang |
23 | !read lang/msg.phtml.$moduclass_lang |
24 | </div> |
24 | </div> |
25 | !if $wims_user!=supervisor or not_secure iswordof $error |
25 | !if $wims_user!=supervisor or not_secure iswordof $error |
26 | !goto end |
26 | !goto end |
27 | !endif |
27 | !endif |