]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 323967: Trivial UI changes for 2.20 (Selenium compat) - Patch by Frédéric Buclin...
authorlpsolit%gmail.com <>
Thu, 19 Jan 2006 19:30:26 +0000 (19:30 +0000)
committerlpsolit%gmail.com <>
Thu, 19 Jan 2006 19:30:26 +0000 (19:30 +0000)
editproducts.cgi
template/en/default/admin/products/groupcontrol/edit.html.tmpl

index 568f463fb1524625c53773573220da825db13541..e8bca53504fdd16f671a7feaf5f979c66ddb93a9 100755 (executable)
@@ -409,7 +409,7 @@ if (!$action && !$product) {
 #
 
 if ($action eq 'add') {
-    PutHeader("Add product");
+    PutHeader("Add Product");
 
     if (Param('useclassification')) {
         CheckClassification($classification);
@@ -791,7 +791,7 @@ if ($action eq 'delete') {
 #
 
 if ($action eq 'edit' || (!$action && $product)) {
-    PutHeader("Edit product");
+    PutHeader("Edit Product");
     CheckProduct($product);
     my $classification_id=1;
     if (Param('useclassification')) {
@@ -893,7 +893,7 @@ if ($action eq 'edit' || (!$action && $product)) {
     }
 
     print "</TD>\n</TR><TR>\n";
-    print "  <TH ALIGN=\"right\" VALIGN=\"top\"><A HREF=\"editproducts.cgi?action=editgroupcontrols&product=", url_quote($product), $classhtmlvar,"\">Edit Group Access Controls</A></TH>\n";
+    print "  <TH ALIGN=\"right\" VALIGN=\"top\"><A HREF=\"editproducts.cgi?action=editgroupcontrols&product=", url_quote($product), $classhtmlvar,"\">Edit Group Access Controls:</A></TH>\n";
     print "<TD>\n";
     SendSQL("SELECT id, name, isactive, entry, membercontrol, othercontrol, canedit " .
             "FROM groups, " .
@@ -1017,7 +1017,7 @@ if ($action eq 'updategroupcontrols') {
             exit;                
         }
     }
-    PutHeader("Update group access controls for product \"$product\"");
+    PutHeader("Update group access controls for $product");
     $headerdone = 1;
     SendSQL("SELECT id, name FROM groups " .
             "WHERE isbuggroup != 0 AND isactive != 0");
index 4f13e6f22969a30885d84bf27f4ac721a8e63ac3..188adc6461f9c842ebebf384b610f49b21bc5182 100644 (file)
@@ -24,7 +24,7 @@
 [% filt_product = product FILTER html %]
 [% filt_classification = classification FILTER html %]
 [% PROCESS global/header.html.tmpl
-  title = "Edit Group Controls for '$filt_product'"
+  title = "Edit Group Controls for $filt_product"
 %]
 
 <form method="post" action="editproducts.cgi">