From 33c6e2414f6fa32010b97344d34b61606e2af3d7 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 04 May 2009 09:54:53 -0400 Subject: [PATCH] Fixed: FS#578 - No measurement units are shown for the input fields, like "Mailbox quota" --- interface/web/sites/templates/web_domain_edit.htm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/sites/templates/web_domain_edit.htm b/interface/web/sites/templates/web_domain_edit.htm index d377b04..3e67374 100644 --- a/interface/web/sites/templates/web_domain_edit.htm +++ b/interface/web/sites/templates/web_domain_edit.htm @@ -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"> -- Gitblit v1.9.1