Commit 513ceb70 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 294915: Fieldvalue created.html.tmpl omits value in title - Patch by Marc…

Bug 294915: Fieldvalue created.html.tmpl omits value in title - Patch by Marc Schumann <wurblzap@gmail.com> r=mkanat a=justdave
parent 58f70751
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
# field: string; the name of the field the value belongs to # 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 %] '[% field FILTER html %]' field[% END %]
[% PROCESS global/header.html.tmpl [% PROCESS global/header.html.tmpl
title = title title = title
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment