X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=manufacturing%2Fmanage%2Fwork_centres.php;h=852c417c6f9c50447e81cb22031e0fb04d17f016;hb=66cfb670d9261ad0364a91822dc0766de1620799;hp=10fcf365abc6854cac2b76ee49cd5588aa4d5be5;hpb=46c5f7a65a7659a44ae8254c63152074363d3987;p=fa-stable.git diff --git a/manufacturing/manage/work_centres.php b/manufacturing/manage/work_centres.php index 10fcf365..852c417c 100644 --- a/manufacturing/manage/work_centres.php +++ b/manufacturing/manage/work_centres.php @@ -97,7 +97,7 @@ if ($Mode == 'RESET') $result = get_all_work_centres(check_value('show_inactive')); start_form(); -start_table(TABLESTYLE, "width=50%"); +start_table(TABLESTYLE, "width='50%'"); $th = array(_("Name"), _("description"), "", ""); inactive_control_column($th); table_header($th); @@ -147,4 +147,3 @@ end_form(); end_page(); -?>