Rev 15636 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
14912 | guerimand | 1 | |
15059 | guerimand | 2 | !set wims_ref_class=wims_button_help float_right |
3 | !href target=wims_mhelp cmd=help&+special_parm=config $wims_name_help |
||
14912 | guerimand | 4 | <div class="wims_content"> |
5 | !form reply |
||
17202 | guerimand | 6 | <input type="hidden" name="job" value="config" > |
14912 | guerimand | 7 | <fieldset class="property_fields halfwidth blockcenter"> |
8 | <legend>$wims_name_config</legend> |
||
9 | <div class="field box"> |
||
14920 | guerimand | 10 | <label for="cf_open">$name_opentchat</label> |
14912 | guerimand | 11 | !set wims_ref_class=wims_formradio |
12 | !default cf_open=$tchat_open |
||
13 | !formradio cf_open list yes,no prompt $wims_name_yes,$wims_name_no |
||
14 | </div> |
||
15 | <div class="field box"> |
||
17202 | guerimand | 16 | <label for="cf_refreshtiming">$name_timing</label><br> |
17 | <input type="number" min="5" max="1000" size="3" name="cf_refreshtiming" value="$tchat_refreshtiming" id="cf_refreshtiming" > |
||
14912 | guerimand | 18 | <div class="formHelp">$name_desc_refreshtiming</div> |
19 | </div> |
||
14924 | guerimand | 20 | <div class="field box"> |
17202 | guerimand | 21 | <label for="cf_onlynonempty">$name_onlynonempty</label><br> |
14924 | guerimand | 22 | !set wims_ref_class=wims_formradio |
23 | !default cf_onlynonempty=$tchat_onlynonempty |
||
24 | !formradio cf_onlynonempty list yes,no prompt $wims_name_yes,$wims_name_no |
||
25 | <div class="formHelp">$name_desc_onlynonempty</div> |
||
26 | </div> |
||
15636 | guerimand | 27 | <div class="field box"> |
28 | !if $conf_nofile!=yes |
||
17202 | guerimand | 29 | <label for="cf_configfilesize">$name_configfilesize</label><br> |
15636 | guerimand | 30 | !set wims_ref_class=wims_formradio |
31 | !default cf_configfilesize=$tchat_configfilesize |
||
32 | !formselect cf_configfilesize list 0,1,2,3,4 prompt $wims_name_no,$wims_name_yes 0.25 Mo,$wims_name_yes 0.5 Mo,$wims_name_yes 0.75 Mo,$wims_name_yes 1 Mo |
||
33 | !else |
||
17202 | guerimand | 34 | <strong>$name_configfilesize</strong><br> |
15636 | guerimand | 35 | <span>$wims_name_no</span> <span class="formHelp">$name_disable_configfilesize</span> |
36 | !endif |
||
37 | <div class="formHelp">$name_desc_configfilesize</div> |
||
38 | </div> |
||
14912 | guerimand | 39 | </fieldset> |
40 | <div class="wimscenter"> |
||
17202 | guerimand | 41 | <input type="submit" name="save" value="$wims_name_tosave" > |
14912 | guerimand | 42 | !set wims_ref_class= wims_button wims_secondary_button |
43 | !href module=$module&+job=$empty $wims_name_giveup |
||
44 | </div> |
||
45 | !formend |
||
46 | </div> |