From 6976f410c2d5ccc6e932de4cd669813b6ae678c0 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 11 May 2007 01:15:08 +0000 Subject: Bug 380103: No product name provided when editing a component - Patch by Frédéric Buclin r=dkl r=justdave a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/admin/components/edit.html.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'template') diff --git a/template/en/default/admin/components/edit.html.tmpl b/template/en/default/admin/components/edit.html.tmpl index 291e1dd61..0e3415da4 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 %] -- cgit v1.2.3-24-g4f1b