From: lpsolit%gmail.com <> Date: Thu, 19 Jan 2006 19:30:26 +0000 (+0000) Subject: Bug 323967: Trivial UI changes for 2.20 (Selenium compat) - Patch by Frédéric Buclin... X-Git-Tag: bugzilla-2.20.1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9205baeded04fe9f66c9040fb0c6516abe08275d;p=thirdparty%2Fbugzilla.git Bug 323967: Trivial UI changes for 2.20 (Selenium compat) - Patch by Frédéric Buclin r/a=justdave --- diff --git a/editproducts.cgi b/editproducts.cgi index 568f463fb1..e8bca53504 100755 --- a/editproducts.cgi +++ b/editproducts.cgi @@ -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 "\n\n"; - print " Edit Group Access Controls\n"; + print " Edit Group Access Controls:\n"; print "\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"); diff --git a/template/en/default/admin/products/groupcontrol/edit.html.tmpl b/template/en/default/admin/products/groupcontrol/edit.html.tmpl index 4f13e6f229..188adc6461 100644 --- a/template/en/default/admin/products/groupcontrol/edit.html.tmpl +++ b/template/en/default/admin/products/groupcontrol/edit.html.tmpl @@ -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" %]