From 06222f85b17594f0c3680bb4a629c36f9a8c64a9 Mon Sep 17 00:00:00 2001 From: mark Date: Wed, 28 Jul 2010 23:20:59 +0000 Subject: msg_template improvements, RT#8324 --- httemplate/config/config-view.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/config/config-view.cgi') diff --git a/httemplate/config/config-view.cgi b/httemplate/config/config-view.cgi index 08f6c1020..11e75707c 100644 --- a/httemplate/config/config-view.cgi +++ b/httemplate/config/config-view.cgi @@ -349,7 +349,7 @@ my @config_items = grep { $page_agent ? $_->per_agent : 1 } my @deleteable = qw( invoice_latexreturnaddress invoice_htmlreturnaddress ); my %deleteable = map { $_ => 1 } @deleteable; -my @sections = qw(required billing invoicing UI self-service username password session shell BIND ); +my @sections = qw(required billing invoicing notification UI self-service username password session shell BIND ); push @sections, '', 'deprecated'; my %section_items = (); -- cgit v1.2.1