From 8fb2e7e0238e86698c9810e7e622c2de32626f55 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 11 May 2007 01:16:34 +0000 Subject: [PATCH] =?utf8?q?Bug=20380103:=20No=20product=20name=20provided?= =?utf8?q?=20when=20editing=20a=20component=20-=20Patch=20by=20Fr=C3=83?= =?utf8?q?=C2=A9d=C3=83=C2=A9ric=20Buclin=20=20r=3Ddkl?= =?utf8?q?=20r=3Djustdave=20a=3DLpSolit?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 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 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 %] -- 2.47.2