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
Dirk Dankhoff
ISPConfig 3
Commits
b42486c6
Commit
b42486c6
authored
Jun 22, 2015
by
Florian Schaal
Browse files
fixed inserted text for document root in domain edit page
parent
18bf6c12
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/sites/templates/web_vhost_domain_edit.htm
View file @
b42486c6
...
...
@@ -91,7 +91,7 @@
</div>
<tmpl_if
name=
"edit_disabled"
>
<div
class=
"form-group"
>
<label
for=
"document_root"
class=
"col-sm-3 control-label"
readonly
>
{tmpl_var name='
ip_address
_txt'}
</label>
<label
for=
"document_root"
class=
"col-sm-3 control-label"
readonly
>
{tmpl_var name='
document_root
_txt'}
</label>
<div
class=
"col-sm-9"
>
{tmpl_var name='document_root'}
</div>
</div>
</tmpl_if>
...
...
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