mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-05 15:59:45 +00:00
Bug 294915: Fieldvalue created.html.tmpl omits value in title - Patch by Marc Schumann <wurblzap@gmail.com> r=mkanat a=justdave
This commit is contained in:
parent
d04adccc62
commit
a9036af1c4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user