From d36dd3fb0b093943ac859a44789ff008956ddfe4 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 10 Mar 2007 02:58:43 +0000 Subject: Bug 370687: Creating, editing or deleting a product should display its name in the title of the page - Patch by Frédéric Buclin r=vladd a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/admin/products/created.html.tmpl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'template/en/default/admin/products/created.html.tmpl') diff --git a/template/en/default/admin/products/created.html.tmpl b/template/en/default/admin/products/created.html.tmpl index f19854200..c13ddc4e6 100644 --- a/template/en/default/admin/products/created.html.tmpl +++ b/template/en/default/admin/products/created.html.tmpl @@ -19,9 +19,10 @@ # #%] -[% PROCESS global/header.html.tmpl - title = 'New Product Created' -%] +[% title = BLOCK %]New Product '[% product.name FILTER html %]' Created[% END %] + +[% PROCESS global/header.html.tmpl title = title %] +
You will need to -- cgit v1.2.3-24-g4f1b