From 56a1ede640ef43ed333f3834be175e7cd714abe0 Mon Sep 17 00:00:00 2001 From: quentusrex <quentusrex@ispconfig3> Date: Thu, 30 Oct 2008 15:12:03 +0000 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/web/mail/templates/mail_user_mailbox_edit.htm b/interface/web/mail/templates/mail_user_mailbox_edit.htm index f4f986c19b..160bf8c78e 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"> -- GitLab