Skip to content
Snippets Groups Projects
Commit 33c6e241 authored by tbrehm's avatar tbrehm
Browse files

Fixed: FS#578 - No measurement units are shown for the input fields, like "Mailbox quota"

parent 46c683d3
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
</div> </div>
<div class="ctrlHolder"> <div class="ctrlHolder">
<label for="hd_quota">{tmpl_var name='hd_quota_txt'}</label> <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" />&nbsp;MB
</div> </div>
<!-- <!--
<div class="ctrlHolder"> <div class="ctrlHolder">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment