X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=manufacturing%2Fmanage%2Fwork_centres.php;h=852c417c6f9c50447e81cb22031e0fb04d17f016;hb=3713324329f0ec2effe45febe79cb659ae13d5f6;hp=3f4d160a5af353c2e7d8145309ba221a209b4c60;hpb=5b8f4c4b4aa8cf996bc071f116bfce1273200fa2;p=fa-stable.git diff --git a/manufacturing/manage/work_centres.php b/manufacturing/manage/work_centres.php index 3f4d160a..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);