X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fusers.php;h=9fde1d93b3f8d457a616aa2fd877a9e76d75ada7;hb=1b163e169c22e3b38d3bb766ceee8fa2b08aa084;hp=5737c0e6b1d88fae635ef6bc921740c2860c41f6;hpb=303eb17e9cdd9702eee9fdfcaee51e654a1da541;p=fa-stable.git diff --git a/admin/users.php b/admin/users.php index 5737c0e6..9fde1d93 100644 --- a/admin/users.php +++ b/admin/users.php @@ -109,7 +109,7 @@ if ($Mode == 'RESET') $result = get_users(check_value('show_inactive')); start_form(); -start_table($table_style); +start_table(TABLESTYLE); $th = array(_("User login"), _("Full Name"), _("Phone"), _("E-mail"), _("Last Visit"), _("Access Level"), "", ""); @@ -153,7 +153,7 @@ while ($myrow = db_fetch($result)) inactive_control_row($th); end_table(1); //------------------------------------------------------------------------------------------------- -start_table($table_style2); +start_table(TABLESTYLE2); $_POST['email'] = ""; if ($selected_id != -1)