X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=manufacturing%2Fmanage%2Fwork_centres.php;h=852c417c6f9c50447e81cb22031e0fb04d17f016;hb=4e6c60dfc8ab630d72010941b00f65b9659fe0b3;hp=b9199690c9b0e78f31a7a8d178781cc97555a868;hpb=e2fa1c1b9543dedb3cd0a3a36dc539c86f7ff473;p=fa-stable.git diff --git a/manufacturing/manage/work_centres.php b/manufacturing/manage/work_centres.php index b9199690..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("$table_style width=50%"); +start_table(TABLESTYLE, "width='50%'"); $th = array(_("Name"), _("description"), "", ""); inactive_control_column($th); table_header($th); @@ -120,7 +120,7 @@ inactive_control_row($th); end_table(1); //----------------------------------------------------------------------------------- -start_table($table_style2); +start_table(TABLESTYLE2); if ($selected_id != -1) { @@ -147,4 +147,3 @@ end_form(); end_page(); -?>