diff --git a/agc_2-X/trunk/www/agc/vicidial.php b/agc_2-X/trunk/www/agc/vicidial.php
index 3dd60e71..7b906e8e 100644
--- a/agc_2-X/trunk/www/agc/vicidial.php
+++ b/agc_2-X/trunk/www/agc/vicidial.php
@@ -325,10 +325,11 @@
# 101125-2151 - Changed CIDname for 3way calls
# 101128-0102 - Added list webform override options
# 101207-1621 - Added scroll to the top after in-group, pause code, etc... selections, and added focus blur to several functions
+# 101208-1210 - Fixed focus/blur coding to work after Dispo
#
-$version = '2.4-302';
-$build = '101207-1621';
+$version = '2.4-303';
+$build = '101208-1210';
$mel=1; # Mysql Error Log enabled = 1
$mysql_log_count=69;
$one_mysql_log=0;
@@ -2566,11 +2567,12 @@ $SDwidth = ($MASTERwidth + 170); # 600 - scroll script, customer data and calls
$HKwidth = ($MASTERwidth + 20); # 450 - Hotkeys button
$HSwidth = ($MASTERwidth + 1); # 431 - Header spacer
$PBwidth = ($MASTERwidth + 0); # 430 - Presets list
-$CLwidth = ($MASTERwidth - 160); # 270 - Calls in queue link
+$CLwidth = ($MASTERwidth - 120); # 310 - Calls in queue link
$WRheight = ($MASTERheight + 160); # 460 - Warning boxes
$CQheight = ($MASTERheight + 140); # 440 - Calls in queue section
-$SLheight = ($MASTERheight + 122); # 422 - SideBar link, Calls in queue link
+$SLheight = ($MASTERheight + 122); # 422 - SideBar link, Agents view link
+$QLheight = ($MASTERheight + 112); # 412 - Calls in queue link
$HKheight = ($MASTERheight + 105); # 405 - HotKey active Button
$AMheight = ($MASTERheight + 100); # 400 - Agent mute and preset dial links
$MBheight = ($MASTERheight + 65); # 365 - Manual Dial Buttons
@@ -7769,8 +7771,8 @@ function set_length(SLnumber,SLlength_goal,SLdirection)
else {document.vicidial_form.DispoSelection.value = taskDSgrp;}
document.getElementById("DispoSelectContent").innerHTML = dispo_HTML;
- document.vicidial_form.inert_button.focus();
- document.vicidial_form.inert_button.blur();
+ document.inert_form.inert_button.focus();
+ document.inert_form.inert_button.blur();
}
// ################################################################################
@@ -7814,8 +7816,8 @@ function set_length(SLnumber,SLlength_goal,SLdirection)
document.getElementById("PauseCodeSelectContent").innerHTML = PauseCode_HTML;
}
}
- document.vicidial_form.inert_button.focus();
- document.vicidial_form.inert_button.blur();
+ document.inert_form.inert_button.focus();
+ document.inert_form.inert_button.blur();
}
@@ -7930,8 +7932,8 @@ function set_length(SLnumber,SLlength_goal,SLdirection)
GroupAlias_HTML = GroupAlias_HTML + "
" + Go_BacK_LinK;
document.getElementById("GroupAliasSelectContent").innerHTML = GroupAlias_HTML;
- document.vicidial_form.inert_button.focus();
- document.vicidial_form.inert_button.blur();
+ document.inert_form.inert_button.focus();
+ document.inert_form.inert_button.blur();
}
// ################################################################################
@@ -8194,6 +8196,8 @@ function set_length(SLnumber,SLlength_goal,SLdirection)
}
}
// scroll back to the top of the page
+ document.inert_form.inert_button.focus();
+ document.inert_form.inert_button.blur();
scroll(0,0);
}
}
@@ -8482,8 +8486,8 @@ function set_length(SLnumber,SLlength_goal,SLdirection)
document.vicidial_form.CloserSelectList.value = '';
document.getElementById("CloserSelectContent").innerHTML = live_CSC_HTML;
}
- document.vicidial_form.inert_button.focus();
- document.vicidial_form.inert_button.blur();
+ document.inert_form.inert_button.focus();
+ document.inert_form.inert_button.blur();
}
// ################################################################################
@@ -8639,8 +8643,8 @@ function set_length(SLnumber,SLlength_goal,SLdirection)
document.getElementById("TerritorySelectContent").innerHTML = live_TERR_HTML;
}
}
- document.vicidial_form.inert_button.focus();
- document.vicidial_form.inert_button.blur();
+ document.inert_form.inert_button.focus();
+ document.inert_form.inert_button.blur();
}
// ################################################################################
@@ -8976,8 +8980,8 @@ else
var HKdispo = hotkeys[String.fromCharCode(key)];
if (HKdispo)
{
- document.vicidial_form.inert_button.focus();
- document.vicidial_form.inert_button.blur();
+ document.inert_form.inert_button.focus();
+ document.inert_form.inert_button.blur();
CustomerData_update();
var HKdispo_ary = HKdispo.split(" ----- ");
if ( (HKdispo_ary[0] == 'ALTPH2') || (HKdispo_ary[0] == 'ADDR3') )
@@ -10444,6 +10448,7 @@ else
if (VICIDiaL_closer_login_checked==0)
{
hideDiv('NothingBox');
+ // hideDiv('NothingBox2');
hideDiv('CBcommentsBox');
hideDiv('EAcommentsBox');
hideDiv('EAcommentsMinBox');
@@ -11391,11 +11396,12 @@ else
\n";
-$zi=1;
+$zi=2;
?>