X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fmanage%2Fsales_groups.php;h=c85d8f6d96847fac671747258e9b07280c25777d;hb=0e9e4cf4f01431531dfed299bb501955bb0818ed;hp=2110515a71fc94759ba4dc3f49ea9475d9408edb;hpb=fc24ee893402902fc58632dabb5d7c2594e191d0;p=fa-stable.git diff --git a/sales/manage/sales_groups.php b/sales/manage/sales_groups.php index 2110515a..c85d8f6d 100644 --- a/sales/manage/sales_groups.php +++ b/sales/manage/sales_groups.php @@ -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")); @@ -129,4 +129,3 @@ submit_add_or_update_center($selected_id == -1, '', 'both'); end_form(); end_page(); -?>