Fix for leave page confirmation after logout and QXZ fixes in vicidial.php
small fixes in admin git-svn-id: svn://192.168.202.10@2286 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -479,10 +479,11 @@
|
||||
# 150210-1225 - Added LOCK options for manual_dial_search_checkbox, fixed missing QXZ tags(issue #827)
|
||||
# 150212-0034 - Added case-sensitive user validation(issue #682)
|
||||
# 150218-1356 - Fixes for QXZ enclosed in single-quotes
|
||||
# 150220-1533 - Fix for leave page confirmation after logout and QXZ fixes
|
||||
#
|
||||
|
||||
$version = '2.10-450c';
|
||||
$build = '150218-1356';
|
||||
$version = '2.10-451c';
|
||||
$build = '150220-1533';
|
||||
$mel=1; # Mysql Error Log enabled = 1
|
||||
$mysql_log_count=85;
|
||||
$one_mysql_log=0;
|
||||
@@ -4177,9 +4178,11 @@ if ($enable_fast_refresh < 1) {echo "\tvar refresh_interval = 1000;\n";}
|
||||
function confirmExit()
|
||||
{
|
||||
if (needToConfirmExit)
|
||||
return "You are attempting to leave the agent screen without logging out. This may result in lost information. Are you sure you want to exit this page?";
|
||||
{
|
||||
return "You are attempting to leave the agent screen without logging out. This may result in lost information. Are you sure you want to exit this page?";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
// ################################################################################
|
||||
// Send Hangup command for Live call connected to phone now to Manager
|
||||
@@ -4329,12 +4332,12 @@ if ($enable_fast_refresh < 1) {echo "\tvar refresh_interval = 1000;\n";}
|
||||
if (taskalert=='ON')
|
||||
{
|
||||
alert_enabled = 'ON';
|
||||
document.getElementById("AgentAlertSpan").innerHTML = "<a href=\"#\" onclick=\"alert_control('OFF');return false;\">Alert is ON</a>";
|
||||
document.getElementById("AgentAlertSpan").innerHTML = "<a href=\"#\" onclick=\"alert_control('OFF');return false;\"><?php echo _QXZ("Alert is ON") ?></a>";
|
||||
}
|
||||
else
|
||||
{
|
||||
alert_enabled = 'OFF';
|
||||
document.getElementById("AgentAlertSpan").innerHTML = "<a href=\"#\" onclick=\"alert_control('ON');return false;\">Alert is OFF</a>";
|
||||
document.getElementById("AgentAlertSpan").innerHTML = "<a href=\"#\" onclick=\"alert_control('ON');return false;\"><?php echo _QXZ("Alert is OFF") ?></a>";
|
||||
}
|
||||
|
||||
}
|
||||
@@ -12183,6 +12186,7 @@ function set_length(SLnumber,SLlength_goal,SLdirection)
|
||||
{
|
||||
// alert(VDlogout_query);
|
||||
// alert(xmlhttp.responseText);
|
||||
needToConfirmExit = false;
|
||||
|
||||
document.getElementById("LogouTProcess").innerHTML = "<?php echo _QXZ("LOGOUT PROCESS COMPLETE, YOU MAY NOW CLOSE YOUR BROWSER OR LOG BACK IN"); ?>";
|
||||
}
|
||||
|
||||
@@ -25792,7 +25792,7 @@ if ($ADD==3311)
|
||||
|
||||
echo "<tr bgcolor=#CCFFFF><td align=right>"._QXZ("Filter Extension").": </td><td align=left><input type=text name=filter_extension size=40 maxlength=50 value=\"$filter_extension\">$NWB#inbound_dids-extension$NWE</td></tr>\n";
|
||||
echo "<tr bgcolor=#CCFFFF><td align=right>"._QXZ("Filter Extension Context").": </td><td align=left><input type=text name=filter_exten_context size=40 maxlength=50 value=\"$filter_exten_context\">$NWB#inbound_dids-exten_context$NWE</td></tr>\n";
|
||||
echo "<tr bgcolor=#CCFFFF><td align=right>"._QXZ("Filter Voicemail Box").": </td><td align=left><input type=text name=filter_voicemail_ext id=filter_voicemail_ext size=12 maxlength=10 value=\"$filter_voicemail_ext\"> <a href=\"javascript:launch_vm_chooser('voicemail_ext','vm',1400);\">"._QXZ("voicemail chooser")."</a>$NWB#inbound_dids-voicemail_ext$NWE</td></tr>\n";
|
||||
echo "<tr bgcolor=#CCFFFF><td align=right>"._QXZ("Filter Voicemail Box").": </td><td align=left><input type=text name=filter_voicemail_ext id=filter_voicemail_ext size=12 maxlength=10 value=\"$filter_voicemail_ext\"> <a href=\"javascript:launch_vm_chooser('filter_voicemail_ext','vm',1400);\">"._QXZ("voicemail chooser")."</a>$NWB#inbound_dids-voicemail_ext$NWE</td></tr>\n";
|
||||
echo "<tr bgcolor=#CCFFFF><td align=right>"._QXZ("Filter Phone Extension").": </td><td align=left><input type=text name=filter_phone size=20 maxlength=100 value=\"$filter_phone\">$NWB#inbound_dids-phone$NWE</td></tr>\n";
|
||||
echo "<tr bgcolor=#CCFFFF><td align=right>"._QXZ("Filter Server IP").": </td><td align=left><select size=1 name=filter_server_ip>\n";
|
||||
echo "$servers_list";
|
||||
|
||||
@@ -1824,7 +1824,7 @@ if ($SSqc_features_active > 0)
|
||||
<B><FONT SIZE=3>LISTS TABLE</FONT></B><BR><BR>
|
||||
<A NAME="lists-list_id">
|
||||
<BR>
|
||||
<B><?php echo _QXZ("List ID"); ?> -</B><?php echo _QXZ("This is the numerical name of the list, it is not editable after initial submission, must contain only numbers and must be between 2 and 8 characters in length. Must be a number greater than 100."); ?>
|
||||
<B><?php echo _QXZ("List ID"); ?> -</B><?php echo _QXZ("This is the numerical name of the list, it is not editable after initial submission, must contain only numbers and must be between 2 and 8 characters in length. Must be a number greater than 99."); ?>
|
||||
|
||||
<BR>
|
||||
<A NAME="lists-list_name">
|
||||
|
||||
Reference in New Issue
Block a user