From adef3da6bfa5d4ebd1f72fed33a38926948cbeed Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 16 Jul 2015 15:04:48 -0700 Subject: [PATCH] Admin -> Users styling fixes. --- e107_admin/users.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/e107_admin/users.php b/e107_admin/users.php index 503aba008..0deef5dc6 100644 --- a/e107_admin/users.php +++ b/e107_admin/users.php @@ -70,7 +70,7 @@ class users_admin extends e_admin_dispatcher 'main/test' => 'main/list', ); - protected $menuTitle = 'users'; + protected $menuTitle = ADLAN_36; // 'Users' function init() @@ -1872,12 +1872,12 @@ class users_admin_ui extends e_admin_ui ".$caption." -
Older than ".$frm->select('resendAge', $age, 24).$frm->checkbox('resetPasswords',1,false,'Reset all passwords'). - $frm->userclass('resendClass',false, null ). +
Older than ".$frm->select('resendAge', $age, 24).$frm->checkbox('resetPasswords',1,false,'Reset all passwords'). + "
".$frm->userclass('resendClass',false, null )."". $frm->button('resendToAll', 1, 'warning', LAN_GO)." -
+
"; $text .= $frm->close(); @@ -2436,7 +2436,7 @@ class users_admin_form_ui extends e_admin_form_ui - "; if ($user_perms != "0")