diff options
author | lpsolit%gmail.com <> | 2005-05-23 00:09:39 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-05-23 00:09:39 +0200 |
commit | 513ceb70bcbf82849ebae814356c105eb4806418 (patch) | |
tree | 0ec5241f12a7355bf5030859ae6575ef0bdf8499 /template/en/default/admin | |
parent | 58f70751565f4f7ae47942eb78cfd784c87a43f8 (diff) | |
download | bugzilla-513ceb70bcbf82849ebae814356c105eb4806418.tar.gz bugzilla-513ceb70bcbf82849ebae814356c105eb4806418.tar.xz |
Bug 294915: Fieldvalue created.html.tmpl omits value in title - Patch by Marc Schumann <wurblzap@gmail.com> r=mkanat a=justdave
Diffstat (limited to 'template/en/default/admin')
-rw-r--r-- | template/en/default/admin/fieldvalues/created.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/fieldvalues/created.html.tmpl b/template/en/default/admin/fieldvalues/created.html.tmpl index 28688d991..088711fd1 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 |