translation fix for italian version of vicidial.php
git-svn-id: svn://192.168.202.10@983 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -247,7 +247,7 @@ if (isset($_GET["relogin"])) {$relogin=$_GET["relogin"];}
|
||||
$phone_pass=ereg_replace("[^0-9a-zA-Z]","",$phone_pass);
|
||||
$VD_login=ereg_replace("[^0-9a-zA-Z]","",$VD_login);
|
||||
$VD_pass=ereg_replace("[^0-9a-zA-Z]","",$VD_pass);
|
||||
$VD_campaign=ereg_replace("[^0-9a-zA-Z_]","",$VD_campaign);
|
||||
$VD_campaign = ereg_replace("[^-\_0-9a-zA-Z]","",$VD_campaign);
|
||||
|
||||
|
||||
$forever_stop=0;
|
||||
@@ -5506,7 +5506,7 @@ if ($enable_fast_refresh < 1) {echo "\tvar refresh_interval = 1000;\n";}
|
||||
hideDiv('DispoButtonHideB');
|
||||
hideDiv('DispoButtonHideC');
|
||||
document.getElementById("DispoSelectBox").style.top = 1;
|
||||
document.getElementById("DispoSelectMaxMin").innerHTML = "<a href=\"#\" onclick=\"DispoMinimize()\">minimizza</a>";
|
||||
document.getElementById("DispoSelectMaxMin").innerHTML = "<a href=\"#\" onclick=\"DispoMinimize()\"> minimizza </a>";
|
||||
document.getElementById("DispoSelectHAspan").innerHTML = "<a href=\"#\" onclick=\"DispoHanguPAgaiN()\">Aggancia di nuovo</a>";
|
||||
|
||||
CBcommentsBoxhide();
|
||||
@@ -6348,23 +6348,23 @@ function phone_number_format(formatphone) {
|
||||
|
||||
|
||||
// ################################################################################
|
||||
// Move the Dispo frame out of the way and change the link to ingrandisci
|
||||
// Move the Dispo frame out of the way and change the link to maximize
|
||||
function DispoMinimize()
|
||||
{
|
||||
showDiv('DispoButtonHideA');
|
||||
showDiv('DispoButtonHideB');
|
||||
showDiv('DispoButtonHideC');
|
||||
document.getElementById("DispoSelectBox").style.top = 340;
|
||||
document.getElementById("DispoSelectMaxMin").innerHTML = "<a href=\"#\" onclick=\"DispoMaximize()\">ingrandisci</a>";
|
||||
document.getElementById("DispoSelectMaxMin").innerHTML = "<a href=\"#\" onclick=\"DispoMaximize()\"> ingrandisci </a>";
|
||||
}
|
||||
|
||||
|
||||
// ################################################################################
|
||||
// Move the Dispo frame to the top and change the link to minimizza
|
||||
// Move the Dispo frame to the top and change the link to minimize
|
||||
function DispoMaximize()
|
||||
{
|
||||
document.getElementById("DispoSelectBox").style.top = 1;
|
||||
document.getElementById("DispoSelectMaxMin").innerHTML = "<a href=\"#\" onclick=\"DispoMinimize()\">minimizza</a>";
|
||||
document.getElementById("DispoSelectMaxMin").innerHTML = "<a href=\"#\" onclick=\"DispoMinimize()\"> minimizza </a>";
|
||||
hideDiv('DispoButtonHideA');
|
||||
hideDiv('DispoButtonHideB');
|
||||
hideDiv('DispoButtonHideC');
|
||||
@@ -6407,7 +6407,7 @@ function phone_number_format(formatphone) {
|
||||
function EAcommentsBoxhide(minimizetask)
|
||||
{
|
||||
hideDiv('EAcommentsBox');
|
||||
if (minimizzatask=='YES')
|
||||
if (minimizetask=='YES')
|
||||
{showDiv('EAcommentsMinBox');}
|
||||
else
|
||||
{hideDiv('EAcommentsMinBox');}
|
||||
@@ -7430,7 +7430,7 @@ Il tuo stato: <span id="AgentStatoStato"></span> <BR>Calls Dialing: <span id="Ag
|
||||
<table border=0 bgcolor="#FFFFCC" width=<?=$HCwidth ?> height=70>
|
||||
<TR bgcolor="#FFFF66">
|
||||
<TD align=left><font class="sh_text"> Extended Alt Telefono Information: </font></td>
|
||||
<TD align=right><font class="sk_text"> <a href="#" onclick="EAcommentsBoxhide('YES');return false;">minimizza</a> </font></td>
|
||||
<TD align=right><font class="sk_text"> <a href="#" onclick="EAcommentsBoxhide('YES');return false;"> minimizza </a> </font></td>
|
||||
</tr><tr>
|
||||
<TD VALIGN=top><font class="sk_text">
|
||||
<span id="EAcommentsBoxC"></span><BR>
|
||||
@@ -7446,7 +7446,7 @@ Il tuo stato: <span id="AgentStatoStato"></span> <BR>Calls Dialing: <span id="Ag
|
||||
<span style="position:absolute;left:695px;top:<?=$HTheight ?>px;z-index:27;" id="EAcommentsMinBox">
|
||||
<table border=0 bgcolor="#FFFFCC" width=40 height=20>
|
||||
<TR bgcolor="#FFFF66">
|
||||
<TD align=left><font class="sk_text"><a href="#" onclick="EAcommentsBoxshow();return false;">ingrandisci</a> <BR>Alt Telefono Info</font></td>
|
||||
<TD align=left><font class="sk_text"><a href="#" onclick="EAcommentsBoxshow();return false;"> ingrandisci </a> <BR>Alt Telefono Info</font></td>
|
||||
</tr></TABLE>
|
||||
</span>
|
||||
|
||||
@@ -7498,7 +7498,7 @@ Il tuo stato: <span id="AgentStatoStato"></span> <BR>Calls Dialing: <span id="Ag
|
||||
</span>
|
||||
|
||||
<span style="position:absolute;left:0px;top:0px;z-index:36;" id="DispoSelectBox">
|
||||
<table border=1 bgcolor="#CCFFCC" width=<?=$CAwidth ?> height=460><TR><TD align=center VALIGN=top> ESITO CHIAMATA :<span id="DispoSelectPhonE"></span> <span id="DispoSelectHAspan"><a href="#" onclick="DispoHanguPAgaiN()">Aggancia di nuovo</a></span> <span id="DispoSelectMaxMin"><a href="#" onclick="DispoMinimize()">minimizza</a></span><BR>
|
||||
<table border=1 bgcolor="#CCFFCC" width=<?=$CAwidth ?> height=460><TR><TD align=center VALIGN=top> ESITO CHIAMATA :<span id="DispoSelectPhonE"></span> <span id="DispoSelectHAspan"><a href="#" onclick="DispoHanguPAgaiN()">Aggancia di nuovo</a></span> <span id="DispoSelectMaxMin"><a href="#" onclick="DispoMinimize()"> minimizza </a></span><BR>
|
||||
<span id="DispoSelectContent"> Selezione Esito di fine chiamata </span>
|
||||
<input type=hidden name=DispoSelection><BR>
|
||||
<input type=checkbox name=DispoSelectStop size=1 value="0"> PAUSA OPERATORE <BR>
|
||||
|
||||
Reference in New Issue
Block a user