X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fmanage%2Fgl_account_classes.php;h=2e9bf09a08b9cccdbcef72b3b7d72dc18a4b4ead;hb=3ef43955f694fce651c79236e63e7a3ada5620d5;hp=a2d8bda46aeb7f258b115582c1bdc6cf71545c00;hpb=ee7852fefd8a0f5f47f7a3930cc6c35c4b4582ad;p=fa-stable.git diff --git a/gl/manage/gl_account_classes.php b/gl/manage/gl_account_classes.php index a2d8bda4..2e9bf09a 100644 --- a/gl/manage/gl_account_classes.php +++ b/gl/manage/gl_account_classes.php @@ -105,7 +105,7 @@ if ($Mode == 'RESET') $result = get_account_classes(check_value('show_inactive')); start_form(); -start_table($table_style); +start_table(TABLESTYLE); $th = array(_("Class ID"), _("Class Name"), _("Class Type"), "", ""); if (isset($use_oldstyle_convert) && $use_oldstyle_convert == 1) $th[2] = _("Balance Sheet"); @@ -136,7 +136,7 @@ inactive_control_row($th); end_table(1); //----------------------------------------------------------------------------------- -start_table($table_style2); +start_table(TABLESTYLE2); if ($selected_id != "") {