From 6976f410c2d5ccc6e932de4cd669813b6ae678c0 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 11 May 2007 01:15:08 +0000 Subject: =?UTF-8?q?Bug=20380103:=20No=20product=20name=20provided=20when?= =?UTF-8?q?=20editing=20a=20component=20-=20Patch=20by=20Fr=C3=83=C2=A9d?= =?UTF-8?q?=C3=83=C2=A9ric=20Buclin=20=20r=3Ddkl=20r=3D?= =?UTF-8?q?justdave=20a=3DLpSolit?= 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(-) 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.1