Subversion Repositories wimsdev

Rev

Rev 5894 | Rev 9054 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5894 Rev 6235
Line 4... Line 4...
4
!read adm/title.phtml 1\
4
!read adm/title.phtml 1\
5
$classname\
5
$classname\
6
$cdt_title
6
$cdt_title
7
 
7
 
8
!if $cdt_description!=$empty
8
!if $cdt_description!=$empty
9
 <br/>$cdt_description<br/>
9
 <br />$cdt_description<br />
10
!endif
10
!endif
11
 
11
 
12
<hr style="width:40%;"/>
12
<hr style="width:40%;" />
13
 
13
 
14
!if $error!=$empty
14
!if $error!=$empty
15
 <div class="wims_alertmsg">
15
 <div class="wims_alertmsg">
16
 !read lang/msg.phtml.$moduclass_lang
16
 !read lang/msg.phtml.$moduclass_lang
17
 </div>
17
 </div>