From 570a9b11ac5a56bf97aeef669838ef45abaf65a4 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Fri, 20 Jun 2008 07:49:53 +0000 Subject: [PATCH] Layout fixes --- sales/manage/customers.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sales/manage/customers.php b/sales/manage/customers.php index e7ebac57..4693aa08 100644 --- a/sales/manage/customers.php +++ b/sales/manage/customers.php @@ -159,7 +159,6 @@ if (isset($_POST['delete'])) unset($_POST['customer_id']); $new_customer = true; $Ajax->activate('_page_body'); -// meta_forward($_SERVER['PHP_SELF']); } //end if Delete Customer } @@ -264,7 +263,8 @@ payment_terms_list_row(_("Payment Terms:"), 'payment_terms', $_POST['payment_ter credit_status_list_row(_("Credit Status:"), 'credit_status', $_POST['credit_status']); if (!$new_customer) { start_row(); - hyperlink_params_td($path_to_root . "/sales/manage/customer_branches.php", _("Edit customer branches"), "debtor_no=".$_POST['customer_id']); + echo ''._('Customer branches').':'; + hyperlink_params_td($path_to_root . "/sales/manage/customer_branches.php",''. _("Add or Edit").'', "debtor_no=".$_POST['customer_id']); end_row(); } end_table(); -- 2.30.2