Skip to content

Commit 33c6e24

Browse files
committed
Fixed: FS#578 - No measurement units are shown for the input fields, like "Mailbox quota"
1 parent 46c683d commit 33c6e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/sites/templates/web_domain_edit.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
4747
</div>
4848
<div class="ctrlHolder">
4949
<label for="hd_quota">{tmpl_var name='hd_quota_txt'}</label>
50-
<input name="hd_quota" id="hd_quota" value="{tmpl_var name='hd_quota'}" size="7" maxlength="7" type="text" class="textInput formLengthLimit" />
50+
<input name="hd_quota" id="hd_quota" value="{tmpl_var name='hd_quota'}" size="7" maxlength="7" type="text" class="textInput formLengthLimit" />&nbsp;MB
5151
</div>
5252
<!--
5353
<div class="ctrlHolder">

0 commit comments

Comments
 (0)