X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fmanage%2Fsales_groups.php;h=287ba1f2f5010623651d8f37dabae72a4b3bca91;hb=8199b71bc7336abdedadc24b9be0c3fbb9546988;hp=60482ba34001523cc29c75221f8988be193db40a;hpb=264c09696d65efe4532c197f317162daf8c24f32;p=fa-stable.git diff --git a/sales/manage/sales_groups.php b/sales/manage/sales_groups.php index 60482ba3..287ba1f2 100644 --- a/sales/manage/sales_groups.php +++ b/sales/manage/sales_groups.php @@ -81,7 +81,7 @@ if ($Mode == 'RESET') $result = get_sales_groups(check_value('show_inactive')); start_form(); -start_table(TABLESTYLE, "width=30%"); +start_table(TABLESTYLE, "width='30%'"); $th = array(_("ID"), _("Group Name"), "", ""); inactive_control_column($th); @@ -129,4 +129,3 @@ submit_add_or_update_center($selected_id == -1, '', 'both'); end_form(); end_page(); -?>