diff --git a/www/vicidial/admin.php b/www/vicidial/admin.php index 35be4798..45709fec 100644 --- a/www/vicidial/admin.php +++ b/www/vicidial/admin.php @@ -3430,13 +3430,14 @@ else # 150114-2249 - Added Single Agent Daily Time report # 150117-1416 - Added list local call time validation when calculating dialable # 150117-1454 - Added NAME as status dialplay option -# 150109-0920 - Added more list local calltime safety, issue #812 +# 150119-0920 - Added more list local calltime safety, issue #812 +# 150120-0749 - Prevent modification of user_group ID, Hide non-functional agent_extended_alt_dial campaign feature, Export Calls Report Carrier added # # make sure you have added a user to the vicidial_users MySQL table with at least user_level 9 to access this page the first time -$admin_version = '2.10-471a'; -$build = '150109-0920'; +$admin_version = '2.10-472a'; +$build = '150120-0749'; $STARTtime = date("U"); $SQLdate = date("Y-m-d H:i:s"); @@ -18733,6 +18734,7 @@ if ($ADD==31) echo "\n"; echo "\n"; echo "\n"; + echo "\n"; echo "
| "._QXZ("Campaign ID").": | $campaign_id$NWB#campaigns-campaign_id$NWE |
| "._QXZ("Campaign Name").": | $NWB#campaigns-campaign_name$NWE |
| "._QXZ("Agent Screen Clipboard Copy").": | $NWB#campaigns-agent_clipboard_copy$NWE |
| "._QXZ("Agent Screen Extended Alt Dial").": | $NWB#campaigns-agent_extended_alt_dial$NWE |
| "._QXZ("Agent Screen Extended Alt Dial").": | $NWB#campaigns-agent_extended_alt_dial$NWE |
| "._QXZ("3-Way Call Outbound CallerID").": | $NWB#campaigns-three_way_call_cid$NWE |
| "._QXZ("3-Way Call Dial Prefix").": | $NWB#campaigns-three_way_dial_prefix$NWE |