File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ <h3>{{ lang('WARNING') }}</h3>
3838 < label > < input type ="radio " class ="radio " name ="enable_clicks " value ="0 "{% if not ENABLE_CLICKS %} checked{% endif %} > {{ lang('NO') }}</ label > </ dd >
3939 </ dl >
4040 < dl >
41- < dt > < label for ="show_agreement "> {{ lang('SHOW_AGREEMENT') ~ lang('COLON') }}</ label > < br / >< span > {{ lang('SHOW_AGREEMENT_EXPLAIN') }}</ span > </ dt >
42- < dd > < label > < input type ="radio " class ="radio " id ="show_agreement " name ="show_agreement " value ="1 "{% if SHOW_AGREEMENT %} checked{% endif %} / > {{ lang('YES') }}</ label >
43- < label > < input type ="radio " class ="radio " name ="show_agreement " value ="0 "{% if not SHOW_AGREEMENT %} checked{% endif %} / > {{ lang('NO') }}</ label > </ dd >
41+ < dt > < label for ="show_agreement "> {{ lang('SHOW_AGREEMENT') ~ lang('COLON') }}</ label > < br > < span > {{ lang('SHOW_AGREEMENT_EXPLAIN') }}</ span > </ dt >
42+ < dd > < label > < input type ="radio " class ="radio " id ="show_agreement " name ="show_agreement " value ="1 "{% if SHOW_AGREEMENT %} checked{% endif %} > {{ lang('YES') }}</ label >
43+ < label > < input type ="radio " class ="radio " name ="show_agreement " value ="0 "{% if not SHOW_AGREEMENT %} checked{% endif %} > {{ lang('NO') }}</ label > </ dd >
4444 </ dl >
4545 </ fieldset >
4646 < fieldset class ="submit-buttons ">
You can’t perform that action at this time.
0 commit comments