From 17885075bab9f3fb3458ed1c5d92a16fbac824be Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Wed, 20 May 2009 21:14:12 +0000 Subject: [PATCH] Fixed select button icon. --- sales/manage/customer_branches.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sales/manage/customer_branches.php b/sales/manage/customer_branches.php index 3dced4d..85eb72b 100644 --- a/sales/manage/customer_branches.php +++ b/sales/manage/customer_branches.php @@ -212,7 +212,7 @@ if ($num_branches) email_cell($myrow["email"]); label_cell($myrow["tax_group_name"]); if (count($_SESSION['Context'])) - edit_button_cell("Select".$myrow["branch_code"], _("Select")); + button_cell("Select".$myrow["branch_code"], _("Select"), '', ICON_ADD); edit_button_cell("Edit".$myrow["branch_code"], _("Edit")); delete_button_cell("Delete".$myrow["branch_code"], _("Delete")); end_row(); -- 2.30.2