Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ISPConfig 3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rajko Albrecht
ISPConfig 3
Commits
aeaa201b
Commit
aeaa201b
authored
Sep 27, 2016
by
Till Brehm
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'stable-3.1' into 'stable-3.1'
fixed placeholder See merge request
!454
parents
ce685056
a1f53751
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
interface/web/sites/templates/web_childdomain_advanced.htm
interface/web/sites/templates/web_childdomain_advanced.htm
+2
-3
No files found.
interface/web/sites/templates/web_childdomain_advanced.htm
View file @
aeaa201b
...
...
@@ -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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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