Post-checkin fix for bug 313126 (better wording when the classification description is removed)

git-svn-id: svn://10.0.0.236/trunk@255700 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
lpsolit%gmail.com
2009-01-02 14:12:32 +00:00
parent e0eb031b75
commit e453821723

View File

@@ -198,7 +198,11 @@
<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>