From: lpsolit%gmail.com <> Date: Sun, 22 May 2005 22:09:39 +0000 (+0000) Subject: Bug 294915: Fieldvalue created.html.tmpl omits value in title - Patch by Marc Schuman... X-Git-Tag: bugzilla-2.20rc1~79 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=513ceb70bcbf82849ebae814356c105eb4806418;p=thirdparty%2Fbugzilla.git Bug 294915: Fieldvalue created.html.tmpl omits value in title - Patch by Marc Schumann r=mkanat a=justdave --- 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