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
ISPConfig
ISPConfig 3
Commits
2365bdf6
Commit
2365bdf6
authored
Mar 31, 2009
by
tbrehm
Browse files
Removes user and group input fields for websites from advanced tab.
parent
ac32a443
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/sites/templates/web_domain_advanced.htm
View file @
2365bdf6
...
...
@@ -8,11 +8,13 @@
<input
name=
"document_root"
id=
"document_root"
value=
"{tmpl_var name='document_root'}"
size=
"30"
maxlength=
"255"
type=
"hidden"
class=
"textInput"
/>
<div
class=
"ctrlHolder"
>
<label
for=
"system_user"
>
{tmpl_var name='system_user_txt'}
</label>
<input
name=
"system_user"
id=
"system_user"
value=
"{tmpl_var name='system_user'}"
size=
"30"
maxlength=
"255"
type=
"text"
class=
"textInput formLengthHalf"
/>
<label
for=
"system_user"
>
{tmpl_var name='system_user'}
</label>
<input
name=
"system_user"
id=
"system_user"
value=
"{tmpl_var name='system_user'}"
type=
"hidden"
/>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"system_group"
>
{tmpl_var name='system_group_txt'}
</label>
<input
name=
"system_group"
id=
"system_group"
value=
"{tmpl_var name='system_group'}"
size=
"30"
maxlength=
"255"
type=
"text"
class=
"textInput formLengthHalf"
/>
<label
for=
"system_group"
>
{tmpl_var name='system_group'}
</label>
<input
name=
"system_group"
id=
"system_group"
value=
"{tmpl_var name='system_group'}"
type=
"hidden"
/>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"apache_directives"
>
{tmpl_var name='apache_directives_txt'}
</label>
...
...
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