Fixed display bug in admin.php

Added time addition for transfer lookups to VDsales export report

git-svn-id: svn://192.168.202.10@1167 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2009-06-27 12:01:12 +00:00
parent 6c925fd057
commit 451f4c199e
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -17615,7 +17615,7 @@ if ($ADD==3111)
{
if (strlen($no_agent_action_value) < 3)
{$no_agent_action_value = 'nbdy-avail-to-take-call|vm-goodbye';}
echo "Audio File: <input type=text name=no_agent_action_value id=no_agent_action_value size=50 maxlength=255 value=\"$no_agent_action_value\"> <a href=\"javascript:launch_chooser('no_agent_action_value','date',$choose_height);\">audio chooser</a>\n";
echo "Audio File: <input type=text name=no_agent_action_value id=no_agent_action_value size=50 maxlength=255 value=\"$no_agent_action_value\"> <a href=\"javascript:launch_chooser('no_agent_action_value','date',600);\">audio chooser</a>\n";
}
if ($no_agent_action=='EXTENSION')
{