Added option to change the background color for agent scripts
Added option to hide the In-Group ID in the agent screen for inbound calls Added option to not populate the In-Group Name in the security_phrase field (the "Show" field) of the vicidial_list table on new inbound leads. git-svn-id: svn://192.168.202.10@2332 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -346,11 +346,12 @@ $list_description = $row[1];
|
||||
if (strlen($script_override)>1)
|
||||
{$call_script = $script_override;}
|
||||
|
||||
$stmt="SELECT script_name,script_text from vicidial_scripts where script_id='$call_script';";
|
||||
$stmt="SELECT script_name,script_text,script_color from vicidial_scripts where script_id='$call_script';";
|
||||
$rslt=mysql_to_mysqli($stmt, $link);
|
||||
$row=mysqli_fetch_row($rslt);
|
||||
$script_name = $row[0];
|
||||
$script_text = stripslashes($row[1]);
|
||||
$script_color = $row[2];
|
||||
|
||||
if (preg_match("/iframe\ssrc/i",$script_text))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user