From 56a1ede640ef43ed333f3834be175e7cd714abe0 Mon Sep 17 00:00:00 2001
From: quentusrex <quentusrex@ispconfig3>
Date: Thu, 30 Oct 2008 11:12:03 -0400
Subject: [PATCH] Fixed the user interface to properly display the units of measure for the mail quota.

---
 interface/web/mail/templates/mail_user_mailbox_edit.htm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/interface/web/mail/templates/mail_user_mailbox_edit.htm b/interface/web/mail/templates/mail_user_mailbox_edit.htm
index f4f986c..160bf8c 100644
--- a/interface/web/mail/templates/mail_user_mailbox_edit.htm
+++ b/interface/web/mail/templates/mail_user_mailbox_edit.htm
@@ -14,7 +14,7 @@
         <input type="password" id="password" name="password" value="{tmpl_var name='password'}" size="30" maxlength="255">
       </span>
       <span class="wf_oneField">
-        <label for="quota" class="wf_preField">{tmpl_var name='quota_txt'}</label>
+        <label for="quota" class="wf_preField">{tmpl_var name='quota_txt'} in MB</label>
         <input type="text" id="quota" name="quota" value="{tmpl_var name='quota'}" size="30" maxlength="255">
       </span>
       <span class="wf_oneField">

--
Gitblit v1.9.1