From 7c461d7f84c591042359726994fbf8ed598e2216 Mon Sep 17 00:00:00 2001 From: redray <redray@ispconfig3> Date: Sun, 08 Mar 2009 15:50:47 -0400 Subject: [PATCH] template display fixes --- 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