From 513ceb70bcbf82849ebae814356c105eb4806418 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 22 May 2005 22:09:39 +0000 Subject: [PATCH] Bug 294915: Fieldvalue created.html.tmpl omits value in title - Patch by Marc Schumann r=mkanat a=justdave --- template/en/default/admin/fieldvalues/created.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/en/default/admin/fieldvalues/created.html.tmpl b/template/en/default/admin/fieldvalues/created.html.tmpl index 28688d991a..088711fd17 100644 --- a/template/en/default/admin/fieldvalues/created.html.tmpl +++ b/template/en/default/admin/fieldvalues/created.html.tmpl @@ -19,7 +19,7 @@ # field: string; the name of the field the value belongs to #%] -[% title = BLOCK %]New Value '[% product FILTER html %]' added to +[% title = BLOCK %]New Value '[% value FILTER html %]' added to '[% field FILTER html %]' field[% END %] [% PROCESS global/header.html.tmpl title = title -- 2.47.3