From: lpsolit%gmail.com <> Date: Fri, 11 May 2007 01:15:08 +0000 (+0000) Subject: Bug 380103: No product name provided when editing a component - Patch by Frédéric... X-Git-Tag: bugzilla-3.1.2~219 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6976f410c2d5ccc6e932de4cd669813b6ae678c0;p=thirdparty%2Fbugzilla.git Bug 380103: No product name provided when editing a component - Patch by Frédéric Buclin r=dkl r=justdave a=LpSolit --- diff --git a/template/en/default/admin/components/edit.html.tmpl b/template/en/default/admin/components/edit.html.tmpl index 291e1dd610..0e3415da46 100644 --- a/template/en/default/admin/components/edit.html.tmpl +++ b/template/en/default/admin/components/edit.html.tmpl @@ -29,7 +29,9 @@ [% PROCESS global/variables.none.tmpl %] -[% title = BLOCK %]Edit Component '[% comp.name FILTER html %]'[% END %] +[% title = BLOCK %] + Edit component '[% comp.name FILTER html %]' of product '[% product.name FILTER html %]' +[% END %] [% PROCESS global/header.html.tmpl title = title %]