From: lpsolit%gmail.com <> Date: Fri, 2 Jan 2009 14:12:32 +0000 (+0000) Subject: Post-checkin fix for bug 313126 (better wording when the classification description... X-Git-Tag: bugzilla-3.3.1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dea5418e3b4f7a5ae50462730171eef58f9b766;p=thirdparty%2Fbugzilla.git Post-checkin fix for bug 313126 (better wording when the classification description is removed) --- diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index f72acff1a5..c8e4dd225a 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 %]'