From: Janusz Dobrowolski Date: Wed, 20 May 2009 21:14:12 +0000 (+0000) Subject: Fixed select button icon. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=17885075bab9f3fb3458ed1c5d92a16fbac824be;p=textcart.git Fixed select button icon. --- 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();