summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/products/deleted.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/deleted.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/deleted.html.tmpl')
-rw-r--r--template/en/default/admin/products/deleted.html.tmpl6
1 files changed, 3 insertions, 3 deletions
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.