X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=sales%2Fmanage%2Fsales_people.php;fp=sales%2Fmanage%2Fsales_people.php;h=0fd8e1d68a7812d1faa2ae0fc1a7f525fbb47f75;hb=fc24ee893402902fc58632dabb5d7c2594e191d0;hp=81c0dc268bb2c37eff755696131385536c9c2dec;hpb=2e570d1c62dd7775213cfffe3cf1ab186b94117f;p=fa-stable.git diff --git a/sales/manage/sales_people.php b/sales/manage/sales_people.php index 81c0dc26..0fd8e1d6 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(TABLESTYLE, "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);