X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fusers.php;h=9fde1d93b3f8d457a616aa2fd877a9e76d75ada7;hb=1b163e169c22e3b38d3bb766ceee8fa2b08aa084;hp=5d56aff15c844c9709cce9d5bafa683afab77f01;hpb=f7b0f0130571e3473baead5cffe25666170fe70f;p=fa-stable.git diff --git a/admin/users.php b/admin/users.php index 5d56aff1..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) @@ -188,10 +188,7 @@ else $_POST['pos'] = user_pos(); } $_POST['password'] = ""; -start_row(); -label_cell(_("Password:")); -label_cell(""); -end_row(); +password_row(_("Password:"), 'password', $_POST['password']); if ($selected_id != -1) {