From 4e4bfa3f76d565dd27b4d1a8903430b7c0b14140 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 30 May 2007 19:08:10 +0000 Subject: Bug 369987: Display real field names in editvalues.cgi - Patch by Frédéric Buclin r=ghendricks a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/admin/fieldvalues/created.html.tmpl | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'template/en/default/admin/fieldvalues/created.html.tmpl') diff --git a/template/en/default/admin/fieldvalues/created.html.tmpl b/template/en/default/admin/fieldvalues/created.html.tmpl index 218477103..b3d60f081 100644 --- a/template/en/default/admin/fieldvalues/created.html.tmpl +++ b/template/en/default/admin/fieldvalues/created.html.tmpl @@ -16,21 +16,23 @@ [%# INTERFACE: # value: string; the name of the newly created field value - # field: string; the name of the field the value belongs to + # field: object; the field the value belongs to #%] -[% title = BLOCK %]New Value '[% value FILTER html %]' added to - '[% field FILTER html %]' field[% END %] +[% title = BLOCK %] + New Value '[% value FILTER html %]' added to '[% field.description FILTER html %]' + ([% field.name FILTER html %]) field +[% END %] [% PROCESS global/header.html.tmpl title = title %]

The value ' + [%- field.name FILTER url_quote %]&value=[% value FILTER url_quote %]"> [%- value FILTER html %]' has been added as a valid choice for - the '[% field FILTER html %]' field.

+ the '[% field.description FILTER html %]' field.

[% PROCESS admin/fieldvalues/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b