In In-groups, changed agent alert extension to a filename, changed other prompts to allow more than one audio file with a pipe separating audio files

git-svn-id: svn://192.168.202.10@1163 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2009-06-23 12:08:56 +00:00
parent 1fe44a1128
commit d505b44b5f
10 changed files with 275 additions and 87 deletions
+2 -2
View File
@@ -409,8 +409,8 @@ if ($function == 'sounds_list')
echo "<body>\n";
echo "<a href=\"javascript:close_file();\"><font size=1 face=\"Arial,Helvetica\">close frame</font></a>\n";
echo "<div id='selectframe' style=\"height:400px;width:520px;overflow:scroll;\">\n";
echo "<table border=0 cellpadding=1 cellspacing=2 width=500 bgcolor=white><tr>\n";
echo "<div id='selectframe' style=\"height:400px;width:620px;overflow:scroll;\">\n";
echo "<table border=0 cellpadding=1 cellspacing=2 width=600 bgcolor=white><tr>\n";
echo "<td>#</td>\n";
echo "<td><a href=\"$PHP_SELF?source=admin&function=sounds_list&user=$user&pass=$pass&format=selectframe&comments=$comments&stage=name\"><font color=black>FILENAME</td>\n";
echo "<td><a href=\"$PHP_SELF?source=admin&function=sounds_list&user=$user&pass=$pass&format=selectframe&comments=$comments&stage=date\"><font color=black>DATE</td>\n";