Skip to content
Snippets Groups Projects
Commit 2c3351e6 authored by Till Brehm's avatar Till Brehm
Browse files

Fixed #4213 APS installer cosmetic error

parent 544e857d
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@
</div>
<div class="form-group">
<label for="license" class="col-sm-3 control-label">{tmpl_var name='acceptance_txt'}</label>
<div class="col-sm-6"><input class="form-control" type="checkbox" name="license" id="license" <tmpl_if name='inp_license' op='==' value='true'></div><div class="col-sm-3 input-sm">checked</div></tmpl_if> />&nbsp;&nbsp;{tmpl_var name='acceptance_text'}
<div class="col-sm-6"><input type="checkbox" name="license" id="license" <tmpl_if name='inp_license' op='==' value='true'>checked</tmpl_if>/> &nbsp;&nbsp;{tmpl_var name='acceptance_text'}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment