diff --git a/www/agc/vicidial.php b/www/agc/vicidial.php index 46e1cc90..bcb5a6fa 100644 --- a/www/agc/vicidial.php +++ b/www/agc/vicidial.php @@ -131,6 +131,7 @@ # 61122-1523 - Added more SCRIPT variables # 61128-2229 - Added vicidial_live_agents and vicidial_auto_calls manual dial entries # 61130-1617 - Added lead_id to MonitorConf for recording_log +# 61221-1212 - Changed width to 760 to better fit 800x600 screens, widened SCRIPT # require("dbconnect.php"); @@ -176,8 +177,8 @@ if (isset($_GET["relogin"])) {$relogin=$_GET["relogin"];} $forever_stop=0; -$version = '2.0.104'; -$build = '61130-1617'; +$version = '2.0.105'; +$build = '61221-1212'; if ($force_logout) { @@ -5351,7 +5352,7 @@ if ($enable_fast_refresh < 1) {echo "\tvar refresh_interval = 1000;\n";} div.scroll_callback {height: 300px; width: 620px; overflow: scroll;} div.scroll_park {height: 400px; width: 620px; overflow: scroll;} div.scroll_list {height: 400px; width: 140px; overflow: scroll;} - div.scroll_script {height: 331px; width: 480px; background: #FFF5EC; overflow: scroll; font-size: 12px; font-family: sans-serif;} + div.scroll_script {height: 331px; width: 600px; background: #FFF5EC; overflow: scroll; font-size: 12px; font-family: sans-serif;} .body_text {font-size: 13px; font-family: sans-serif;} .preview_text {font-size: 13px; font-family: sans-serif; background: #CCFFCC} .preview_text_red {font-size: 13px; font-family: sans-serif; background: #FFCCCC} @@ -5378,7 +5379,7 @@ echo "\n";