Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
33c6e241
Commit
33c6e241
authored
May 04, 2009
by
tbrehm
Browse files
Fixed: FS#578 - No measurement units are shown for the input fields, like "Mailbox quota"
parent
46c683d3
Changes
1
Show whitespace changes
Inline
Side-by-side
interface/web/sites/templates/web_domain_edit.htm
View file @
33c6e241
...
...
@@ -47,7 +47,7 @@
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"hd_quota"
>
{tmpl_var name='hd_quota_txt'}
</label>
<input
name=
"hd_quota"
id=
"hd_quota"
value=
"{tmpl_var name='hd_quota'}"
size=
"7"
maxlength=
"7"
type=
"text"
class=
"textInput formLengthLimit"
/>
<input
name=
"hd_quota"
id=
"hd_quota"
value=
"{tmpl_var name='hd_quota'}"
size=
"7"
maxlength=
"7"
type=
"text"
class=
"textInput formLengthLimit"
/>
MB
</div>
<!--
<div class="ctrlHolder">
...
...
Write
Preview
Supports
Markdown
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