From c2f53e76fde1ab534e67a9227d4f0adcde05dfa4 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 28 Oct 2009 14:05:37 -0400 Subject: [PATCH] Fix in maildrop plugin. --- interface/web/mail/templates/mail_user_custom_rules_edit.htm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/mail/templates/mail_user_custom_rules_edit.htm b/interface/web/mail/templates/mail_user_custom_rules_edit.htm index 01b0668..0ca1b3c 100644 --- a/interface/web/mail/templates/mail_user_custom_rules_edit.htm +++ b/interface/web/mail/templates/mail_user_custom_rules_edit.htm @@ -4,7 +4,7 @@ <div class="panel panel_mail_user"> <div class="pnl_formsarea"> - <fieldset class="inlineLabels"><legend>Custom Rules</legend> + <fieldset class="inlineLabels"> <div class="ctrlHolder"> <label for="custom_mailfilter">{tmpl_var name='custom_mailfilter_txt'}</label> <textarea name="custom_mailfilter" id="custom_mailfilter" rows='15' cols='30'>{tmpl_var name='custom_mailfilter'}</textarea> -- Gitblit v1.9.1