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
a1f53751
Commit
a1f53751
authored
Sep 27, 2016
by
Florian Schaal
Browse files
fixed placeholder
parent
ce685056
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/sites/templates/web_childdomain_advanced.htm
View file @
a1f53751
...
...
@@ -7,9 +7,8 @@
<legend>
Options
</legend>
<div
class=
"form-group proxy"
>
<label
for=
"proxy_directives"
class=
"col-sm-3 control-label"
>
{tmpl_var name='proxy_directives_txt'}
</label>
<div
class=
"col-sm-9"
><textarea
class=
"form-control"
name=
"proxy_directives"
id=
"proxy_directives"
rows=
'10'
cols=
'50'
>
{tmpl_var name='proxy_directives'}
</textarea></div>
<b>
{tmpl_var name="available_proxy_directive_snippets_txt"}
</b><br><br>
{tmpl_var name="proxy_directive_snippets_txt"}
</div>
<div
class=
"col-sm-9"
><textarea
class=
"form-control"
name=
"proxy_directives"
id=
"proxy_directives"
rows=
'10'
cols=
'50'
>
{tmpl_var name='proxy_directives'}
</textarea>
<b>
{tmpl_var name="available_proxy_directive_snippets_txt"}
</b><br><br>
{tmpl_var name="proxy_directive_snippets_txt"}
</div></div>
<input
type=
"hidden"
name=
"id"
value=
"{tmpl_var name='id'}"
>
...
...
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