]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 370687: Creating, editing or deleting a product should display its name in the...
authorlpsolit%gmail.com <>
Sat, 10 Mar 2007 02:58:43 +0000 (02:58 +0000)
committerlpsolit%gmail.com <>
Sat, 10 Mar 2007 02:58:43 +0000 (02:58 +0000)
template/en/default/admin/products/created.html.tmpl
template/en/default/admin/products/deleted.html.tmpl
template/en/default/admin/products/edit.html.tmpl

index f19854200fd03b6d80091084559125bedea6346b..c13ddc4e666defcc04c625730e1e4130a37872b6 100644 (file)
   #
   #%]
 
-[% 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 %]
+
 <br>
 <div style='border: 1px red solid; padding: 1ex;'>
   <b>You will need to   
index 049bcae0bf92665658c16280a464895e9a6c5b96..10867dba3abd8f18b8ade39f9345face2944c9a8 100644 (file)
@@ -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.
index 72a5532aaf77bd33682d17540b8de267c202f44a..8816ed12bddb4fddffa144218f647e6c3f0b8ff6 100644 (file)
@@ -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