X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fmanage%2Fsales_people.php;h=7969b692954db88487890d9b728cbf9acf1dde59;hb=3ef43955f694fce651c79236e63e7a3ada5620d5;hp=55a5f12fd2f5d914c1082256d818f069267da5bf;hpb=963bc21ea092322d5750d4c0914b5e532e7d2467;p=fa-stable.git diff --git a/sales/manage/sales_people.php b/sales/manage/sales_people.php index 55a5f12f..7969b692 100644 --- a/sales/manage/sales_people.php +++ b/sales/manage/sales_people.php @@ -95,7 +95,7 @@ if ($Mode == 'RESET') $result = get_salesmen(check_value('show_inactive')); start_form(); -start_table("$table_style width=60%"); +start_table(TABLESTYLE, "width=60%"); $th = array(_("Name"), _("Phone"), _("Fax"), _("Email"), _("Provision"), _("Break Pt."), _("Provision")." 2", "", ""); inactive_control_column($th); table_header($th); @@ -150,7 +150,7 @@ if ($selected_id != -1) $_POST['provision2'] = percent_format(0); } -start_table($table_style2); +start_table(TABLESTYLE2); text_row_ex(_("Sales person name:"), 'salesman_name', 30); text_row_ex(_("Telephone number:"), 'salesman_phone', 20);