From 78d189765e1f14cec2c9a03fd92e6ab73692cac6 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 3dced4db..85eb72bb 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