]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Post-checkin fix for bug 313126 (better wording when the classification description...
authorlpsolit%gmail.com <>
Fri, 2 Jan 2009 14:12:32 +0000 (14:12 +0000)
committerlpsolit%gmail.com <>
Fri, 2 Jan 2009 14:12:32 +0000 (14:12 +0000)
template/en/default/global/messages.html.tmpl

index f72acff1a506e64dc4096eb289a8c6aac2a73612..c8e4dd225a78a6120568caca77cede70c59ffc10 100644 (file)
           <li>Name updated to '[% classification.name FILTER html %]'</li>
         [% END %]
         [% IF changes.description.defined %]
-          <li>Description updated to '[% classification.description FILTER html %]'</li>
+          [% IF classification.description %]
+            <li>Description updated to '[% classification.description FILTER html %]'</li>
+          [% ELSE %]
+            <li>Description removed</li>
+          [% END %]
         [% END %]
         [% IF changes.sortkey.defined %]
           <li>Sortkey updated to '[% classification.sortkey FILTER html %]'</li>