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/create.html.tmpl | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'template/en/default/admin/fieldvalues/create.html.tmpl') diff --git a/template/en/default/admin/fieldvalues/create.html.tmpl b/template/en/default/admin/fieldvalues/create.html.tmpl index 29bf85778..9a0ac993e 100644 --- a/template/en/default/admin/fieldvalues/create.html.tmpl +++ b/template/en/default/admin/fieldvalues/create.html.tmpl @@ -15,17 +15,20 @@ #%] [%# INTERFACE: - # field: string; name of the field the value is being created for + # field: object; the field the value is being created for #%] -[% title = BLOCK %]Add Value for the '[% field FILTER html %]' field[% END %] -[% subheader = BLOCK %]This page allows you to add a new value for the - '[% field FILTER html %]' field.[% END %] +[% title = BLOCK %] + Add Value for the '[% field.description FILTER html %]' ([% field.name FILTER html %]) field +[% END %] [% PROCESS global/header.html.tmpl title = title - subheader = subheader %] +

+ This page allows you to add a new value for the '[% field.description FILTER html %]' field. +

+
@@ -41,7 +44,7 @@
- +
-- cgit v1.2.3-24-g4f1b