Subversion Repositories wimsdev

Rev

Rev 14833 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14833 Rev 17180
Line 3... Line 3...
3
<div class="wims_content">
3
<div class="wims_content">
4
  !if $cdt_description!=$empty
4
  !if $cdt_description!=$empty
5
    <p>$cdt_description</p>
5
    <p>$cdt_description</p>
6
  !endif
6
  !endif
7
 
7
 
8
  <hr style="width:40%;" />
8
  <hr style="width:40%;">
9
 
9
 
10
  !if $error!=$empty
10
  !if $error!=$empty
11
    <div class="wims_msg alert">
11
    <div class="wims_msg alert">
12
      !read lang/msg.phtml.$moduclass_lang
12
      !read lang/msg.phtml.$moduclass_lang
13
    </div>
13
    </div>