X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fforms_setup.php;h=a15cfe4a72171390e88a2b1b78e9adb0215ff40e;hb=6571578cace314a46f71d9cda50c45bbde0e2abe;hp=dd14046b8dfeea82ae722441e4c20ca3b638c80c;hpb=a5242af68e65661edb7175412444dce536a7f311;p=fa-stable.git diff --git a/admin/forms_setup.php b/admin/forms_setup.php index dd14046b..a15cfe4a 100644 --- a/admin/forms_setup.php +++ b/admin/forms_setup.php @@ -38,7 +38,7 @@ if (isset($_POST['setprefs'])) start_form(); -start_outer_table("class='tablestyle'"); +start_outer_table($table_style2); $systypes = get_systypes(); table_section(1); @@ -58,7 +58,7 @@ while ($type = db_fetch($systypes)) end_outer_table(1); -submit_center('setprefs', _("Update"), true, '', true); +submit_center('setprefs', _("Update"), true, '', 'default'); end_form(2);