X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fcrm_categories.php;h=a7a26af3f8c4506b451a65d309ff13601857d298;hb=aec1717f263bf767543afa6bd0cb960ce53e0a0d;hp=59166a3a3f9a91f266b04f06f340e47937d71306;hpb=3faff3b471c0953bc1d11a6c00308779787a55f2;p=fa-stable.git diff --git a/admin/crm_categories.php b/admin/crm_categories.php index 59166a3a..a7a26af3 100644 --- a/admin/crm_categories.php +++ b/admin/crm_categories.php @@ -83,7 +83,7 @@ if ($Mode == 'RESET') $result = get_crm_categories(check_value('show_inactive')); start_form(); -start_table(TABLESTYLE, "width=70%"); +start_table(TABLESTYLE, "width='70%'"); $th = array(_("Category Type"), _("Category Subtype"), _("Short Name"), _("Description"), "", " "); inactive_control_column($th); @@ -141,7 +141,7 @@ if ($Mode == 'Edit' && $myrow['system']) { } text_row_ex(_("Category Short Name:"), 'name', 30); -textarea_row(_("Category Description:"), 'description', null, 60,4); +textarea_row(_("Category Description:"), 'description', null, 60, 4); end_table(1); @@ -150,4 +150,3 @@ submit_add_or_update_center($selected_id == -1, '', 'both'); end_form(); end_page(); -?>