X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fmanage%2Fsales_groups.php;h=c85d8f6d96847fac671747258e9b07280c25777d;hb=c5677263c637016991f99e1b63f067280da75163;hp=da108c75fff49815930ad787eb63df9618cbc4b9;hpb=5b8f4c4b4aa8cf996bc071f116bfce1273200fa2;p=fa-stable.git diff --git a/sales/manage/sales_groups.php b/sales/manage/sales_groups.php index da108c75..c85d8f6d 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); @@ -93,7 +93,7 @@ while ($myrow = db_fetch($result)) alt_table_row_color($k); - label_cell($myrow["id"]); + label_cell($myrow["id"], "nowrap align='right'"); label_cell($myrow["description"]); inactive_control_cell($myrow["id"], $myrow["inactive"], 'groups', 'id'); edit_button_cell("Edit".$myrow["id"], _("Edit"));