]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 366380 Add component to Product 'product_name' is awkward
authortimeless%mozdev.org <>
Tue, 24 Jul 2007 11:18:31 +0000 (11:18 +0000)
committertimeless%mozdev.org <>
Tue, 24 Jul 2007 11:18:31 +0000 (11:18 +0000)
r=lpsolit a=lpsolit

template/en/default/admin/components/create.html.tmpl

index 5b376bc79723442793cf4eb392e0ff0131ad0b76..cbf1546fcf95bbfbf8ccdc5ed0fcf306f84609e5 100644 (file)
   #               which the component belongs.
   #%]
   
-[% title = BLOCK %]Add component to Product '[% product.name FILTER html %]'[% END %]
-[% subheader = BLOCK %]This page allows you to add a new component to product
-                '[% product.name FILTER html %]'.[% END %]
+[% title = BLOCK %]Add component to the [% product.name FILTER html %] product[% END %]
 [% PROCESS global/header.html.tmpl
   title = title
-  subheader = subheader
 %]
 
 <form method="post" action="editcomponents.cgi">