X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fforms_setup.php;h=23de52ef9f646baade54faf9fc142e1496b6c787;hb=c5c02144e4d60928f888af90060318649e03cdec;hp=66e54a38a98a8e137fc427ce4d681171397facb2;hpb=da8311619dd73feae101d246a1957b972e00cbd2;p=fa-stable.git diff --git a/admin/forms_setup.php b/admin/forms_setup.php index 66e54a38..23de52ef 100644 --- a/admin/forms_setup.php +++ b/admin/forms_setup.php @@ -1,5 +1,14 @@ . +***********************************************************************/ $page_security =10; $path_to_root=".."; include($path_to_root . "/includes/session.inc"); @@ -28,6 +37,7 @@ if (isset($_POST['setprefs'])) } start_form(); + start_table("class='tablestyle'"); $systypes = get_systypes(); @@ -37,12 +47,12 @@ table_header($th); while ($type = db_fetch($systypes)) { - ref_row(systypes::name($type["type_id"]), 'id' . $type["type_id"], $type["next_reference"]); + ref_row(systypes::name($type["type_id"]), 'id' . $type["type_id"], '', $type["next_reference"]); } end_table(1); -submit_center('setprefs', _("Update")); +submit_center('setprefs', _("Update"), true, '', true); end_form(2);