Subversion Repositories wimsdev

Rev

Rev 5990 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
6240 bpr 1
<!-- $wims_theme/_widgets/devtools.phtml -->
5990 bpr 2
!set wims_show_stat=!tolower $wims_show_stat
3
!if yes isin $wims_show_stat
4
 !set span=4
5
!else
6
 !set span=2
7
!endif
8
 
9
<td wrap="nowrap" colspan="$span">
10
<small>$CR_1
11
!href module=adm/createxo $CR_OEF
12
 $wims_name_or
13
!href module=adm/modtool $CR_mod
14
</small>
6240 bpr 15
</td>
16
<!-- end $wims_theme/_widgets/devtools.phtml -->