summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/products/edit.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-03-10 03:58:43 +0100
committerlpsolit%gmail.com <>2007-03-10 03:58:43 +0100
commitd36dd3fb0b093943ac859a44789ff008956ddfe4 (patch)
treeec6fbb7acfbc7538086f085b0b543b38b3207793 /template/en/default/admin/products/edit.html.tmpl
parentbbedda2778b5759c4be1971c697c4c4877211b81 (diff)
downloadbugzilla-d36dd3fb0b093943ac859a44789ff008956ddfe4.tar.gz
bugzilla-d36dd3fb0b093943ac859a44789ff008956ddfe4.tar.xz
Bug 370687: Creating, editing or deleting a product should display its name in the title of the page - Patch by Frédéric Buclin <LpSolit@gmail.com> r=vladd a=LpSolit
Diffstat (limited to 'template/en/default/admin/products/edit.html.tmpl')
-rw-r--r--template/en/default/admin/products/edit.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/products/edit.html.tmpl b/template/en/default/admin/products/edit.html.tmpl
index 72a5532aa..8816ed12b 100644
--- a/template/en/default/admin/products/edit.html.tmpl
+++ b/template/en/default/admin/products/edit.html.tmpl
@@ -27,7 +27,7 @@
# groups_controls: a hash of group controls related to the product.
#%]
-[% title = BLOCK %]Edit Product[% END %]
+[% title = BLOCK %]Edit Product '[% product.name FILTER html %]'[% END %]
[% PROCESS global/header.html.tmpl
title = title