From 5a43bb6623324bc43eae908354aabc794fe6c7e2 Mon Sep 17 00:00:00 2001 From: mattf Date: Wed, 12 Jan 2011 18:41:05 +0000 Subject: [PATCH] Disable focus_blur_enabled by default git-svn-id: svn://192.168.202.10@1590 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/trunk/www/agc/options-example.php | 2 +- agc_2-X/trunk/www/agc/vicidial.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/agc_2-X/trunk/www/agc/options-example.php b/agc_2-X/trunk/www/agc/options-example.php index e12f8aee..89473b74 100644 --- a/agc_2-X/trunk/www/agc/options-example.php +++ b/agc_2-X/trunk/www/agc/options-example.php @@ -38,7 +38,7 @@ $AgentAlert_allowed = '1'; # set to 1 to allow Agent alert option $disable_blended_checkbox='0'; # set to 1 to disable the BLENDED checkbox from the in-group chooser screen $hide_timeclock_link = '0'; # set to 1 to hide the timeclock link on the agent login screen $conf_check_attempts = '3'; # number of attempts to try before loosing webserver connection, for bad network setups -$focus_blur_enabled = '1'; # set to 1 to enable the focus/blur enter key blocking(some IE instances have issues) +$focus_blur_enabled = '0'; # set to 1 to enable the focus/blur enter key blocking(some IE instances have issues) $TEST_all_statuses = '0'; # TEST variable allows all statuses in dispo screen diff --git a/agc_2-X/trunk/www/agc/vicidial.php b/agc_2-X/trunk/www/agc/vicidial.php index a8550d65..282d2638 100644 --- a/agc_2-X/trunk/www/agc/vicidial.php +++ b/agc_2-X/trunk/www/agc/vicidial.php @@ -477,7 +477,7 @@ $AgentAlert_allowed = '1'; # set to 1 to allow Agent alert option $disable_blended_checkbox='0'; # set to 1 to disable the BLENDED checkbox from the in-group chooser screen $hide_timeclock_link = '0'; # set to 1 to hide the timeclock link on the agent login screen $conf_check_attempts = '3'; # number of attempts to try before loosing webserver connection, for bad network setups -$focus_blur_enabled = '1'; # set to 1 to enable the focus/blur enter key blocking(some IE instances have issues) +$focus_blur_enabled = '0'; # set to 1 to enable the focus/blur enter key blocking(some IE instances have issues) $TEST_all_statuses = '0'; # TEST variable allows all statuses in dispo screen $stretch_dimensions = '1'; # sets the vicidial screen to the size of the browser window