disposition window placement
Added by Wolfgang Pichler over 12 years ago
hi all,
i have noticed that the placement of the disposition window did changed from goautodial 2.0 to 2.1.
The change is not helpful for our agents - the need to get values out of the form while in disposition - with version 2.0 it was possible - because the disposition window was at the right side of the screen - now it is centered - and to big - so that agents can't copy values from the form.
i have changed the vicidial.php file around line 13351 to
<span style="position:absolute;right:0px;top:80px;z-index:;" id="DispoSelectBox">
<table border="1" bgcolor="#E0E0E0" width="200px" height="496px" style="font-size:10px; font-family:sans-serif; border:#000000 solid 1px"><tr><td align="center" valign="top"> DISPOSITION CALL :
so i got back the disposition window at the right side of the window.
Why was that change ?
br,
Wolfgang
Go to top