From d36dd3fb0b093943ac859a44789ff008956ddfe4 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 10 Mar 2007 02:58:43 +0000 Subject: =?UTF-8?q?Bug=20370687:=20Creating,=20editing=20or=20deleting=20a?= =?UTF-8?q?=20product=20should=20display=20its=20name=20in=20the=20title?= =?UTF-8?q?=20of=20the=20page=20-=20Patch=20by=20Fr=C3=83=C2=A9d=C3=83?= =?UTF-8?q?=C2=A9ric=20Buclin=20=20r=3Dvladd=20a=3DLpSo?= =?UTF-8?q?lit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/admin/products/deleted.html.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'template/en/default/admin/products/deleted.html.tmpl') diff --git a/template/en/default/admin/products/deleted.html.tmpl b/template/en/default/admin/products/deleted.html.tmpl index 049bcae0b..10867dba3 100644 --- a/template/en/default/admin/products/deleted.html.tmpl +++ b/template/en/default/admin/products/deleted.html.tmpl @@ -20,9 +20,9 @@ # #%] -[% PROCESS global/header.html.tmpl - title = 'Deleting product' -%] +[% title = BLOCK %]Product '[% product.name FILTER html %]' Deleted[% END %] + +[% PROCESS global/header.html.tmpl title = title %] [% IF product.bug_count %] All references to deleted [% terms.bugs %] removed. -- cgit v1.2.1