From f6c2d743d87f86cdc206ab4bc772639b4569eebe Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 2 Jan 2009 13:59:22 +0000 Subject: Bug 313126: Clean up editclassification.cgi and make it use Bugzilla::Classification methods - Patch by Frédéric Buclin r=wicked a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/global/messages.html.tmpl | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'template') diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 5e2eaef00..f72acff1a 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -186,26 +186,26 @@ [% ELSIF message_tag == "classification_deleted" %] [% title = "Classification Deleted" %] - The [% classification FILTER html %] classification has been deleted. + The [% classification.name FILTER html %] classification has been deleted. [% ELSIF message_tag == "classification_updated" %] - [% IF updated_classification || updated_description || updated_sortkey %] - [% title = "Classification Updated" %] - Changes to the [% classification FILTER html %] classification + [% title = "Classification Updated" %] + [% IF changes.keys.size %] + Changes to the [% classification.name FILTER html %] classification have been saved: [% ELSE %] - No changes made to [% classification FILTER html %]. + No changes made to [% classification.name FILTER html %]. [% END %] [% ELSIF message_tag == "component_created" %] -- cgit v1.2.3-24-g4f1b