Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Jozef Sroka
ISPConfig 3
Commits
2c3351e6
Commit
2c3351e6
authored
Sep 27, 2016
by
Till Brehm
Browse files
Fixed #4213 APS installer cosmetic error
parent
544e857d
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/sites/templates/aps_install_package.htm
View file @
2c3351e6
...
...
@@ -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>
/>
{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>
/>
{tmpl_var name='acceptance_text'}
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment