From 9205baeded04fe9f66c9040fb0c6516abe08275d Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 19 Jan 2006 19:30:26 +0000 Subject: [PATCH] =?utf8?q?Bug=20323967:=20Trivial=20UI=20changes=20for=202?= =?utf8?q?.20=20(Selenium=20compat)=20-=20Patch=20by=20Fr=C3=A9d=C3=A9ric?= =?utf8?q?=20Buclin=20=20r/a=3Djustdave?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- editproducts.cgi | 8 ++++---- .../en/default/admin/products/groupcontrol/edit.html.tmpl | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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" %]
-- 2.47.2