From b5edc532484abb36308f55c04aa0132d497d95ff Mon Sep 17 00:00:00 2001 From: quentusrex <quentusrex@ispconfig3> Date: Fri, 31 Oct 2008 11:44:56 -0400 Subject: [PATCH] Fixing the way some User Interface text was used. For the quota on a mailbox I added 'in MB' so that the user knows what units the quota is in. --- 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 160bf8c..f4f986c 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'} in MB</label> + <label for="quota" class="wf_preField">{tmpl_var name='quota_txt'}</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