r/a=LpSolit git-svn-id: svn://10.0.0.236/trunk@263489 18797224-902f-48f8-a5cc-f745e15eee43
26 lines
1008 B
Cheetah
26 lines
1008 B
Cheetah
[%# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
#
|
|
# This Source Code Form is "Incompatible With Secondary Licenses", as
|
|
# defined by the Mozilla Public License, v. 2.0.
|
|
#%]
|
|
|
|
[% field_label = field_descs.${change.field_name} %]
|
|
[% old_value = display_value(change.field_name, change.old) %]
|
|
[% new_value = display_value(change.field_name, change.new) %]
|
|
|
|
[% IF change.field_name == "estimated_time" || change.field_name == "remaining_time" %]
|
|
[% old_value = old_value FILTER format('%.2f') %]
|
|
[% new_value = new_value FILTER format('%.2f') %]
|
|
[% END %]
|
|
|
|
[% IF change.attach_id %]
|
|
[% field_label = field_label.replace('^(Attachment )?', "Attachment #${change.attach_id} ") %]
|
|
[% END %]
|
|
|
|
[% IF change.field_name == 'longdescs.isprivate' %]
|
|
[% field_label = field_label.replace('^(Comment )?', "Comment #${change.num} ") %]
|
|
[% END %]
|
|
|