Subversion Repositories wimsdev

Rev

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

Rev 12705 Rev 12723
Line 54... Line 54...
54
      !set wims_ref_class=wims_formradio
54
      !set wims_ref_class=wims_formradio
55
      !formcheckbox conf_$i list $x_ prompt $y_
55
      !formcheckbox conf_$i list $x_ prompt $y_
56
    !endif
56
    !endif
57
    !if $c_ iswordof free int color
57
    !if $c_ iswordof free int color
58
      !set tmp=!replace internal ' by \' in $(DF_$n_)
58
      !set tmp=!replace internal ' by \' in $(DF_$n_)
59
      <span class="small">
-
 
60
       <input type="button" onclick="document.forms[0].conf_$i.value='$tmp'" value="$name_default" class="wims_button"/>
59
      <input type="button" onclick="document.forms[0].conf_$i.value='$tmp'" value="$name_default" class="wims_button wims_secondary_button small"/>
61
      </span>
-
 
62
    !endif
60
    !endif
63
    !set g_=!trim $g_
61
    !set g_=!trim $g_
64
    <div class="formHelp">
62
    <div class="formHelp">
65
      $f_
63
      $f_
66
    </div>
64
    </div>