]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 294915: Fieldvalue created.html.tmpl omits value in title - Patch by Marc Schuman...
authorlpsolit%gmail.com <>
Sun, 22 May 2005 22:09:39 +0000 (22:09 +0000)
committerlpsolit%gmail.com <>
Sun, 22 May 2005 22:09:39 +0000 (22:09 +0000)
template/en/default/admin/fieldvalues/created.html.tmpl

index 28688d991adf368edd36eff04282b375df9aa3ee..088711fd1702ec7d3dc0b54bf1b454c5bff16f03 100644 (file)
@@ -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