From 2dea5418e3b4f7a5ae50462730171eef58f9b766 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 2 Jan 2009 14:12:32 +0000 Subject: Post-checkin fix for bug 313126 (better wording when the classification description is removed) --- template/en/default/global/messages.html.tmpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'template/en/default/global/messages.html.tmpl') diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index f72acff1a..c8e4dd225 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -198,7 +198,11 @@
  • Name updated to '[% classification.name FILTER html %]'
  • [% END %] [% IF changes.description.defined %] -
  • Description updated to '[% classification.description FILTER html %]'
  • + [% IF classification.description %] +
  • Description updated to '[% classification.description FILTER html %]'
  • + [% ELSE %] +
  • Description removed
  • + [% END %] [% END %] [% IF changes.sortkey.defined %]
  • Sortkey updated to '[% classification.sortkey FILTER html %]'
  • -- cgit v1.2.3-24-g4f1b