diff --git a/www/agc/vicidial.php b/www/agc/vicidial.php index 697fac48..7af3a381 100644 --- a/www/agc/vicidial.php +++ b/www/agc/vicidial.php @@ -591,10 +591,11 @@ # 180327-1355 - Added code for LOCALFQDN conversion to browser-used server URL for webform and script iframes # 180405-0913 - Fix for API Hangup after dial timeout # 180410-1629 - Added Pause Code manager approval feature, Added switch_lead logging +# 180421-0754 - Moved AGENT TIME link and Dialable Leads display to not overlap # -$version = '2.14-561c'; -$build = '180410-1629'; +$version = '2.14-562c'; +$build = '180421-0754'; $mel=1; # Mysql Error Log enabled = 1 $mysql_log_count=87; $one_mysql_log=0; @@ -3849,6 +3850,7 @@ $HKheight = ($MASTERheight + 105); # 405 - HotKey active Button $AMheight = ($MASTERheight + 100); # 400 - Agent mute buttons $PBheight = ($MASTERheight + 90); # 390 - preset dial links $MBheight = ($MASTERheight + 65); # 365 - Manual Dial Buttons +$SDLheight = ($MASTERheight + 67); # 367 - Show Dialable Leads $CBheight = ($MASTERheight + 50); # 350 - Agent Callback, pause code, volume control Buttons and agent status $SSheight = ($MASTERheight + 31); # 331 - script content $HTheight = ($MASTERheight + 10); # 310 - transfer frame, callback comments and hotkey @@ -7157,7 +7159,7 @@ function set_length(SLnumber,SLlength_goal,SLdirection) { // alert(xmlhttp.responseText); var DLcounT = xmlhttp.responseText; - document.getElementById("dialableleadsspan").innerHTML ="
" + DLcounT; + document.getElementById("dialableleadsspan").innerHTML =" " + DLcounT; } } @@ -19298,7 +19300,7 @@ $zi=2;
- + @@ -19421,11 +19423,11 @@ if ($is_webphone=='Y') } ?> - + 0) { - echo _QXZ("Dialable Leads:")."
 \n"; + echo _QXZ("Dialable Leads:")."  \n"; } ?>