From 8f04aae656cf6218ef3028ab615989c0269af66c Mon Sep 17 00:00:00 2001 From: Tiago Mello Date: Mon, 29 Mar 2010 15:05:07 +0200 Subject: Bug 555089: Add hooks in the messages template to warn the user after updating classification or components custom fields r/a=mkanat --- template/en/default/global/messages.html.tmpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'template') diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 5364f1e98..7a362374f 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -188,6 +188,7 @@ [% IF changes.sortkey.defined %]
  • Sortkey updated to '[% classification.sortkey FILTER html %]'
  • [% END %] + [% Hook.process('classification_updated_fields') %] [% ELSE %] No changes made to [% classification.name FILTER html %]. @@ -237,6 +238,8 @@
  • Default CC list deleted
  • [% END %] [% END %] + [% Hook.process('component_updated_fields') %] + [% ELSE %] No changes made to [% comp.name FILTER html %]. [% END %] -- cgit v1.2.3-24-g4f1b