Subversion Repositories wimsdev

Rev

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

Rev 15987 Rev 16800
Line 16... Line 16...
16
 
16
 
17
!!if link notin $job
17
!!if link notin $job
18
!headmenu
18
!headmenu
19
!!endif
19
!!endif
20
 
20
 
21
!if $error=bad_class
21
!if $error!=$empty
22
  <div class="wims_msg alert">
22
  <div class="wims_msg alert">
-
 
23
    <strong>$wims_name_Error:</strong>
23
  !read lang/msg.phtml.$moduclass_lang $error
24
    !read msg.phtml $error
24
  </div>
25
  </div>
25
  !tail
26
  !tail
26
  !exit
27
  !exit
27
!endif
28
!endif
28
 
29