Fix for recording buttons ALLFORCE issue #1389 in vicidial.php

git-svn-id: svn://192.168.202.10@3657 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2022-11-17 03:00:28 +00:00
parent 2457a0ba03
commit 3a48220e87
+5 -4
View File
@@ -706,10 +706,11 @@
# 221021-1022 - Added webphone_settings phones option
# 221112-1638 - Fix for dispo timer issue #1387
# 221116-1059 - Fix for long in-group dialstring extensions
# 221116-2159 - Fix for recording buttons ALLFORCE issue #1389
#
$version = '2.14-674c';
$build = '221116-1059';
$version = '2.14-675c';
$build = '221116-2159';
$php_script = 'vicidial.php';
$mel=1; # Mysql Error Log enabled = 1
$mysql_log_count=98;
@@ -7863,7 +7864,7 @@ function set_length(SLnumber,SLlength_goal,SLdirection)
if (LIVE_campaign_recording == 'ALLFORCE')
{
document.getElementById("RecorDControl").innerHTML = "<img src=\"./images/<?php echo _QXZ("$start_recording_GIF_off") ?>\" border=\"0\" alt=\"Start Recording\" />";
document.getElementById("RecorDControl").innerHTML = "<img src=\"./images/<?php echo _QXZ("$stop_recording_GIF_off") ?>\" border=\"0\" alt=\"Stop Recording\" />";
}
else
{
@@ -7943,7 +7944,7 @@ function set_length(SLnumber,SLlength_goal,SLdirection)
var conf_rec_mute_html = "<a href=\"#\" onclick=\"MuteRecording('on');return false;\"><img src=\"./images/<?php echo _QXZ("vdc_LB_mute_recording_AVAILABLE.gif") ?>\" border=\"0\" alt=\"Mute Recording\" /></a><br />";
if (LIVE_campaign_recording == 'ALLFORCE')
{
document.getElementById("RecorDControl").innerHTML = "<img src=\"./images/<?php echo _QXZ("$start_recording_GIF_off") ?>\" border=\"0\" alt=\"Start Recording\" />";
document.getElementById("RecorDControl").innerHTML = "<img src=\"./images/<?php echo _QXZ("$stop_recording_GIF_off") ?>\" border=\"0\" alt=\"Stop Recording\" />";
}
else
{