From 3c3ebb83244a2188a456cbceaa3bd9d4a93370e0 Mon Sep 17 00:00:00 2001 From: mattf Date: Tue, 28 Sep 2010 20:35:34 +0000 Subject: [PATCH] Moved Realtime Block User Info user setting into the new ADMIN REPORT OPTIONS section in admin.php git-svn-id: svn://192.168.202.10@1530 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/trunk/www/vicidial/admin.php | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/agc_2-X/trunk/www/vicidial/admin.php b/agc_2-X/trunk/www/vicidial/admin.php index be721d52..d6119492 100644 --- a/agc_2-X/trunk/www/vicidial/admin.php +++ b/agc_2-X/trunk/www/vicidial/admin.php @@ -2547,11 +2547,12 @@ else # 100908-0926 - Added 3way hangup logging options to campaigns # 100912-0842 - Several small changes, removed Emergency VDAC clear since it does not do anything anymore # 100927-2321 - Added entry_list_id as a script, webform, dispo_call_url variable +# 100928-1634 - Moved Realtime Block User Info user setting into the new ADMIN REPORT OPTIONS section # # make sure you have added a user to the vicidial_users MySQL table with at least user_level 8 to access this page the first time -$admin_version = '2.4-281'; -$build = '100927-2321'; +$admin_version = '2.4-282'; +$build = '100928-1634'; $STARTtime = date("U"); $SQLdate = date("Y-m-d H:i:s"); @@ -17800,6 +17801,10 @@ if ($ADD==3) } if ($LOGuser_level > 8) { + echo "ADMIN REPORT OPTIONS:\n"; + + echo "Realtime Block User Info: $NWB#vicidial_users-realtime_block_user_info$NWE\n"; + echo "ADMIN INTERFACE OPTIONS:\n"; #9BB9FB @@ -17860,10 +17865,8 @@ if ($ADD==3) echo "Delete Timeclock Log Record: $NWB#vicidial_users-delete_timeclock_log$NWE\n"; echo "Manager Shift Enforcement Override: $NWB#vicidial_users-manager_shift_enforcement_override$NWE\n"; - - echo "Realtime Block User Info: $NWB#vicidial_users-realtime_block_user_info$NWE\n"; } - echo "\n"; + echo "\n"; echo "\n"; if ($LOGdelete_users > 0)