From: Janusz Dobrowolski Date: Fri, 20 Jun 2008 07:49:53 +0000 (+0000) Subject: Layout fixes X-Git-Tag: v2.4.2~19^2~1993 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=570a9b11ac5a56bf97aeef669838ef45abaf65a4;p=fa-stable.git Layout fixes --- 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();