X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fmanage%2Fgl_account_classes.php;h=2e9bf09a08b9cccdbcef72b3b7d72dc18a4b4ead;hb=d9b4de9d7e9d3ba77f6ece752fd6cc988effd8f1;hp=a2d8bda46aeb7f258b115582c1bdc6cf71545c00;hpb=67abd2b071302a327df63fb949963f0b45d62196;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 != "") {