diff options
author | lpsolit%gmail.com <> | 2007-05-30 19:08:10 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-05-30 19:08:10 +0000 |
commit | 4e4bfa3f76d565dd27b4d1a8903430b7c0b14140 (patch) | |
tree | c80a25bed01ee04643e2d5266795252ca9f475c0 /template/en/default/admin/fieldvalues/updated.html.tmpl | |
parent | d67e20bc205e305ed2b086c8a8d144ebab4bbe83 (diff) | |
download | bugs-4e4bfa3f76d565dd27b4d1a8903430b7c0b14140.tar bugs-4e4bfa3f76d565dd27b4d1a8903430b7c0b14140.tar.gz bugs-4e4bfa3f76d565dd27b4d1a8903430b7c0b14140.tar.bz2 bugs-4e4bfa3f76d565dd27b4d1a8903430b7c0b14140.tar.xz bugs-4e4bfa3f76d565dd27b4d1a8903430b7c0b14140.zip |
Bug 369987: Display real field names in editvalues.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
Diffstat (limited to 'template/en/default/admin/fieldvalues/updated.html.tmpl')
-rw-r--r-- | template/en/default/admin/fieldvalues/updated.html.tmpl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/template/en/default/admin/fieldvalues/updated.html.tmpl b/template/en/default/admin/fieldvalues/updated.html.tmpl index 7b76abb63..2cfb7de96 100644 --- a/template/en/default/admin/fieldvalues/updated.html.tmpl +++ b/template/en/default/admin/fieldvalues/updated.html.tmpl @@ -23,13 +23,15 @@ # # value & updated_value: the name of the field value # sortkey & updated_sortkey: the field value sortkey - # field: string; the field that the value belongs to + # field: object; the field that the value belongs to # default_value_updated: boolean; whether the default value for # this field has been updated #%] -[% title = BLOCK %]Updating Value '[% value FILTER html %]' of the - '[% field FILTER html %]' Field[% END %] +[% title = BLOCK %] + Updating Value '[% value FILTER html %]' of the '[% field.description FILTER html %]' + ([% field.name FILTER html %]) Field +[% END %] [% PROCESS global/header.html.tmpl title = title %] |