From: lpsolit%gmail.com <> Date: Fri, 11 May 2007 01:16:34 +0000 (+0000) Subject: Bug 380103: No product name provided when editing a component - Patch by Frédéric... X-Git-Tag: bugzilla-3.0.1~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fb2e7e0238e86698c9810e7e622c2de32626f55;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 %]