Finished adding button colors for admin web screens
git-svn-id: svn://192.168.202.10@3280 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -518,6 +518,7 @@ if ($rslt->rows>0)
|
|||||||
$ftp->login("$ftp_user","$ftp_pwd");
|
$ftp->login("$ftp_user","$ftp_pwd");
|
||||||
if ($file_dir) {$ftp->cwd("$file_dir");}
|
if ($file_dir) {$ftp->cwd("$file_dir");}
|
||||||
# $ftp->get("$filename", "/tmp/$filename");
|
# $ftp->get("$filename", "/tmp/$filename");
|
||||||
|
# $ftp->rename("$file_dir/$filename", "$file_destination/$filename");
|
||||||
# $ftp->quit;
|
# $ftp->quit;
|
||||||
# $full_filename="/tmp/$filename";
|
# $full_filename="/tmp/$filename";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28497,7 +28497,7 @@ if ($ADD==311)
|
|||||||
}
|
}
|
||||||
|
|
||||||
echo "<tr><td><font size=1>"._QXZ("SUBTOTALS")."</td><td><font size=1>$lead_list[Y_count]</td><td><font size=1>$lead_list[N_count]</td>\n";
|
echo "<tr><td><font size=1>"._QXZ("SUBTOTALS")."</td><td><font size=1>$lead_list[Y_count]</td><td><font size=1>$lead_list[N_count]</td>\n";
|
||||||
echo "<td rowspan=2 align=center><input style='background-color:#$SSbutton_color' type=submit value=\""._QXZ("SUBMIT")."\"></td></tr>\n";
|
echo "<td rowspan=2 align=center bgcolor=\"#$SSframe_background\"><input style='background-color:#$SSbutton_color' type=submit value=\""._QXZ("SUBMIT")."\"></td></tr>\n";
|
||||||
echo "<tr bgcolor=\"#$SSstd_row1_background\"><td><font size=1>"._QXZ("TOTAL")."</td><td colspan=3 align=center><font size=1>$lead_list[count]</td></tr>\n";
|
echo "<tr bgcolor=\"#$SSstd_row1_background\"><td><font size=1>"._QXZ("TOTAL")."</td><td colspan=3 align=center><font size=1>$lead_list[count]</td></tr>\n";
|
||||||
echo "</form>\n";
|
echo "</form>\n";
|
||||||
|
|
||||||
|
|||||||
@@ -833,7 +833,7 @@ if ($SSenable_international_dncs)
|
|||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td align=center colspan=2><input type=submit value="<?php echo _QXZ("SUBMIT"); ?>" name='submit_file'> <input type=button onClick="javascript:document.location='admin_listloader_fourth_gen.php'" value="<?php echo _QXZ("START OVER"); ?>" name='reload_page'></td>
|
<td align=center colspan=2><input style='background-color:#<?php echo "$SSbutton_color"; ?>' type=submit value="<?php echo _QXZ("SUBMIT"); ?>" name='submit_file'> <input style='background-color:#<?php echo "$SSbutton_color"; ?>' type=button onClick="javascript:document.location='admin_listloader_fourth_gen.php'" value="<?php echo _QXZ("START OVER"); ?>" name='reload_page'></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr><td align=left><font size=1> <a href="admin.php?ADD=100" target="_parent"><?php echo _QXZ("BACK TO ADMIN"); ?></a> </font></td><td align=right><font size=1><?php echo _QXZ("LIST LOADER 4th Gen"); ?>- <?php echo _QXZ("VERSION"); ?>: <?php echo $version ?> <?php echo _QXZ("BUILD"); ?>: <?php echo $build ?> </td></tr>
|
<tr><td align=left><font size=1> <a href="admin.php?ADD=100" target="_parent"><?php echo _QXZ("BACK TO ADMIN"); ?></a> </font></td><td align=right><font size=1><?php echo _QXZ("LIST LOADER 4th Gen"); ?>- <?php echo _QXZ("VERSION"); ?>: <?php echo $version ?> <?php echo _QXZ("BUILD"); ?>: <?php echo $build ?> </td></tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -3319,7 +3319,7 @@ if (($leadfile) && ($LF_path))
|
|||||||
print " <input type=hidden name=list_id_override value=\"$list_id_override\">\r\n";
|
print " <input type=hidden name=list_id_override value=\"$list_id_override\">\r\n";
|
||||||
print " <input type=hidden name=phone_code_override value=\"$phone_code_override\">\r\n";
|
print " <input type=hidden name=phone_code_override value=\"$phone_code_override\">\r\n";
|
||||||
print " <input type=hidden name=DB value=\"$DB\">\r\n";
|
print " <input type=hidden name=DB value=\"$DB\">\r\n";
|
||||||
print " <th colspan=2><input type=submit name='OK_to_process' value='"._QXZ("OK TO PROCESS")."'> <input type=button onClick=\"javascript:document.location='admin_listloader_fourth_gen.php'\" value=\""._QXZ("START OVER")."\" name='reload_page'></th>\r\n";
|
print " <th colspan=2><input style='background-color:#$SSbutton_color' type=submit name='OK_to_process' value='"._QXZ("OK TO PROCESS")."'> <input type=button onClick=\"javascript:document.location='admin_listloader_fourth_gen.php'\" value=\""._QXZ("START OVER")."\" name='reload_page'></th>\r\n";
|
||||||
print " </tr>\r\n";
|
print " </tr>\r\n";
|
||||||
print "</table>\r\n";
|
print "</table>\r\n";
|
||||||
|
|
||||||
|
|||||||
@@ -359,10 +359,10 @@ else
|
|||||||
|
|
||||||
|
|
||||||
echo "</TD></TR><TR></TD><TD ALIGN=LEFT VALIGN=TOP COLSPAN=3>\n";
|
echo "</TD></TR><TR></TD><TD ALIGN=LEFT VALIGN=TOP COLSPAN=3>\n";
|
||||||
echo "<INPUT TYPE=SUBMIT NAME=SUBMIT VALUE='"._QXZ("SUBMIT")."'>\n";
|
echo "<INPUT style='background-color:#$SSbutton_color' TYPE=SUBMIT NAME=SUBMIT VALUE='"._QXZ("SUBMIT")."'>\n";
|
||||||
echo "</TD></TR></TABLE>\n";
|
echo "</TD></TR></TABLE>\n";
|
||||||
echo "</FORM>\n\n";
|
echo "</FORM>\n\n";
|
||||||
}
|
}
|
||||||
exit;
|
exit;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
@@ -206,6 +206,8 @@ else
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
require("screen_colors.php");
|
||||||
|
|
||||||
echo "<html>\n";
|
echo "<html>\n";
|
||||||
echo "<head>\n";
|
echo "<head>\n";
|
||||||
echo "<title>"._QXZ("FRONTER-CLOSER: Popup")."</title>\n";
|
echo "<title>"._QXZ("FRONTER-CLOSER: Popup")."</title>\n";
|
||||||
@@ -350,7 +352,7 @@ if (preg_match('/CL_TEST/i',$channel_group))
|
|||||||
<td align=left width="50%" nowrap><input type=text size=10 maxlength=10 name="search_phone" value="<?php echo $search_phone ?>"></td>
|
<td align=left width="50%" nowrap><input type=text size=10 maxlength=10 name="search_phone" value="<?php echo $search_phone ?>"></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan=2 bgcolor='#666666'><input type=submit name="submit_COF" value="<?php echo _QXZ("SEARCH"); ?>"></th>
|
<th colspan=2 bgcolor='#666666'><input style='background-color:#<?php echo "$SSbutton_color"; ?>' type=submit name="submit_COF" value="<?php echo _QXZ("SEARCH"); ?>"></th>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
@@ -385,7 +387,7 @@ if ( (preg_match('/CL_MWCOF/i',$channel_group)) or (preg_match('/MWCOF/i',$group
|
|||||||
<td align=left width="50%" nowrap><input type=text size=10 maxlength=10 name="search_phone" value="<?php echo $search_phone ?>"></td>
|
<td align=left width="50%" nowrap><input type=text size=10 maxlength=10 name="search_phone" value="<?php echo $search_phone ?>"></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan=2 bgcolor='#666666'><input type=submit name="submit_COF" value="<?php echo _QXZ("SEARCH"); ?>"></th>
|
<th colspan=2 bgcolor='#666666'><input style='background-color:#<?php echo "$SSbutton_color"; ?>' type=submit name="submit_COF" value="<?php echo _QXZ("SEARCH"); ?>"></th>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
@@ -437,7 +439,7 @@ if (preg_match('/CL_GAL/i',$channel_group))
|
|||||||
<td align=left width="50%" nowrap><input type=text size=10 maxlength=10 name="search_phone" value="<?php echo $phone ?>"></td>
|
<td align=left width="50%" nowrap><input type=text size=10 maxlength=10 name="search_phone" value="<?php echo $phone ?>"></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan=2 bgcolor='#666666'><input type=submit name="submit_COF" value="<?php echo _QXZ("SEARCH"); ?>"></th>
|
<th colspan=2 bgcolor='#666666'><input style='background-color:#<?php echo "$SSbutton_color"; ?>' type=submit name="submit_COF" value="<?php echo _QXZ("SEARCH"); ?>"></th>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
@@ -456,7 +458,7 @@ if (preg_match('/CL_GAL/i',$channel_group))
|
|||||||
<td align=left width="50%" nowrap><input type=text size=10 maxlength=10 name="search_phone" value="<?php echo $phone ?>"></td>
|
<td align=left width="50%" nowrap><input type=text size=10 maxlength=10 name="search_phone" value="<?php echo $phone ?>"></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan=2 bgcolor='#666666'><input type=submit name="submit_COF" value="SEARCH"></th>
|
<th colspan=2 bgcolor='#666666'><input style='background-color:#<?php echo "$SSbutton_color"; ?>' type=submit name="submit_COF" value="SEARCH"></th>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
@@ -497,7 +499,7 @@ if (preg_match('/CL_UNIV/i',$channel_group))
|
|||||||
name="phone" value="" ONKEYPRESS="var keyCode = event.which ? event.which : event.keyCode; if (keyCode!=8 && keyCode!=9 && keyCode!=37 && keyCode!=39) return ((keyCode >= '0'.charCodeAt() && keyCode <= '9'.charCodeAt()))"></td>
|
name="phone" value="" ONKEYPRESS="var keyCode = event.which ? event.which : event.keyCode; if (keyCode!=8 && keyCode!=9 && keyCode!=37 && keyCode!=39) return ((keyCode >= '0'.charCodeAt() && keyCode <= '9'.charCodeAt()))"></td>
|
||||||
|
|
||||||
</tr><tr>
|
</tr><tr>
|
||||||
<th colspan=2 bgcolor='#CCCCCC'><input type=submit name="submit_COF" value="<?php echo _QXZ("SEARCH"); ?>" onClick="javascript:btn_name='search'"><br><br></th>
|
<th colspan=2 bgcolor='#CCCCCC'><input style='background-color:#<?php echo "$SSbutton_color"; ?>' type=submit name="submit_COF" value="<?php echo _QXZ("SEARCH"); ?>" onClick="javascript:btn_name='search'"><br><br></th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan=2 bgcolor='#666666'><font class='standard_bold'><a href='closer_popup.php'><?php echo _QXZ("Back"); ?></a></font></th>
|
<th colspan=2 bgcolor='#666666'><font class='standard_bold'><a href='closer_popup.php'><?php echo _QXZ("Back"); ?></a></font></th>
|
||||||
@@ -522,7 +524,7 @@ else
|
|||||||
{
|
{
|
||||||
echo _QXZ("Record command FAILED for channel")." $channel $NOW_TIME\n<BR><BR>\n";
|
echo _QXZ("Record command FAILED for channel")." $channel $NOW_TIME\n<BR><BR>\n";
|
||||||
echo _QXZ("Please go back and try again")."\n<BR><BR>\n";
|
echo _QXZ("Please go back and try again")."\n<BR><BR>\n";
|
||||||
# echo "<form><input type=button value=\"Close This Window\" onClick=\"javascript:window.close();\"></form>\n";
|
# echo "<form><input style='background-color:#$SSbutton_color' type=button value=\"Close This Window\" onClick=\"javascript:window.close();\"></form>\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -210,6 +210,8 @@ else
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
require("screen_colors.php");
|
||||||
|
|
||||||
echo "<html>\n";
|
echo "<html>\n";
|
||||||
echo "<head>\n";
|
echo "<head>\n";
|
||||||
echo "<title>"._QXZ("FRONTER-CLOSER: Popup")."</title>\n";
|
echo "<title>"._QXZ("FRONTER-CLOSER: Popup")."</title>\n";
|
||||||
@@ -359,7 +361,7 @@ if (preg_match('/CL/i',$channel_group))
|
|||||||
<td align=left width="50%" nowrap><input type=text size=10 maxlength=10 name="search_phone" value="<?php echo $search_phone ?>"></td>
|
<td align=left width="50%" nowrap><input type=text size=10 maxlength=10 name="search_phone" value="<?php echo $search_phone ?>"></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan=2 bgcolor='#666666'><input type=submit name="submit_COF" value="<?php echo _QXZ("SEARCH"); ?>"></th>
|
<th colspan=2 bgcolor='#666666'><input style='background-color:#<?php echo "$SSbutton_color"; ?>' type=submit name="submit_COF" value="<?php echo _QXZ("SEARCH"); ?>"></th>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
@@ -402,7 +404,7 @@ if (preg_match('/UNIV/i',$channel_group))
|
|||||||
name="phone" value="" ONKEYPRESS="var keyCode = event.which ? event.which : event.keyCode; if (keyCode!=8 && keyCode!=9 && keyCode!=37 && keyCode!=39) return ((keyCode >= '0'.charCodeAt() && keyCode <= '9'.charCodeAt()))"></td>
|
name="phone" value="" ONKEYPRESS="var keyCode = event.which ? event.which : event.keyCode; if (keyCode!=8 && keyCode!=9 && keyCode!=37 && keyCode!=39) return ((keyCode >= '0'.charCodeAt() && keyCode <= '9'.charCodeAt()))"></td>
|
||||||
|
|
||||||
</tr><tr>
|
</tr><tr>
|
||||||
<th colspan=2 bgcolor='#CCCCCC'><input type=submit name="submit_COF" value="<?php echo _QXZ("SEARCH"); ?>" onClick="javascript:btn_name='search'"><br><br></th>
|
<th colspan=2 bgcolor='#CCCCCC'><input style='background-color:#<?php echo "$SSbutton_color"; ?>' type=submit name="submit_COF" value="<?php echo _QXZ("SEARCH"); ?>" onClick="javascript:btn_name='search'"><br><br></th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan=2 bgcolor='#666666'><font class='standard_bold'><a href='closer_popup.php'><?php echo _QXZ("Back"); ?></a></font></th>
|
<th colspan=2 bgcolor='#666666'><font class='standard_bold'><a href='closer_popup.php'><?php echo _QXZ("Back"); ?></a></font></th>
|
||||||
@@ -427,7 +429,7 @@ else
|
|||||||
{
|
{
|
||||||
echo _QXZ("Record command FAILED for channel")." $channel $NOW_TIME\n<BR><BR>\n";
|
echo _QXZ("Record command FAILED for channel")." $channel $NOW_TIME\n<BR><BR>\n";
|
||||||
echo _QXZ("Please go back and try again")."\n<BR><BR>\n";
|
echo _QXZ("Please go back and try again")."\n<BR><BR>\n";
|
||||||
# echo "<form><input type=button value=\"Close This Window\" onClick=\"javascript:window.close();\"></form>\n";
|
# echo "<form><input style='background-color:#$SSbutton_color' type=button value=\"Close This Window\" onClick=\"javascript:window.close();\"></form>\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -153,6 +153,8 @@ $color_class[6] = 'red';
|
|||||||
$color_class[7] = 'blue';
|
$color_class[7] = 'blue';
|
||||||
$color_class[8] = 'purple';
|
$color_class[8] = 'purple';
|
||||||
$color_class[9] = 'orange';
|
$color_class[9] = 'orange';
|
||||||
|
|
||||||
|
require("screen_colors.php");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<HTML>
|
<HTML>
|
||||||
@@ -222,7 +224,7 @@ if (!$dialplan_number)
|
|||||||
$o++;
|
$o++;
|
||||||
}
|
}
|
||||||
echo "</td></tr></table>\n";
|
echo "</td></tr></table>\n";
|
||||||
echo "<input type=submit name=submit value='"._QXZ("submit")."'>\n";
|
echo "<input style='background-color:#$SSbutton_color' type=submit name=submit value='"._QXZ("submit")."'>\n";
|
||||||
echo "<BR><BR><BR>\n";
|
echo "<BR><BR><BR>\n";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@@ -250,7 +252,7 @@ if (!$dialplan_number)
|
|||||||
echo "<br>"._QXZ("Please enter your phone_ID").": <form action=$PHP_SELF method=POST>\n";
|
echo "<br>"._QXZ("Please enter your phone_ID").": <form action=$PHP_SELF method=POST>\n";
|
||||||
echo "<input type=hidden name=PHONE_LOGIN value=1>\n";
|
echo "<input type=hidden name=PHONE_LOGIN value=1>\n";
|
||||||
echo _QXZ("phone station ID").": <input type=text name=extension size=10 maxlength=10 value=\"$extension\"> \n";
|
echo _QXZ("phone station ID").": <input type=text name=extension size=10 maxlength=10 value=\"$extension\"> \n";
|
||||||
echo "<input type=submit name=submit value='"._QXZ("submit")."'>\n";
|
echo "<input style='background-color:#$SSbutton_color' type=submit name=submit value='"._QXZ("submit")."'>\n";
|
||||||
echo "<BR><BR><BR>\n";
|
echo "<BR><BR><BR>\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -260,7 +262,7 @@ if (!$dialplan_number)
|
|||||||
echo "<br>"._QXZ("Please enter your phone_ID").": <form action=$PHP_SELF method=POST>\n";
|
echo "<br>"._QXZ("Please enter your phone_ID").": <form action=$PHP_SELF method=POST>\n";
|
||||||
echo "<input type=hidden name=PHONE_LOGIN value=1>\n";
|
echo "<input type=hidden name=PHONE_LOGIN value=1>\n";
|
||||||
echo _QXZ("phone station ID").": <input type=text name=extension size=10 maxlength=10> \n";
|
echo _QXZ("phone station ID").": <input type=text name=extension size=10 maxlength=10> \n";
|
||||||
echo "<input type=submit name=submit value='"._QXZ("submit")."'>\n";
|
echo "<input style='background-color:#$SSbutton_color' type=submit name=submit value='"._QXZ("submit")."'>\n";
|
||||||
echo "<BR><BR><BR>\n";
|
echo "<BR><BR><BR>\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -177,6 +177,7 @@ $row=mysqli_fetch_row($rslt);
|
|||||||
$LOGfullname=$row[0];
|
$LOGfullname=$row[0];
|
||||||
$fullname = $row[0];
|
$fullname = $row[0];
|
||||||
|
|
||||||
|
require("screen_colors.php");
|
||||||
?>
|
?>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
@@ -223,12 +224,12 @@ $call_length = ($STARTtime - $call_began);
|
|||||||
|
|
||||||
echo _QXZ("Hangup command sent for channel")." $channel $NOW_TIME\n<BR><BR>\n";
|
echo _QXZ("Hangup command sent for channel")." $channel $NOW_TIME\n<BR><BR>\n";
|
||||||
|
|
||||||
echo "<form><input type=button value=\""._QXZ("Close This Window")."\" onClick=\"javascript:window.close();\"></form>\n";
|
echo "<form><input style='background-color:#$SSbutton_color' type=button value=\""._QXZ("Close This Window")."\" onClick=\"javascript:window.close();\"></form>\n";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
echo _QXZ("Hangup command FAILED for channel")." $channel $NOW_TIME\n<BR><BR>\n";
|
echo _QXZ("Hangup command FAILED for channel")." $channel $NOW_TIME\n<BR><BR>\n";
|
||||||
echo "<form><input type=button value=\""._QXZ("Close This Window")."\" onClick=\"javascript:window.close();\"></form>\n";
|
echo "<form><input style='background-color:#$SSbutton_color' type=button value=\""._QXZ("Close This Window")."\" onClick=\"javascript:window.close();\"></form>\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@@ -320,7 +321,7 @@ else
|
|||||||
echo "</select></td></tr>\n";
|
echo "</select></td></tr>\n";
|
||||||
|
|
||||||
|
|
||||||
echo "<tr><td colspan=2><input type=submit name=submit value=\""._QXZ("END CALL")."\"></td></tr>\n";
|
echo "<tr><td colspan=2><input style='background-color:#$SSbutton_color' type=submit name=submit value=\""._QXZ("END CALL")."\"></td></tr>\n";
|
||||||
echo "</table></form>\n";
|
echo "</table></form>\n";
|
||||||
echo "<BR><BR><BR>\n";
|
echo "<BR><BR><BR>\n";
|
||||||
|
|
||||||
|
|||||||
@@ -144,6 +144,8 @@ $row=mysqli_fetch_row($rslt);
|
|||||||
$LOGfullname=$row[0];
|
$LOGfullname=$row[0];
|
||||||
$fullname = $row[0];
|
$fullname = $row[0];
|
||||||
|
|
||||||
|
require("screen_colors.php");
|
||||||
|
|
||||||
echo "<html>\n";
|
echo "<html>\n";
|
||||||
echo "<head>\n";
|
echo "<head>\n";
|
||||||
echo "<title>"._QXZ("VICIDIAL CLOSER: Popup")."</title>\n";
|
echo "<title>"._QXZ("VICIDIAL CLOSER: Popup")."</title>\n";
|
||||||
@@ -288,7 +290,7 @@ if (preg_match('/CL_TEST/i',$channel_group))
|
|||||||
<td align=left width="50%" nowrap><input type=text size=10 maxlength=10 name="search_phone" value="<?php echo $search_phone ?>"></td>
|
<td align=left width="50%" nowrap><input type=text size=10 maxlength=10 name="search_phone" value="<?php echo $search_phone ?>"></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan=2 bgcolor='#666666'><input type=submit name="submit_COF" value="<?php echo _QXZ("SEARCH"); ?>"></th>
|
<th colspan=2 bgcolor='#666666'><input style='background-color:#<?php echo "$SSbutton_color"; ?>' type=submit name="submit_COF" value="<?php echo _QXZ("SEARCH"); ?>"></th>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
@@ -323,7 +325,7 @@ if (preg_match('/CL_MWCOF/i',$channel_group))
|
|||||||
<td align=left width="50%" nowrap><input type=text size=10 maxlength=10 name="search_phone" value="<?php echo $search_phone ?>"></td>
|
<td align=left width="50%" nowrap><input type=text size=10 maxlength=10 name="search_phone" value="<?php echo $search_phone ?>"></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan=2 bgcolor='#666666'><input type=submit name="submit_COF" value="<?php echo _QXZ("SEARCH"); ?>"></th>
|
<th colspan=2 bgcolor='#666666'><input style='background-color:#<?php echo "$SSbutton_color"; ?>' type=submit name="submit_COF" value="<?php echo _QXZ("SEARCH"); ?>"></th>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
@@ -375,7 +377,7 @@ if (preg_match('/CL_GAL/i',$channel_group))
|
|||||||
<td align=left width="50%" nowrap><input type=text size=10 maxlength=10 name="search_phone" value="<?php echo $phone ?>"></td>
|
<td align=left width="50%" nowrap><input type=text size=10 maxlength=10 name="search_phone" value="<?php echo $phone ?>"></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan=2 bgcolor='#666666'><input type=submit name="submit_COF" value="<?php echo _QXZ("SEARCH"); ?>"></th>
|
<th colspan=2 bgcolor='#666666'><input style='background-color:#<?php echo "$SSbutton_color"; ?>' type=submit name="submit_COF" value="<?php echo _QXZ("SEARCH"); ?>"></th>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
@@ -394,7 +396,7 @@ if (preg_match('/CL_GAL/i',$channel_group))
|
|||||||
<td align=left width="50%" nowrap><input type=text size=10 maxlength=10 name="search_phone" value="<?php echo $phone ?>"></td>
|
<td align=left width="50%" nowrap><input type=text size=10 maxlength=10 name="search_phone" value="<?php echo $phone ?>"></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan=2 bgcolor='#666666'><input type=submit name="submit_COF" value="SEARCH"></th>
|
<th colspan=2 bgcolor='#666666'><input style='background-color:#<?php echo "$SSbutton_color"; ?>' type=submit name="submit_COF" value="SEARCH"></th>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
@@ -435,7 +437,7 @@ if (preg_match('/CL_UNIV/i',$channel_group))
|
|||||||
name="phone" value="" ONKEYPRESS="var keyCode = event.which ? event.which : event.keyCode; if (keyCode!=8 && keyCode!=9 && keyCode!=37 && keyCode!=39) return ((keyCode >= '0'.charCodeAt() && keyCode <= '9'.charCodeAt()))"></td>
|
name="phone" value="" ONKEYPRESS="var keyCode = event.which ? event.which : event.keyCode; if (keyCode!=8 && keyCode!=9 && keyCode!=37 && keyCode!=39) return ((keyCode >= '0'.charCodeAt() && keyCode <= '9'.charCodeAt()))"></td>
|
||||||
|
|
||||||
</tr><tr>
|
</tr><tr>
|
||||||
<th colspan=2 bgcolor='#CCCCCC'><input type=submit name="submit_COF" value="<?php echo _QXZ("SEARCH"); ?>" onClick="javascript:btn_name='search'"><br><br></th>
|
<th colspan=2 bgcolor='#CCCCCC'><input style='background-color:#<?php echo "$SSbutton_color"; ?>' type=submit name="submit_COF" value="<?php echo _QXZ("SEARCH"); ?>" onClick="javascript:btn_name='search'"><br><br></th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan=2 bgcolor='#666666'><font class='standard_bold'><a href='closer_popup.php'><?php echo _QXZ("Back"); ?></a></font></th>
|
<th colspan=2 bgcolor='#666666'><font class='standard_bold'><a href='closer_popup.php'><?php echo _QXZ("Back"); ?></a></font></th>
|
||||||
@@ -459,7 +461,7 @@ if (preg_match('/CL_UNIV/i',$channel_group))
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
echo _QXZ("Redirect command FAILED for channel")." $channel $NOW_TIME\n<BR><BR>\n";
|
echo _QXZ("Redirect command FAILED for channel")." $channel $NOW_TIME\n<BR><BR>\n";
|
||||||
echo "<form><input type=button value=\""._QXZ("Close This Window")."\" onClick=\"javascript:window.close();\"></form>\n";
|
echo "<form><input style='background-color:#$SSbutton_color' type=button value=\""._QXZ("Close This Window")."\" onClick=\"javascript:window.close();\"></form>\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -368,7 +368,7 @@ while ($groups_to_print > $o)
|
|||||||
echo "$groups_list</select><br>\n";
|
echo "$groups_list</select><br>\n";
|
||||||
echo _QXZ("status").": <input type=text name=status size=10 maxlength=10 value=\"$status\"> ("._QXZ("example").": "._QXZ("XFER").")<br>\n";
|
echo _QXZ("status").": <input type=text name=status size=10 maxlength=10 value=\"$status\"> ("._QXZ("example").": "._QXZ("XFER").")<br>\n";
|
||||||
echo _QXZ("date with hour").": <input type=text name=date_with_hour size=14 maxlength=13 value=\"$date_with_hour\"> ("._QXZ("example").": 2004-06-25 14)<br>\n";
|
echo _QXZ("date with hour").": <input type=text name=date_with_hour size=14 maxlength=13 value=\"$date_with_hour\"> ("._QXZ("example").": 2004-06-25 14)<br>\n";
|
||||||
echo "<input type=submit name=submit value='"._QXZ("SUBMIT")."'>\n";
|
echo "<input style='background-color:#$SSbutton_color' type=submit name=submit value='"._QXZ("SUBMIT")."'>\n";
|
||||||
echo "<BR><BR><BR>\n";
|
echo "<BR><BR><BR>\n";
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -351,6 +351,7 @@ campaigns-qc_get_record_launch QC Get Record Launch <QXZ>This allows one of the
|
|||||||
campaigns-qc_show_recording QC Show Recording <QXZ>This allows for a recording that may be linked with the QC record to be display in the QC agent screen.</QXZ>
|
campaigns-qc_show_recording QC Show Recording <QXZ>This allows for a recording that may be linked with the QC record to be display in the QC agent screen.</QXZ>
|
||||||
campaigns-qc_web_form_address QC WebForm Address <QXZ>This is the website address that a QC agent can go to when clicking on the WEBFORM link in the QC screen.</QXZ>
|
campaigns-qc_web_form_address QC WebForm Address <QXZ>This is the website address that a QC agent can go to when clicking on the WEBFORM link in the QC screen.</QXZ>
|
||||||
campaigns-qc_script QC Script <QXZ>This is the script that can be used by QC agents in the SCRIPT tab in the QC screen.</QXZ>
|
campaigns-qc_script QC Script <QXZ>This is the script that can be used by QC agents in the SCRIPT tab in the QC screen.</QXZ>
|
||||||
|
campaigns-qc_scorecard QC Scorecard <QXZ>This is the scorecard to be shown to the agent when evaluating a QC record.</QXZ>
|
||||||
campaigns-vtiger_search_category Vtiger Search Category <QXZ>If Vtiger integration is enabled in the system settings then this setting will define where the vtiger_search.php page will search for the phone number that was entered. There are 4 options that can be used in this field: LEAD- This option will search through the Vtiger leads only, ACCOUNT- This option will search through the Vtiger accounts and all contacts and sub-contacts for the phone number, VENDOR- This option will only search through the Vtiger vendors, ACCTID- This option works only for accounts and it will take the list vendor_lead_code field and try to search for the Vtiger account ID. If unsuccessful it will try any other methods listed that you have selected. Multiple options can be used for each search, but on large databases this is not recommended. Default is LEAD. UNIFIED_CONTACT- This option will use the beta Vtiger 5.1.0 feature to search by phone number and bring up a search page in Vtiger.</QXZ>
|
campaigns-vtiger_search_category Vtiger Search Category <QXZ>If Vtiger integration is enabled in the system settings then this setting will define where the vtiger_search.php page will search for the phone number that was entered. There are 4 options that can be used in this field: LEAD- This option will search through the Vtiger leads only, ACCOUNT- This option will search through the Vtiger accounts and all contacts and sub-contacts for the phone number, VENDOR- This option will only search through the Vtiger vendors, ACCTID- This option works only for accounts and it will take the list vendor_lead_code field and try to search for the Vtiger account ID. If unsuccessful it will try any other methods listed that you have selected. Multiple options can be used for each search, but on large databases this is not recommended. Default is LEAD. UNIFIED_CONTACT- This option will use the beta Vtiger 5.1.0 feature to search by phone number and bring up a search page in Vtiger.</QXZ>
|
||||||
campaigns-vtiger_search_dead Vtiger Search Dead Accounts <QXZ>If Vtiger integration is enabled in the system settings then this setting will define whether deleted accounts will be searched when the agent clicks WEB FORM to search in the Vtiger system. DISABLED- deleted leads will not be searched, ASK- deleted leads will be searched and the vtiger search web page will ask the agent if they want to make the Vtiger account active, RESURRECT- will automatically make the deleted account active again and will take the agent to the account screen without delay upon clicking on WEB FORM. Default is DISABLED.</QXZ>
|
campaigns-vtiger_search_dead Vtiger Search Dead Accounts <QXZ>If Vtiger integration is enabled in the system settings then this setting will define whether deleted accounts will be searched when the agent clicks WEB FORM to search in the Vtiger system. DISABLED- deleted leads will not be searched, ASK- deleted leads will be searched and the vtiger search web page will ask the agent if they want to make the Vtiger account active, RESURRECT- will automatically make the deleted account active again and will take the agent to the account screen without delay upon clicking on WEB FORM. Default is DISABLED.</QXZ>
|
||||||
campaigns-vtiger_create_call_record Vtiger Create Call Record <QXZ>If Vtiger integration is enabled in the system settings then this setting will define whether a new Vtiger activity record is created for the call when the agent goes to the vtiger_search page. Default is Y. The DISPO option will create a call record for the Vtiger account without the agent needing to go to the vtiger search page through the WEB FORM.</QXZ>
|
campaigns-vtiger_create_call_record Vtiger Create Call Record <QXZ>If Vtiger integration is enabled in the system settings then this setting will define whether a new Vtiger activity record is created for the call when the agent goes to the vtiger_search page. Default is Y. The DISPO option will create a call record for the Vtiger account without the agent needing to go to the vtiger search page through the WEB FORM.</QXZ>
|
||||||
@@ -394,6 +395,7 @@ lists-expiration_date Expiration Date <QXZ>This option allows you to set the dat
|
|||||||
lists-local_call_time Local Call Time <QXZ>This is a setting for this list only, where you set during which hours you would like to dial leads within this specific list, as determined by the local time in the area in which you are calling. This is controlled by the time zone, as defined by that list setting, and is adjusted for Daylight Savings time if applicable. However, state rules are based on the state field for the lead and not only the time zone that is set. This call time setting is applied after the campaign local call time has been applied to the list and will NOT override the campaign settings. This setting will only narrow down call times in relation to the campaign local call time setting. It will NOT allow calling outside the hours set by the campaign local call time setting. This is useful if you have lists that need different call times within the same campaign. For example calling business numbers between 9am to 5pm and consumer phones between 9am to 9pm within the same campaign. General Guidelines in the USA for Business to Business is 9am to 5pm and Business to Consumer calls is 9am to 9pm. Default is campaign.</QXZ>
|
lists-local_call_time Local Call Time <QXZ>This is a setting for this list only, where you set during which hours you would like to dial leads within this specific list, as determined by the local time in the area in which you are calling. This is controlled by the time zone, as defined by that list setting, and is adjusted for Daylight Savings time if applicable. However, state rules are based on the state field for the lead and not only the time zone that is set. This call time setting is applied after the campaign local call time has been applied to the list and will NOT override the campaign settings. This setting will only narrow down call times in relation to the campaign local call time setting. It will NOT allow calling outside the hours set by the campaign local call time setting. This is useful if you have lists that need different call times within the same campaign. For example calling business numbers between 9am to 5pm and consumer phones between 9am to 9pm within the same campaign. General Guidelines in the USA for Business to Business is 9am to 5pm and Business to Consumer calls is 9am to 9pm. Default is campaign.</QXZ>
|
||||||
lists-audit_comments Audit Comments <QXZ>This option allows comments to be moved to an audit table. No longer editable, but viewable along with the date-time-creator of each comment. Default is N. This is a part of the Quality Control Add-On.</QXZ>
|
lists-audit_comments Audit Comments <QXZ>This option allows comments to be moved to an audit table. No longer editable, but viewable along with the date-time-creator of each comment. Default is N. This is a part of the Quality Control Add-On.</QXZ>
|
||||||
lists-agent_script_override Agent Script Override <QXZ>If this field is set, this will be the script that the agent sees on their screen instead of the campaign script when the lead is from this list. Default is not set.</QXZ>
|
lists-agent_script_override Agent Script Override <QXZ>If this field is set, this will be the script that the agent sees on their screen instead of the campaign script when the lead is from this list. Default is not set.</QXZ>
|
||||||
|
lists-qc_scorecard_override QC Scorecard Override <QXZ>This is the scorecard to be shown to the agent when evaluating a QC record. It will override any campaign setting, but ingroup QC settings still take top priority.</QXZ>
|
||||||
lists-inbound_list_script_override Inbound Script Override <QXZ>If this field is set, this will be the script that the agent sees on their screen instead of the campaign script when the agent receives an inbound call and the lead is from this list. Default is not set.</QXZ>
|
lists-inbound_list_script_override Inbound Script Override <QXZ>If this field is set, this will be the script that the agent sees on their screen instead of the campaign script when the agent receives an inbound call and the lead is from this list. Default is not set.</QXZ>
|
||||||
lists-inbound_drop_voicemail Inbound Drop Voicemail Override <QXZ>If an inbound call associated with this list drops while in an Inbound Group queue, this is the voicemail box the call will be sent to if the Drop Action is set to go to a voicemail box.</QXZ>
|
lists-inbound_drop_voicemail Inbound Drop Voicemail Override <QXZ>If an inbound call associated with this list drops while in an Inbound Group queue, this is the voicemail box the call will be sent to if the Drop Action is set to go to a voicemail box.</QXZ>
|
||||||
lists-inbound_after_hours_voicemail Inbound After Hours Voicemail Override <QXZ>If an inbound call associated with this list triggers an after hours action after it has been sent to an Inbound Group queue, this is the voicemail box the call will be sent to if the After Hours Action is set to go to a voicemail box.</QXZ>
|
lists-inbound_after_hours_voicemail Inbound After Hours Voicemail Override <QXZ>If an inbound call associated with this list triggers an after hours action after it has been sent to an Inbound Group queue, this is the voicemail box the call will be sent to if the After Hours Action is set to go to a voicemail box.</QXZ>
|
||||||
@@ -578,6 +580,7 @@ inbound_groups-qc_statuses QC Statuses <QXZ>This area is where you select which
|
|||||||
inbound_groups-qc_shift_id QC Shift <QXZ>This is the shift timeframe used to pull QC records for an inbound_group. The days of the week are ignored for these functions.</QXZ>
|
inbound_groups-qc_shift_id QC Shift <QXZ>This is the shift timeframe used to pull QC records for an inbound_group. The days of the week are ignored for these functions.</QXZ>
|
||||||
inbound_groups-qc_get_record_launch QC Get Record Launch <QXZ>This allows one of the following actions to be triggered upon a QC agent receiving a new record.</QXZ>
|
inbound_groups-qc_get_record_launch QC Get Record Launch <QXZ>This allows one of the following actions to be triggered upon a QC agent receiving a new record.</QXZ>
|
||||||
inbound_groups-qc_show_recording QC Show Recording <QXZ>This allows for a recording that may be linked with the QC record to be display in the QC agent screen.</QXZ>
|
inbound_groups-qc_show_recording QC Show Recording <QXZ>This allows for a recording that may be linked with the QC record to be display in the QC agent screen.</QXZ>
|
||||||
|
inbound_groups-qc_scorecard QC Scorecard <QXZ>This is the scorecard to be shown to the agent when evaluating a QC record.</QXZ>
|
||||||
inbound_groups-qc_web_form_address QC WebForm Address <QXZ>This is the website address that a QC agent can go to when clicking on the WEBFORM link in the QC screen.</QXZ>
|
inbound_groups-qc_web_form_address QC WebForm Address <QXZ>This is the website address that a QC agent can go to when clicking on the WEBFORM link in the QC screen.</QXZ>
|
||||||
inbound_groups-qc_script QC Script <QXZ>This is the script that can be used by QC agents in the SCRIPT tab in the QC screen.</QXZ>
|
inbound_groups-qc_script QC Script <QXZ>This is the script that can be used by QC agents in the SCRIPT tab in the QC screen.</QXZ>
|
||||||
inbound_groups-hold_recall_xfer_group Hold Recall Transfer In-Group <QXZ>If a customer calls back to this in-group more than once and this is not set to NONE, then the call will automatically be sent on to the In-Group selected in this field. Default is NONE.</QXZ>
|
inbound_groups-hold_recall_xfer_group Hold Recall Transfer In-Group <QXZ>If a customer calls back to this in-group more than once and this is not set to NONE, then the call will automatically be sent on to the In-Group selected in this field. Default is NONE.</QXZ>
|
||||||
|
|||||||
@@ -372,7 +372,7 @@ if ($move_submit == _QXZ("move") )
|
|||||||
echo "<input type=hidden name=move_status value='$move_status'>\n";
|
echo "<input type=hidden name=move_status value='$move_status'>\n";
|
||||||
echo "<input type=hidden name=move_count_op value='$move_count_op'>\n";
|
echo "<input type=hidden name=move_count_op value='$move_count_op'>\n";
|
||||||
echo "<input type=hidden name=move_count_num value='$move_count_num'>\n";
|
echo "<input type=hidden name=move_count_num value='$move_count_num'>\n";
|
||||||
echo "<input type=submit name=confirm_move value='"._QXZ("confirm")."'>\n";
|
echo "<input style='background-color:#$SSbutton_color' type=submit name=confirm_move value='"._QXZ("confirm")."'>\n";
|
||||||
echo "</form></center>\n";
|
echo "</form></center>\n";
|
||||||
echo "<p><a href='$PHP_SELF'>"._QXZ("Click here to start over").".</a></p>\n";
|
echo "<p><a href='$PHP_SELF'>"._QXZ("Click here to start over").".</a></p>\n";
|
||||||
echo "</body>\n</html>\n";
|
echo "</body>\n</html>\n";
|
||||||
@@ -429,7 +429,7 @@ if ($confirm_move == _QXZ("confirm"))
|
|||||||
$move_lead_rslt = mysql_to_mysqli($move_lead_stmt, $link);
|
$move_lead_rslt = mysql_to_mysqli($move_lead_stmt, $link);
|
||||||
$move_lead_count = mysqli_affected_rows($link);
|
$move_lead_count = mysqli_affected_rows($link);
|
||||||
|
|
||||||
$move_sentence = "$move_lead_count leads have been moved from list $move_from_list to $move_to_list with the status $move_status and that were called $move_count_op_phrase$move_count_num times.";
|
$move_sentence = "$move_lead_count "._QXZ("leads have been moved from list")." $move_from_list "._QXZ("to")." $move_to_list "._QXZ("with the status")." $move_status "._QXZ("and that were called")." $move_count_op_phrase$move_count_num "._QXZ("times").".";
|
||||||
|
|
||||||
$SQL_log = "$move_lead_stmt|";
|
$SQL_log = "$move_lead_stmt|";
|
||||||
$SQL_log = preg_replace('/;/', '', $SQL_log);
|
$SQL_log = preg_replace('/;/', '', $SQL_log);
|
||||||
@@ -503,7 +503,7 @@ if ($update_submit == _QXZ("update") )
|
|||||||
echo "<input type=hidden name=update_to_status value='$update_to_status'>\n";
|
echo "<input type=hidden name=update_to_status value='$update_to_status'>\n";
|
||||||
echo "<input type=hidden name=update_count_op value='$update_count_op'>\n";
|
echo "<input type=hidden name=update_count_op value='$update_count_op'>\n";
|
||||||
echo "<input type=hidden name=update_count_num value='$update_count_num'>\n";
|
echo "<input type=hidden name=update_count_num value='$update_count_num'>\n";
|
||||||
echo "<input type=submit name=confirm_update value='"._QXZ("confirm")."'>\n";
|
echo "<input style='background-color:#$SSbutton_color' type=submit name=confirm_update value='"._QXZ("confirm")."'>\n";
|
||||||
echo "</form></center>\n";
|
echo "</form></center>\n";
|
||||||
echo "<p><a href='$PHP_SELF'>"._QXZ("Click here to start over").".</a></p>\n";
|
echo "<p><a href='$PHP_SELF'>"._QXZ("Click here to start over").".</a></p>\n";
|
||||||
echo "</body>\n</html>\n";
|
echo "</body>\n</html>\n";
|
||||||
@@ -560,7 +560,7 @@ if ($confirm_update == _QXZ("confirm"))
|
|||||||
$update_lead_rslt = mysql_to_mysqli($update_lead_stmt, $link);
|
$update_lead_rslt = mysql_to_mysqli($update_lead_stmt, $link);
|
||||||
$update_lead_count = mysqli_affected_rows($link);
|
$update_lead_count = mysqli_affected_rows($link);
|
||||||
|
|
||||||
$update_sentence = "$update_lead_count leads had their status changed from $update_from_status to $update_to_status in list $update_list that were called $update_count_op_phrase$update_count_num times.";
|
$update_sentence = "$update_lead_count "._QXZ("leads had their status changed from")." $update_from_status "._QXZ("to")." $update_to_status "._QXZ("in list")." $update_list "._QXZ("that were called")." $update_count_op_phrase$update_count_num "._QXZ("times").".";
|
||||||
|
|
||||||
$SQL_log = "$update_lead_stmt|";
|
$SQL_log = "$update_lead_stmt|";
|
||||||
$SQL_log = preg_replace('/;/', '', $SQL_log);
|
$SQL_log = preg_replace('/;/', '', $SQL_log);
|
||||||
@@ -629,7 +629,7 @@ if ( ( $delete_submit == _QXZ("delete") ) && ( $delete_lists > 0 ) )
|
|||||||
echo "<input type=hidden name=delete_status value='$delete_status'>\n";
|
echo "<input type=hidden name=delete_status value='$delete_status'>\n";
|
||||||
echo "<input type=hidden name=delete_count_op value='$delete_count_op'>\n";
|
echo "<input type=hidden name=delete_count_op value='$delete_count_op'>\n";
|
||||||
echo "<input type=hidden name=delete_count_num value='$delete_count_num'>\n";
|
echo "<input type=hidden name=delete_count_num value='$delete_count_num'>\n";
|
||||||
echo "<input type=submit name=confirm_delete value='"._QXZ("confirm")."'>\n";
|
echo "<input style='background-color:#$SSbutton_color' type=submit name=confirm_delete value='"._QXZ("confirm")."'>\n";
|
||||||
echo "</form></center>\n";
|
echo "</form></center>\n";
|
||||||
echo "<p><a href='$PHP_SELF'>"._QXZ("Click here to start over").".</a></p>\n";
|
echo "<p><a href='$PHP_SELF'>"._QXZ("Click here to start over").".</a></p>\n";
|
||||||
echo "</body>\n</html>\n";
|
echo "</body>\n</html>\n";
|
||||||
@@ -874,7 +874,7 @@ if (
|
|||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
echo "</select></td></tr>\n";
|
echo "</select></td></tr>\n";
|
||||||
echo "<tr bgcolor=#$SSstd_row3_background><td colspan=2 align=center><input type=submit name=move_submit value='"._QXZ("move")."'></td></tr>\n";
|
echo "<tr bgcolor=#$SSstd_row3_background><td colspan=2 align=center><input style='background-color:#$SSbutton_color' type=submit name=move_submit value='"._QXZ("move")."'></td></tr>\n";
|
||||||
echo "</table></center>\n";
|
echo "</table></center>\n";
|
||||||
# END lead move
|
# END lead move
|
||||||
|
|
||||||
@@ -933,7 +933,7 @@ if (
|
|||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
echo "</select></td></tr>\n";
|
echo "</select></td></tr>\n";
|
||||||
echo "<tr bgcolor=#$SSstd_row3_background><td colspan=2 align=center><input type=submit name=update_submit value='"._QXZ("update")."'></td></tr>\n";
|
echo "<tr bgcolor=#$SSstd_row3_background><td colspan=2 align=center><input style='background-color:#$SSbutton_color' type=submit name=update_submit value='"._QXZ("update")."'></td></tr>\n";
|
||||||
# END Status Update
|
# END Status Update
|
||||||
|
|
||||||
if ( $delete_lists > 0 )
|
if ( $delete_lists > 0 )
|
||||||
@@ -982,7 +982,7 @@ if (
|
|||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
echo "</select></td></tr>\n";
|
echo "</select></td></tr>\n";
|
||||||
echo "<tr bgcolor=#$SSstd_row3_background><td colspan=2 align=center><input type=submit name=delete_submit value='"._QXZ("delete")."'></td></tr>\n";
|
echo "<tr bgcolor=#$SSstd_row3_background><td colspan=2 align=center><input style='background-color:#$SSbutton_color' type=submit name=delete_submit value='"._QXZ("delete")."'></td></tr>\n";
|
||||||
# END Delete Leads
|
# END Delete Leads
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1163,7 +1163,7 @@ if ($move_submit == _QXZ("move") )
|
|||||||
echo "<input type=hidden name=move_count_op value=\"$move_count_op\">\n";
|
echo "<input type=hidden name=move_count_op value=\"$move_count_op\">\n";
|
||||||
echo "<input type=hidden name=move_count_num value=\"$move_count_num\">\n";
|
echo "<input type=hidden name=move_count_num value=\"$move_count_num\">\n";
|
||||||
echo "<input type=hidden name=DB value='$DB'>\n";
|
echo "<input type=hidden name=DB value='$DB'>\n";
|
||||||
echo "<input type=submit name=confirm_move value='"._QXZ("confirm")."'>\n";
|
echo "<input style='background-color:#$SSbutton_color' type=submit name=confirm_move value='"._QXZ("confirm")."'>\n";
|
||||||
echo "</form></center>\n";
|
echo "</form></center>\n";
|
||||||
echo "<p><a href='$PHP_SELF$DBlink'>"._QXZ("Click here to start over").".</a></p>\n";
|
echo "<p><a href='$PHP_SELF$DBlink'>"._QXZ("Click here to start over").".</a></p>\n";
|
||||||
echo "</body>\n</html>\n";
|
echo "</body>\n</html>\n";
|
||||||
@@ -1930,7 +1930,7 @@ if ($update_submit == _QXZ("update") )
|
|||||||
echo "<input type=hidden name=update_count_op value=\"$update_count_op\">\n";
|
echo "<input type=hidden name=update_count_op value=\"$update_count_op\">\n";
|
||||||
echo "<input type=hidden name=update_count_num value=\"$update_count_num\">\n";
|
echo "<input type=hidden name=update_count_num value=\"$update_count_num\">\n";
|
||||||
echo "<input type=hidden name=DB value='$DB'>\n";
|
echo "<input type=hidden name=DB value='$DB'>\n";
|
||||||
echo "<input type=submit name=confirm_update value='"._QXZ("confirm")."'>\n";
|
echo "<input style='background-color:#$SSbutton_color' type=submit name=confirm_update value='"._QXZ("confirm")."'>\n";
|
||||||
echo "</form></center>\n";
|
echo "</form></center>\n";
|
||||||
echo "<p><a href='$PHP_SELF$DBlink'>"._QXZ("Click here to start over").".</a></p>\n";
|
echo "<p><a href='$PHP_SELF$DBlink'>"._QXZ("Click here to start over").".</a></p>\n";
|
||||||
echo "</body>\n</html>\n";
|
echo "</body>\n</html>\n";
|
||||||
@@ -2705,7 +2705,7 @@ if ( ( $delete_submit == _QXZ("delete") ) && ( $delete_lists > 0 ) )
|
|||||||
echo "<input type=hidden name=delete_count_num value=\"$delete_count_num\">\n";
|
echo "<input type=hidden name=delete_count_num value=\"$delete_count_num\">\n";
|
||||||
echo "<input type=hidden name=delete_lead_id value=\"$delete_lead_id\">\n";
|
echo "<input type=hidden name=delete_lead_id value=\"$delete_lead_id\">\n";
|
||||||
echo "<input type=hidden name=DB value='$DB'>\n";
|
echo "<input type=hidden name=DB value='$DB'>\n";
|
||||||
echo "<input type=submit name=confirm_delete value='"._QXZ("confirm")."'>\n";
|
echo "<input style='background-color:#$SSbutton_color' type=submit name=confirm_delete value='"._QXZ("confirm")."'>\n";
|
||||||
echo "</form></center>\n";
|
echo "</form></center>\n";
|
||||||
echo "<p><a href='$PHP_SELF$DBlink'>"._QXZ("Click here to start over").".</a></p>\n";
|
echo "<p><a href='$PHP_SELF$DBlink'>"._QXZ("Click here to start over").".</a></p>\n";
|
||||||
echo "</body>\n</html>\n";
|
echo "</body>\n</html>\n";
|
||||||
@@ -3200,7 +3200,7 @@ if ($callback_submit == _QXZ("switchcallbacks") )
|
|||||||
echo "<input type=hidden name=callback_callback_end_date value='$callback_callback_end_date'>\n";
|
echo "<input type=hidden name=callback_callback_end_date value='$callback_callback_end_date'>\n";
|
||||||
echo "<input type=hidden name=callback_list value='".implode("|", $callback_list)."'>\n";
|
echo "<input type=hidden name=callback_list value='".implode("|", $callback_list)."'>\n";
|
||||||
echo "<input type=hidden name=DB value='$DB'>\n";
|
echo "<input type=hidden name=DB value='$DB'>\n";
|
||||||
echo "<input type=submit name=confirm_callback value='"._QXZ("confirm")."'>\n";
|
echo "<input style='background-color:#$SSbutton_color' type=submit name=confirm_callback value='"._QXZ("confirm")."'>\n";
|
||||||
echo "</form></center>\n";
|
echo "</form></center>\n";
|
||||||
echo "<p><a href='$PHP_SELF$DBlink'>"._QXZ("Click here to start over").".</a></p>\n";
|
echo "<p><a href='$PHP_SELF$DBlink'>"._QXZ("Click here to start over").".</a></p>\n";
|
||||||
echo "</body>\n</html>\n";
|
echo "</body>\n</html>\n";
|
||||||
@@ -3555,7 +3555,7 @@ if (
|
|||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
echo "</select></td></tr>\n";
|
echo "</select></td></tr>\n";
|
||||||
echo "<tr bgcolor=#$SSstd_row3_background><td colspan=2 align=center><input type=submit name=move_submit value='"._QXZ("move")."'></td></tr>\n";
|
echo "<tr bgcolor=#$SSstd_row3_background><td colspan=2 align=center><input style='background-color:#$SSbutton_color' type=submit name=move_submit value='"._QXZ("move")."'></td></tr>\n";
|
||||||
echo "</table></center>\n";
|
echo "</table></center>\n";
|
||||||
# END lead move
|
# END lead move
|
||||||
|
|
||||||
@@ -3664,7 +3664,7 @@ if (
|
|||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
echo "</select></td></tr>\n";
|
echo "</select></td></tr>\n";
|
||||||
echo "<tr bgcolor=#$SSstd_row3_background><td colspan=2 align=center><input type=submit name=update_submit value='"._QXZ("update")."'></td></tr>\n";
|
echo "<tr bgcolor=#$SSstd_row3_background><td colspan=2 align=center><input style='background-color:#$SSbutton_color' type=submit name=update_submit value='"._QXZ("update")."'></td></tr>\n";
|
||||||
# END Status Update
|
# END Status Update
|
||||||
|
|
||||||
if ( $delete_lists > 0 )
|
if ( $delete_lists > 0 )
|
||||||
@@ -3768,7 +3768,7 @@ if (
|
|||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
echo "</select></td></tr>\n";
|
echo "</select></td></tr>\n";
|
||||||
echo "<tr bgcolor=#$SSstd_row3_background><td colspan=2 align=center><input type=submit name=delete_submit value='"._QXZ("delete")."'></td></tr>\n";
|
echo "<tr bgcolor=#$SSstd_row3_background><td colspan=2 align=center><input style='background-color:#$SSbutton_color' type=submit name=delete_submit value='"._QXZ("delete")."'></td></tr>\n";
|
||||||
# END Delete Leads
|
# END Delete Leads
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -3798,7 +3798,7 @@ if (
|
|||||||
echo "<input type='text' name='callback_callback_start_date' id='callback_callback_start_date' value='' disabled=true length=20 maxlength=19> "._QXZ("to")." ";
|
echo "<input type='text' name='callback_callback_start_date' id='callback_callback_start_date' value='' disabled=true length=20 maxlength=19> "._QXZ("to")." ";
|
||||||
echo "<input type='text' name='callback_callback_end_date' id='callback_callback_end_date' value='' disabled=true length=20 maxlength=19> <font size=1>(YYYY-MM-DD)</font>\n";
|
echo "<input type='text' name='callback_callback_end_date' id='callback_callback_end_date' value='' disabled=true length=20 maxlength=19> <font size=1>(YYYY-MM-DD)</font>\n";
|
||||||
echo "</td></tr>\n";
|
echo "</td></tr>\n";
|
||||||
echo "<tr bgcolor=#$SSstd_row3_background><td colspan=2 align=center><input type=submit name=callback_submit value='"._QXZ("switch callbacks")."'></td></tr>\n";
|
echo "<tr bgcolor=#$SSstd_row3_background><td colspan=2 align=center><input style='background-color:#$SSbutton_color' type=submit name=callback_submit value='"._QXZ("switch callbacks")."'></td></tr>\n";
|
||||||
# END Callback Convert
|
# END Callback Convert
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -630,7 +630,7 @@ if (($submit != "submit" ) && ($confirm != "CONFIRM"))
|
|||||||
echo "<input type=hidden name=DB value='$DB'>\n";
|
echo "<input type=hidden name=DB value='$DB'>\n";
|
||||||
|
|
||||||
# Submit
|
# Submit
|
||||||
echo "<tr bgcolor=#$SSstd_row2_background><td colspan=2 align=center><input type=submit name=submit value='"._QXZ("submit")."'></td></tr>\n";
|
echo "<tr bgcolor=#$SSstd_row2_background><td colspan=2 align=center><input style='background-color:#$SSbutton_color' type=submit name=submit value='"._QXZ("submit")."'></td></tr>\n";
|
||||||
echo "</table></center>\n";
|
echo "</table></center>\n";
|
||||||
echo "</form>\n";
|
echo "</form>\n";
|
||||||
|
|
||||||
|
|||||||
@@ -322,7 +322,7 @@ if ($submit == _QXZ("submit") )
|
|||||||
# keep debug active
|
# keep debug active
|
||||||
echo "<input type=hidden name=DB value='$DB'>\n";
|
echo "<input type=hidden name=DB value='$DB'>\n";
|
||||||
|
|
||||||
echo "<input type=submit name=confirm value=confirm>\n";
|
echo "<input style='background-color:#$SSbutton_color' type=submit name=confirm value=confirm>\n";
|
||||||
echo "</form></center>\n";
|
echo "</form></center>\n";
|
||||||
echo "<p><a href='$PHP_SELF'>"._QXZ("Click here to start over.")."</a></p>\n";
|
echo "<p><a href='$PHP_SELF'>"._QXZ("Click here to start over.")."</a></p>\n";
|
||||||
echo "</body>\n</html>\n";
|
echo "</body>\n</html>\n";
|
||||||
@@ -641,7 +641,7 @@ if (($submit != _QXZ("submit") ) && ($confirm != "confirm"))
|
|||||||
echo "<input type=hidden name=DB value='$DB'>\n";
|
echo "<input type=hidden name=DB value='$DB'>\n";
|
||||||
|
|
||||||
# Submit
|
# Submit
|
||||||
echo "<tr bgcolor=#$SSstd_row4_background><td colspan=2 align=center><input type=submit name=submit value='"._QXZ("submit")."'></td></tr>\n";
|
echo "<tr bgcolor=#$SSstd_row4_background><td colspan=2 align=center><input style='background-color:#$SSbutton_color' type=submit name=submit value='"._QXZ("submit")."'></td></tr>\n";
|
||||||
echo "</table></center>\n";
|
echo "</table></center>\n";
|
||||||
echo "</form>\n";
|
echo "</form>\n";
|
||||||
|
|
||||||
|
|||||||
@@ -797,8 +797,8 @@ $NWE = "')\" WIDTH=20 HEIGHT=20 BORDER=0 ALT=\"HELP\" ALIGN=TOP>";
|
|||||||
echo "<input type='checkbox' name='allow_replies' id='allow_replies' value='Y' checked><font size='1'>"._QXZ("Allow agent replies")."</font>";
|
echo "<input type='checkbox' name='allow_replies' id='allow_replies' value='Y' checked><font size='1'>"._QXZ("Allow agent replies")."</font>";
|
||||||
echo "</TD>";
|
echo "</TD>";
|
||||||
echo "<td align='center' valign='middle'>";
|
echo "<td align='center' valign='middle'>";
|
||||||
echo "<input type='submit' name='submit_chat' style='width: 150px' value='"._QXZ("SELECTED AGENTS")."'><BR><BR><BR>";
|
echo "<input style='background-color:#$SSbutton_color' type='submit' name='submit_chat' style='width: 150px' value='"._QXZ("SELECTED AGENTS")."'><BR><BR><BR>";
|
||||||
echo "<input type='submit' name='submit_chat' style='width: 150px' value='"._QXZ("ALL LIVE AGENTS")."'>";
|
echo "<input style='background-color:#$SSbutton_color' type='submit' name='submit_chat' style='width: 150px' value='"._QXZ("ALL LIVE AGENTS")."'>";
|
||||||
echo "</td>";
|
echo "</td>";
|
||||||
echo "</TR>";
|
echo "</TR>";
|
||||||
echo "</table>";
|
echo "</table>";
|
||||||
|
|||||||
@@ -641,7 +641,7 @@ if ($archives_available=="Y")
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$MAIN.="<BR><BR><INPUT type=submit NAME=SUBMIT VALUE='"._QXZ("SUBMIT")."'>\n";
|
$MAIN.="<BR><BR><INPUT style='background-color:#$SSbutton_color' type=submit NAME=SUBMIT VALUE='"._QXZ("SUBMIT")."'>\n";
|
||||||
$MAIN.="<BR><BR><a href=\"$PHP_SELF\">"._QXZ("reset")."</a>";
|
$MAIN.="<BR><BR><a href=\"$PHP_SELF\">"._QXZ("reset")."</a>";
|
||||||
$MAIN.="</TD></TR></TABLE>";
|
$MAIN.="</TD></TR></TABLE>";
|
||||||
$MAIN.="</FORM>\n\n";
|
$MAIN.="</FORM>\n\n";
|
||||||
|
|||||||
@@ -169,6 +169,7 @@ $rsltx=mysql_to_mysqli($stmt, $link);
|
|||||||
$rowx=mysqli_fetch_row($rsltx);
|
$rowx=mysqli_fetch_row($rsltx);
|
||||||
$fullname = $row[0];
|
$fullname = $row[0];
|
||||||
|
|
||||||
|
require("screen_colors.php");
|
||||||
?>
|
?>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
@@ -190,7 +191,7 @@ echo "<input type=hidden name=extension value=\"$extension\">\n";
|
|||||||
echo "<input type=hidden name=server_ip value=\"$server_ip\">\n";
|
echo "<input type=hidden name=server_ip value=\"$server_ip\">\n";
|
||||||
echo "<input type=text name=begin_date value=\"$begin_date\" size=10 maxsize=10> "._QXZ("to")." \n";
|
echo "<input type=text name=begin_date value=\"$begin_date\" size=10 maxsize=10> "._QXZ("to")." \n";
|
||||||
echo "<input type=text name=end_date value=\"$end_date\" size=10 maxsize=10> \n";
|
echo "<input type=text name=end_date value=\"$end_date\" size=10 maxsize=10> \n";
|
||||||
echo "<input type=submit name=submit value='"._QXZ("submit")."'>\n";
|
echo "<input style='background-color:#$SSbutton_color' type=submit name=submit value='"._QXZ("submit")."'>\n";
|
||||||
|
|
||||||
|
|
||||||
echo " $user - $full_name\n";
|
echo " $user - $full_name\n";
|
||||||
|
|||||||
@@ -408,6 +408,7 @@ $vdc_form_display = 'vdc_form_display.php';
|
|||||||
if (preg_match("/cf_encrypt/",$active_modules))
|
if (preg_match("/cf_encrypt/",$active_modules))
|
||||||
{$vdc_form_display = 'vdc_form_display_encrypt.php';}
|
{$vdc_form_display = 'vdc_form_display_encrypt.php';}
|
||||||
|
|
||||||
|
require("screen_colors.php");
|
||||||
?>
|
?>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
@@ -1071,7 +1072,7 @@ else
|
|||||||
// echo "<tr bgcolor=#B6D3FC><td align=left>Modify closer log </td><td align=left><input type=checkbox name=modify_closer_logs value=\"1\"></td></tr>\n";
|
// echo "<tr bgcolor=#B6D3FC><td align=left>Modify closer log </td><td align=left><input type=checkbox name=modify_closer_logs value=\"1\"></td></tr>\n";
|
||||||
echo "<tr bgcolor=#B6D3FC><td align=left>"._QXZ("Disable QC log entry")." </td><td align=left><input type=checkbox name=add_qc_record value=\"1\">("._QXZ("this feature is not active yet").")</td></tr>\n";
|
echo "<tr bgcolor=#B6D3FC><td align=left>"._QXZ("Disable QC log entry")." </td><td align=left><input type=checkbox name=add_qc_record value=\"1\">("._QXZ("this feature is not active yet").")</td></tr>\n";
|
||||||
|
|
||||||
echo "<tr><td colspan=2 align=center><input type=submit name=submit value=\""._QXZ("SUBMIT")."\"></td></tr>\n";
|
echo "<tr><td colspan=2 align=center><input style='background-color:#$SSbutton_color' type=submit name=submit value=\""._QXZ("SUBMIT")."\"></td></tr>\n";
|
||||||
echo "<tr><td align=right>";
|
echo "<tr><td align=right>";
|
||||||
if (strlen($qc_webform) > 4)
|
if (strlen($qc_webform) > 4)
|
||||||
{
|
{
|
||||||
@@ -1106,7 +1107,7 @@ else
|
|||||||
echo "<input type=hidden name=DB value=\"$DB\">\n";
|
echo "<input type=hidden name=DB value=\"$DB\">\n";
|
||||||
echo "<input type=hidden name=lead_id value=\"$lead_id\">\n";
|
echo "<input type=hidden name=lead_id value=\"$lead_id\">\n";
|
||||||
echo "<input type=hidden name=callback_id value=\"$rowx[0]\">\n";
|
echo "<input type=hidden name=callback_id value=\"$rowx[0]\">\n";
|
||||||
echo "<input type=submit name=submit value=\""._QXZ("CHANGE TO ANYONE CALLBACK")."\"><input type=hidden name=viewtime value='$STARTtime' /></form><BR>\n";
|
echo "<input style='background-color:#$SSbutton_color' type=submit name=submit value=\""._QXZ("CHANGE TO ANYONE CALLBACK")."\"><input type=hidden name=viewtime value='$STARTtime' /></form><BR>\n";
|
||||||
|
|
||||||
echo "<br><form action=$PHP_SELF method=POST>\n";
|
echo "<br><form action=$PHP_SELF method=POST>\n";
|
||||||
echo "<input type=hidden name=CBchangeUSERtoUSER value=\"YES\">\n";
|
echo "<input type=hidden name=CBchangeUSERtoUSER value=\"YES\">\n";
|
||||||
@@ -1114,7 +1115,7 @@ else
|
|||||||
echo "<input type=hidden name=lead_id value=\"$lead_id\">\n";
|
echo "<input type=hidden name=lead_id value=\"$lead_id\">\n";
|
||||||
echo "<input type=hidden name=callback_id value=\"$rowx[0]\">\n";
|
echo "<input type=hidden name=callback_id value=\"$rowx[0]\">\n";
|
||||||
echo _QXZ("New Callback Owner UserID").": <input type=text name=CBuser size=18 maxlength=20 value=\"$rowx[8]\"> \n";
|
echo _QXZ("New Callback Owner UserID").": <input type=text name=CBuser size=18 maxlength=20 value=\"$rowx[8]\"> \n";
|
||||||
echo "<input type=submit name=submit value=\""._QXZ("CHANGE USERONLY CALLBACK USER")."\"><input type=hidden name=viewtime value='$STARTtime' /></form><BR>\n";
|
echo "<input style='background-color:#$SSbutton_color' type=submit name=submit value=\""._QXZ("CHANGE USERONLY CALLBACK USER")."\"><input type=hidden name=viewtime value='$STARTtime' /></form><BR>\n";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@@ -1124,7 +1125,7 @@ else
|
|||||||
echo "<input type=hidden name=lead_id value=\"$lead_id\">\n";
|
echo "<input type=hidden name=lead_id value=\"$lead_id\">\n";
|
||||||
echo "<input type=hidden name=callback_id value=\"$rowx[0]\">\n";
|
echo "<input type=hidden name=callback_id value=\"$rowx[0]\">\n";
|
||||||
echo _QXZ("New Callback Owner UserID").": <input type=text name=CBuser size=18 maxlength=20 value=\"$rowx[8]\"> \n";
|
echo _QXZ("New Callback Owner UserID").": <input type=text name=CBuser size=18 maxlength=20 value=\"$rowx[8]\"> \n";
|
||||||
echo "<input type=submit name=submit value=\""._QXZ("CHANGE TO USERONLY CALLBACK")."\"><input type=hidden name=viewtime value='$STARTtime' /></form><BR>\n";
|
echo "<input style='background-color:#$SSbutton_color' type=submit name=submit value=\""._QXZ("CHANGE TO USERONLY CALLBACK")."\"><input type=hidden name=viewtime value='$STARTtime' /></form><BR>\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
$appointment_datetimeARRAY = explode(" ",$rowx[6]);
|
$appointment_datetimeARRAY = explode(" ",$rowx[6]);
|
||||||
@@ -1239,7 +1240,7 @@ else
|
|||||||
|
|
||||||
</SCRIPT>
|
</SCRIPT>
|
||||||
|
|
||||||
<input type=button value="<?php echo _QXZ("SUBMIT"); ?>" name=smt id=smt onClick="submit_form()">
|
<input style='background-color:#<?php echo "$SSbutton_color"; ?>' type=button value="<?php echo _QXZ("SUBMIT"); ?>" name=smt id=smt onClick="submit_form()">
|
||||||
</TD>
|
</TD>
|
||||||
</TR>
|
</TR>
|
||||||
<input type=hidden name=viewtime value='<?php echo $STARTtime; ?>' />
|
<input type=hidden name=viewtime value='<?php echo $STARTtime; ?>' />
|
||||||
|
|||||||
@@ -794,6 +794,7 @@ while ($i < $ingroups_to_print)
|
|||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
require("screen_colors.php");
|
||||||
|
|
||||||
if (!isset($RR)) {$RR=4;}
|
if (!isset($RR)) {$RR=4;}
|
||||||
|
|
||||||
@@ -1040,7 +1041,7 @@ $select_list .= "</SELECT></TD></TR>";
|
|||||||
|
|
||||||
$select_list .= "</TABLE><BR>";
|
$select_list .= "</TABLE><BR>";
|
||||||
$select_list .= "<INPUT type=hidden name=droppedOFtotal value='$droppedOFtotal'>";
|
$select_list .= "<INPUT type=hidden name=droppedOFtotal value='$droppedOFtotal'>";
|
||||||
$select_list .= "<INPUT type=button VALUE='"._QXZ("SUBMIT")."' onclick=\\\"update_variables('form_submit','');\\\"><FONT FACE='ARIAL,HELVETICA' COLOR=BLACK SIZE=2> ";
|
$select_list .= "<INPUT style='background-color:#$SSbutton_color' type=button VALUE='"._QXZ("SUBMIT")."' onclick=\\\"update_variables('form_submit','');\\\"><FONT FACE='ARIAL,HELVETICA' COLOR=BLACK SIZE=2> ";
|
||||||
$select_list .= "</TD></TR>";
|
$select_list .= "</TD></TR>";
|
||||||
$select_list .= "<TR><TD ALIGN=CENTER>";
|
$select_list .= "<TR><TD ALIGN=CENTER>";
|
||||||
$select_list .= "<font class='top_settings_val'> </font>";
|
$select_list .= "<font class='top_settings_val'> </font>";
|
||||||
|
|||||||
@@ -140,7 +140,7 @@ $rslt=mysql_to_mysqli($stmt, $link);
|
|||||||
$row=mysqli_fetch_row($rslt);
|
$row=mysqli_fetch_row($rslt);
|
||||||
$full_name = $row[0];
|
$full_name = $row[0];
|
||||||
|
|
||||||
|
require("screen_colors.php");
|
||||||
?>
|
?>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
@@ -187,7 +187,7 @@ else
|
|||||||
echo "server_ip: <input type=text name=server_ip size=15 maxlength=15> | \n";
|
echo "server_ip: <input type=text name=server_ip size=15 maxlength=15> | \n";
|
||||||
echo "session_id: <input type=text name=session_id size=7 maxlength=7> | \n";
|
echo "session_id: <input type=text name=session_id size=7 maxlength=7> | \n";
|
||||||
echo "station: <input type=text name=station size=5 maxlength=5> | \n";
|
echo "station: <input type=text name=station size=5 maxlength=5> | \n";
|
||||||
echo "<input type=submit name=submit value='"._QXZ("submit")."'>\n";
|
echo "<input style='background-color:#$SSbutton_color' type=submit name=submit value='"._QXZ("submit")."'>\n";
|
||||||
echo "<BR><BR><BR>\n";
|
echo "<BR><BR><BR>\n";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|||||||
@@ -78,6 +78,8 @@ else
|
|||||||
# fwrite ($fp, "AUTH|VDC |$date|$username|$passwd|$ip|$QUERY_recid|$browser|\n");
|
# fwrite ($fp, "AUTH|VDC |$date|$username|$passwd|$ip|$QUERY_recid|$browser|\n");
|
||||||
# fclose($fp);
|
# fclose($fp);
|
||||||
|
|
||||||
|
require("screen_colors.php");
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
@@ -163,7 +165,7 @@ $RUNtime = ($ENDtime - $STARTtime);
|
|||||||
|
|
||||||
echo "\n\n\n<br><br><br>\n<FORM ACTION=\"$PHP_SELF\" METHOD=GET>\n";
|
echo "\n\n\n<br><br><br>\n<FORM ACTION=\"$PHP_SELF\" METHOD=GET>\n";
|
||||||
echo "<INPUT TYPE=text name=QUERY_recid size=12 maxlength=10>\n";
|
echo "<INPUT TYPE=text name=QUERY_recid size=12 maxlength=10>\n";
|
||||||
echo "<INPUT type=submit name=submit value='"._QXZ("submit")."'>\n";
|
echo "<INPUT style='background-color:#$SSbutton_color' type=submit name=submit value='"._QXZ("submit")."'>\n";
|
||||||
echo "</FORM>\n";
|
echo "</FORM>\n";
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -179,7 +179,7 @@ else
|
|||||||
$fullname = $row[0];
|
$fullname = $row[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
require("screen_colors.php");
|
||||||
?>
|
?>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
@@ -211,7 +211,7 @@ if ($end_call > 0)
|
|||||||
|
|
||||||
echo _QXZ("Call has been dispositioned")." $NOW_TIME\n<BR><BR>\n";
|
echo _QXZ("Call has been dispositioned")." $NOW_TIME\n<BR><BR>\n";
|
||||||
|
|
||||||
echo "<form><input type=button value=\""._QXZ("Close This Window")."\" onClick=\"javascript:window.close();\"></form>\n";
|
echo "<form><input style='background-color:#$SSbutton_color' type=button value=\""._QXZ("Close This Window")."\" onClick=\"javascript:window.close();\"></form>\n";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@@ -302,7 +302,7 @@ else
|
|||||||
echo "</select></td></tr>\n";
|
echo "</select></td></tr>\n";
|
||||||
|
|
||||||
|
|
||||||
echo "<tr><td colspan=2><input type=submit name=submit value=\""._QXZ("DISPO CALL")."\"></td></tr>\n";
|
echo "<tr><td colspan=2><input style='background-color:#$SSbutton_color' type=submit name=submit value=\""._QXZ("DISPO CALL")."\"></td></tr>\n";
|
||||||
echo "</table></form>\n";
|
echo "</table></form>\n";
|
||||||
echo "<BR><BR><BR>\n";
|
echo "<BR><BR><BR>\n";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -294,7 +294,7 @@ if ( ($LOGuser_level >= 9) and $LOGmodify_campaigns>0 and $LOGmodify_lists>0 and
|
|||||||
echo "<option value=''>"._QXZ("All lists")."</option>";
|
echo "<option value=''>"._QXZ("All lists")."</option>";
|
||||||
echo "</select>";
|
echo "</select>";
|
||||||
echo "</td>";
|
echo "</td>";
|
||||||
echo "<td align='right'><input type='submit' name='submit_campaign_reset' value='"._QXZ("SUBMIT")."'></td></tr>";
|
echo "<td align='right'><input style='background-color:#$SSbutton_color' type='submit' name='submit_campaign_reset' value='"._QXZ("SUBMIT")."'></td></tr>";
|
||||||
echo "<tr ><td colspan='3'>";
|
echo "<tr ><td colspan='3'>";
|
||||||
|
|
||||||
if ($submit_campaign_reset && $reset_lead_called_campaigns)
|
if ($submit_campaign_reset && $reset_lead_called_campaigns)
|
||||||
|
|||||||
@@ -491,7 +491,7 @@ if ( ($invalid_record < 1) or (strlen($timeclock_id)<1) )
|
|||||||
echo _QXZ("NEW NOTES").": <input type=text name=notes value='' size=80 maxlength=255>\n";
|
echo _QXZ("NEW NOTES").": <input type=text name=notes value='' size=80 maxlength=255>\n";
|
||||||
echo "</TD></TR>\n";
|
echo "</TD></TR>\n";
|
||||||
echo "<TR><TD COLSPAN=3 ALIGN=CENTER>\n";
|
echo "<TR><TD COLSPAN=3 ALIGN=CENTER>\n";
|
||||||
echo "<input type=button name=go_submit id=go_submit value="._QXZ("SUBMIT")." onclick=\"run_submit();\"><BR></form>\n";
|
echo "<input style='background-color:#$SSbutton_color' type=button name=go_submit id=go_submit value="._QXZ("SUBMIT")." onclick=\"run_submit();\"><BR></form>\n";
|
||||||
echo "</TD></TR></TABLE>\n";
|
echo "</TD></TR></TABLE>\n";
|
||||||
echo "<BR><BR>\n";
|
echo "<BR><BR>\n";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -300,40 +300,8 @@ if (strlen($user_group) > 0)
|
|||||||
$group_name = $row[0];
|
$group_name = $row[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
require("screen_colors.php");
|
||||||
|
|
||||||
$SSmenu_background='015B91';
|
|
||||||
$SSframe_background='D9E6FE';
|
|
||||||
$SSstd_row1_background='9BB9FB';
|
|
||||||
$SSstd_row2_background='B9CBFD';
|
|
||||||
$SSstd_row3_background='8EBCFD';
|
|
||||||
$SSstd_row4_background='B6D3FC';
|
|
||||||
$SSstd_row5_background='A3C3D6';
|
|
||||||
$SSalt_row1_background='BDFFBD';
|
|
||||||
$SSalt_row2_background='99FF99';
|
|
||||||
$SSalt_row3_background='CCFFCC';
|
|
||||||
|
|
||||||
if ($SSadmin_screen_colors != 'default')
|
|
||||||
{
|
|
||||||
$stmt = "SELECT menu_background,frame_background,std_row1_background,std_row2_background,std_row3_background,std_row4_background,std_row5_background,alt_row1_background,alt_row2_background,alt_row3_background,web_logo FROM vicidial_screen_colors where colors_id='$SSadmin_screen_colors';";
|
|
||||||
$rslt=mysql_to_mysqli($stmt, $link);
|
|
||||||
if ($DB) {echo "$stmt\n";}
|
|
||||||
$colors_ct = mysqli_num_rows($rslt);
|
|
||||||
if ($colors_ct > 0)
|
|
||||||
{
|
|
||||||
$row=mysqli_fetch_row($rslt);
|
|
||||||
$SSmenu_background = $row[0];
|
|
||||||
$SSframe_background = $row[1];
|
|
||||||
$SSstd_row1_background = $row[2];
|
|
||||||
$SSstd_row2_background = $row[3];
|
|
||||||
$SSstd_row3_background = $row[4];
|
|
||||||
$SSstd_row4_background = $row[5];
|
|
||||||
$SSstd_row5_background = $row[6];
|
|
||||||
$SSalt_row1_background = $row[7];
|
|
||||||
$SSalt_row2_background = $row[8];
|
|
||||||
$SSalt_row3_background = $row[9];
|
|
||||||
$SSweb_logo = $row[10];
|
|
||||||
}
|
|
||||||
}
|
|
||||||
$Mhead_color = $SSstd_row5_background;
|
$Mhead_color = $SSstd_row5_background;
|
||||||
$Mmain_bgcolor = $SSmenu_background;
|
$Mmain_bgcolor = $SSmenu_background;
|
||||||
$Mhead_color = $SSstd_row5_background;
|
$Mhead_color = $SSstd_row5_background;
|
||||||
@@ -407,7 +375,7 @@ $MAIN.="<TR BGCOLOR=\"#". $SSstd_row3_background ."\"><TD ALIGN=LEFT COLSPAN=2><
|
|||||||
$MAIN.="<form action=$PHP_SELF method=GET>\n";
|
$MAIN.="<form action=$PHP_SELF method=GET>\n";
|
||||||
$MAIN.="<input type=hidden name=DB value=\"$DB\">\n";
|
$MAIN.="<input type=hidden name=DB value=\"$DB\">\n";
|
||||||
$MAIN.="<select size=1 name=user_group>$FORMuser_groups</select>";
|
$MAIN.="<select size=1 name=user_group>$FORMuser_groups</select>";
|
||||||
$MAIN.="<input type=submit name=submit VALUE='"._QXZ("SUBMIT")."'\n";
|
$MAIN.="<input style='background-color:#$SSbutton_color' type=submit name=submit VALUE='"._QXZ("SUBMIT")."'\n";
|
||||||
|
|
||||||
$MAIN.="</B></TD></TR>\n";
|
$MAIN.="</B></TD></TR>\n";
|
||||||
$MAIN.="<TR><TD ALIGN=LEFT COLSPAN=2>\n";
|
$MAIN.="<TR><TD ALIGN=LEFT COLSPAN=2>\n";
|
||||||
|
|||||||
@@ -290,7 +290,7 @@ while ($groups_to_print > $o)
|
|||||||
$o++;
|
$o++;
|
||||||
}
|
}
|
||||||
echo "</SELECT>\n";
|
echo "</SELECT>\n";
|
||||||
echo "<BR><CENTER><input type=submit name=submit value='"._QXZ("SUBMIT")."'></CENTER><BR></form>\n";
|
echo "<BR><CENTER><input style='background-color:#$SSbutton_color' type=submit name=submit value='"._QXZ("SUBMIT")."'></CENTER><BR></form>\n";
|
||||||
|
|
||||||
echo "\n<BR><BR><BR>";
|
echo "\n<BR><BR><BR>";
|
||||||
|
|
||||||
@@ -308,7 +308,7 @@ while ($groups_to_print > $o)
|
|||||||
$o++;
|
$o++;
|
||||||
}
|
}
|
||||||
echo "</SELECT>\n";
|
echo "</SELECT>\n";
|
||||||
echo "<BR><CENTER><input type=submit name=submit value='"._QXZ("SUBMIT")."'></CENTER><BR></form>\n";
|
echo "<BR><CENTER><input style='background-color:#$SSbutton_color' type=submit name=submit value='"._QXZ("SUBMIT")."'></CENTER><BR></form>\n";
|
||||||
|
|
||||||
echo "\n<BR>";
|
echo "\n<BR>";
|
||||||
|
|
||||||
|
|||||||
@@ -296,38 +296,8 @@ if (($LOGuser_level < 9) and ($SSlevel_8_disable_add > 0))
|
|||||||
{$add_copy_disabled++;}
|
{$add_copy_disabled++;}
|
||||||
|
|
||||||
|
|
||||||
$SSmenu_background='015B91';
|
require("screen_colors.php");
|
||||||
$SSframe_background='D9E6FE';
|
|
||||||
$SSstd_row1_background='9BB9FB';
|
|
||||||
$SSstd_row2_background='B9CBFD';
|
|
||||||
$SSstd_row3_background='8EBCFD';
|
|
||||||
$SSstd_row4_background='B6D3FC';
|
|
||||||
$SSstd_row5_background='A3C3D6';
|
|
||||||
$SSalt_row1_background='BDFFBD';
|
|
||||||
$SSalt_row2_background='99FF99';
|
|
||||||
$SSalt_row3_background='CCFFCC';
|
|
||||||
|
|
||||||
if ($SSadmin_screen_colors != 'default')
|
|
||||||
{
|
|
||||||
$stmt = "SELECT menu_background,frame_background,std_row1_background,std_row2_background,std_row3_background,std_row4_background,std_row5_background,alt_row1_background,alt_row2_background,alt_row3_background FROM vicidial_screen_colors where colors_id='$SSadmin_screen_colors';";
|
|
||||||
$rslt=mysql_to_mysqli($stmt, $link);
|
|
||||||
if ($DB) {echo "$stmt\n";}
|
|
||||||
$colors_ct = mysqli_num_rows($rslt);
|
|
||||||
if ($colors_ct > 0)
|
|
||||||
{
|
|
||||||
$row=mysqli_fetch_row($rslt);
|
|
||||||
$SSmenu_background = $row[0];
|
|
||||||
$SSframe_background = $row[1];
|
|
||||||
$SSstd_row1_background = $row[2];
|
|
||||||
$SSstd_row2_background = $row[3];
|
|
||||||
$SSstd_row3_background = $row[4];
|
|
||||||
$SSstd_row4_background = $row[5];
|
|
||||||
$SSstd_row5_background = $row[6];
|
|
||||||
$SSalt_row1_background = $row[7];
|
|
||||||
$SSalt_row2_background = $row[8];
|
|
||||||
$SSalt_row3_background = $row[9];
|
|
||||||
}
|
|
||||||
}
|
|
||||||
$Mhead_color = $SSstd_row5_background;
|
$Mhead_color = $SSstd_row5_background;
|
||||||
$Mmain_bgcolor = $SSmenu_background;
|
$Mmain_bgcolor = $SSmenu_background;
|
||||||
$Mhead_color = $SSstd_row5_background;
|
$Mhead_color = $SSstd_row5_background;
|
||||||
@@ -571,7 +541,7 @@ if ($archives_available=="Y")
|
|||||||
$MAIN.="<input type='checkbox' name='search_archived_data' value='checked' $search_archived_data>"._QXZ("Search archived data")."\n";
|
$MAIN.="<input type='checkbox' name='search_archived_data' value='checked' $search_archived_data>"._QXZ("Search archived data")."\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
$MAIN.="<input type=submit name=submit value='"._QXZ("submit")."'>\n";
|
$MAIN.="<input style='background-color:#$SSbutton_color' type=submit name=submit value='"._QXZ("submit")."'>\n";
|
||||||
|
|
||||||
|
|
||||||
$MAIN.=" $user - $full_name<BR><BR>\n";
|
$MAIN.=" $user - $full_name<BR><BR>\n";
|
||||||
|
|||||||
@@ -567,7 +567,7 @@ if ($stage == "log_agent_out")
|
|||||||
$kick_local_channel = "$local_DEF$VLA_conf_exten$local_AMP$ext_context";
|
$kick_local_channel = "$local_DEF$VLA_conf_exten$local_AMP$ext_context";
|
||||||
$queryCID = "ULGH3457$StarTtimE";
|
$queryCID = "ULGH3457$StarTtimE";
|
||||||
|
|
||||||
$stmtC="INSERT INTO vicidial_manager values('','','$NOW_TIME','NEW','N','$VLA_server_ip','','Originate','$queryCID','Channel: $kick_local_channel','Context: $ext_context','Exten: 8300','Priority: 1','Callerid: $queryCID','','','','','');";
|
$stmtC="INSERT INTO vicidial_manager values('','','$NOW_TIME','NEW','N','$VLA_server_ip','','Originate','$queryCID','Channel: $kick_local_channel','Context: $ext_context','Exten: 8300','Priority: 1','Callerid: $queryCID','','','','$channel','$exten');";
|
||||||
if ($DB) {echo "<BR>$stmtC\n";}
|
if ($DB) {echo "<BR>$stmtC\n";}
|
||||||
$rslt=mysql_to_mysqli($stmtC, $link);
|
$rslt=mysql_to_mysqli($stmtC, $link);
|
||||||
|
|
||||||
@@ -960,14 +960,14 @@ if ($agents_to_print > 0)
|
|||||||
$o++;
|
$o++;
|
||||||
}
|
}
|
||||||
echo "</SELECT>\n";
|
echo "</SELECT>\n";
|
||||||
echo "<input type=submit name=submit value='"._QXZ("CHANGE")."' disabled><BR></form>\n";
|
echo "<input style='background-color:#$SSbutton_color' type=submit name=submit value='"._QXZ("CHANGE")."' disabled><BR></form>\n";
|
||||||
*/
|
*/
|
||||||
|
|
||||||
echo "<form action=$PHP_SELF method=POST>\n";
|
echo "<form action=$PHP_SELF method=POST>\n";
|
||||||
echo "<input type=hidden name=DB value=\"$DB\">\n";
|
echo "<input type=hidden name=DB value=\"$DB\">\n";
|
||||||
echo "<input type=hidden name=user value=\"$user\">\n";
|
echo "<input type=hidden name=user value=\"$user\">\n";
|
||||||
echo "<input type=hidden name=stage value=\"log_agent_out\">\n";
|
echo "<input type=hidden name=stage value=\"log_agent_out\">\n";
|
||||||
echo "<input type=submit name=submit value=\""._QXZ("EMERGENCY LOG AGENT OUT")."\"> "._QXZ("NOTE: this will hang up all calls in the agent session")."<BR></form>\n";
|
echo "<input style='background-color:#$SSbutton_color' type=submit name=submit value=\""._QXZ("EMERGENCY LOG AGENT OUT")."\"> "._QXZ("NOTE: this will hang up all calls in the agent session")."<BR></form>\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -1007,7 +1007,7 @@ if ($modify_timeclock_log > 0)
|
|||||||
echo "<input type=hidden name=DB value=\"$DB\">\n";
|
echo "<input type=hidden name=DB value=\"$DB\">\n";
|
||||||
echo "<input type=hidden name=user value=\"$user\">\n";
|
echo "<input type=hidden name=user value=\"$user\">\n";
|
||||||
echo "<input type=hidden name=stage value=\"$TC_log_change_stage\">\n";
|
echo "<input type=hidden name=stage value=\"$TC_log_change_stage\">\n";
|
||||||
echo "<input type=submit name=submit value=\"$TC_log_change_button\"><BR></form>\n";
|
echo "<input style='background-color:#$SSbutton_color' type=submit name=submit value=\"$TC_log_change_button\"><BR></form>\n";
|
||||||
echo "<BR><BR>\n";
|
echo "<BR><BR>\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -226,7 +226,7 @@ if ( ($action == "CHANGE_TERRITORY_OWNER_ACCOUNT") and ($enable_vtiger_integrati
|
|||||||
echo "<option value='NO'>"._QXZ("NO")."</option>\n";
|
echo "<option value='NO'>"._QXZ("NO")."</option>\n";
|
||||||
echo "</select></td></tr>\n";
|
echo "</select></td></tr>\n";
|
||||||
|
|
||||||
echo "<tr bgcolor=#$SSstd_row4_background><td align=center colspan=2><input type=submit name=SUBMIT value='"._QXZ("SUBMIT")."'></td></tr>\n";
|
echo "<tr bgcolor=#$SSstd_row4_background><td align=center colspan=2><input style='background-color:#$SSbutton_color' type=submit name=SUBMIT value='"._QXZ("SUBMIT")."'></td></tr>\n";
|
||||||
echo "</TABLE></center>\n";
|
echo "</TABLE></center>\n";
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
@@ -442,7 +442,7 @@ if ( ($action == "CHANGE_TERRITORY_OWNER") and ($enable_vtiger_integration > 0)
|
|||||||
echo "<option value='NO'>"._QXZ("NO")."</option>\n";
|
echo "<option value='NO'>"._QXZ("NO")."</option>\n";
|
||||||
echo "</select></td></tr>\n";
|
echo "</select></td></tr>\n";
|
||||||
|
|
||||||
echo "<tr bgcolor=#$SSstd_row4_background><td align=center colspan=2><input type=submit name=SUBMIT value='"._QXZ("SUBMIT")."'></td></tr>\n";
|
echo "<tr bgcolor=#$SSstd_row4_background><td align=center colspan=2><input style='background-color:#$SSbutton_color' type=submit name=SUBMIT value='"._QXZ("SUBMIT")."'></td></tr>\n";
|
||||||
echo "</TABLE></center>\n";
|
echo "</TABLE></center>\n";
|
||||||
}
|
}
|
||||||
### END change territory owner in the system
|
### END change territory owner in the system
|
||||||
@@ -617,7 +617,7 @@ if ($action == "ADD_USER_TERRITORY")
|
|||||||
echo "$territories_list";
|
echo "$territories_list";
|
||||||
echo "</select></td></tr>\n";
|
echo "</select></td></tr>\n";
|
||||||
echo "<tr bgcolor=#$SSstd_row4_background><td align=right>"._QXZ("Level").": </td><td align=left><select size=1 name=level><option value='TOP_AGENT'>"._QXZ("TOP_AGENT")."</option><option value='STANDARD_AGENT'>"._QXZ("STANDARD_AGENT")."</option><option value='BOTTOM_AGENT'>"._QXZ("BOTTOM_AGENT")."</option></select></td></tr>\n";
|
echo "<tr bgcolor=#$SSstd_row4_background><td align=right>"._QXZ("Level").": </td><td align=left><select size=1 name=level><option value='TOP_AGENT'>"._QXZ("TOP_AGENT")."</option><option value='STANDARD_AGENT'>"._QXZ("STANDARD_AGENT")."</option><option value='BOTTOM_AGENT'>"._QXZ("BOTTOM_AGENT")."</option></select></td></tr>\n";
|
||||||
echo "<tr bgcolor=#$SSstd_row4_background><td align=center colspan=2><input type=submit name=SUBMIT value='"._QXZ("SUBMIT")."'></td></tr>\n";
|
echo "<tr bgcolor=#$SSstd_row4_background><td align=center colspan=2><input style='background-color:#$SSbutton_color' type=submit name=SUBMIT value='"._QXZ("SUBMIT")."'></td></tr>\n";
|
||||||
echo "</TABLE></center>\n";
|
echo "</TABLE></center>\n";
|
||||||
}
|
}
|
||||||
### END add user territory page
|
### END add user territory page
|
||||||
@@ -761,7 +761,7 @@ if ($action == "ADD_TERRITORY")
|
|||||||
echo "<center><TABLE width=$section_width cellspacing=3>\n";
|
echo "<center><TABLE width=$section_width cellspacing=3>\n";
|
||||||
echo "<tr bgcolor=#$SSstd_row4_background><td align=right>"._QXZ("Territory").": </td><td align=left><input type=text name=territory size=30 maxlength=100></td></tr>\n";
|
echo "<tr bgcolor=#$SSstd_row4_background><td align=right>"._QXZ("Territory").": </td><td align=left><input type=text name=territory size=30 maxlength=100></td></tr>\n";
|
||||||
echo "<tr bgcolor=#$SSstd_row4_background><td align=right>"._QXZ("Territory Description").": </td><td align=left><input type=text name=territory_description size=50 maxlength=255></td></tr>\n";
|
echo "<tr bgcolor=#$SSstd_row4_background><td align=right>"._QXZ("Territory Description").": </td><td align=left><input type=text name=territory_description size=50 maxlength=255></td></tr>\n";
|
||||||
echo "<tr bgcolor=#$SSstd_row4_background><td align=center colspan=2><input type=submit name=SUBMIT value='"._QXZ("SUBMIT")."'></td></tr>\n";
|
echo "<tr bgcolor=#$SSstd_row4_background><td align=center colspan=2><input style='background-color:#$SSbutton_color' type=submit name=SUBMIT value='"._QXZ("SUBMIT")."'></td></tr>\n";
|
||||||
echo "</TABLE></center>\n";
|
echo "</TABLE></center>\n";
|
||||||
}
|
}
|
||||||
### END add territory page
|
### END add territory page
|
||||||
@@ -934,7 +934,7 @@ if ($action == "MODIFY_TERRITORY")
|
|||||||
}
|
}
|
||||||
echo "<tr bgcolor=#$SSstd_row4_background><td align=right>"._QXZ("Vtiger Accounts").": </td><td align=left><B>$vtiger_count</B></td></tr>";
|
echo "<tr bgcolor=#$SSstd_row4_background><td align=right>"._QXZ("Vtiger Accounts").": </td><td align=left><B>$vtiger_count</B></td></tr>";
|
||||||
}
|
}
|
||||||
echo "<tr bgcolor=#$SSstd_row4_background><td align=center colspan=2><input type=submit name=SUBMIT value='"._QXZ("SUBMIT")."'></form></td></tr>\n";
|
echo "<tr bgcolor=#$SSstd_row4_background><td align=center colspan=2><input style='background-color:#$SSbutton_color' type=submit name=SUBMIT value='"._QXZ("SUBMIT")."'></form></td></tr>\n";
|
||||||
echo "</TABLE></center>\n";
|
echo "</TABLE></center>\n";
|
||||||
echo "<BR><BR>\n";
|
echo "<BR><BR>\n";
|
||||||
|
|
||||||
@@ -1006,7 +1006,7 @@ if ($action == "MODIFY_TERRITORY")
|
|||||||
echo "<input type=hidden name=territory value=\"$territory\">";
|
echo "<input type=hidden name=territory value=\"$territory\">";
|
||||||
echo "<input type=hidden name=user value=\"$Tuser[$o]\">";
|
echo "<input type=hidden name=user value=\"$Tuser[$o]\">";
|
||||||
echo "<select size=1 name=level><option SELECTED>$Tlevel[$o]</option><option value='TOP_AGENT'>"._QXZ("TOP_AGENT")."</option><option value='STANDARD_AGENT'>"._QXZ("STANDARD_AGENT")."</option><option value='BOTTOM_AGENT'>"._QXZ("BOTTOM_AGENT")."</option></select> ";
|
echo "<select size=1 name=level><option SELECTED>$Tlevel[$o]</option><option value='TOP_AGENT'>"._QXZ("TOP_AGENT")."</option><option value='STANDARD_AGENT'>"._QXZ("STANDARD_AGENT")."</option><option value='BOTTOM_AGENT'>"._QXZ("BOTTOM_AGENT")."</option></select> ";
|
||||||
echo "<input type=submit name=SUBMIT value='"._QXZ("SUBMIT")."'>";
|
echo "<input style='background-color:#$SSbutton_color' type=submit name=SUBMIT value='"._QXZ("SUBMIT")."'>";
|
||||||
echo "</form>";
|
echo "</form>";
|
||||||
echo "</TD>";
|
echo "</TD>";
|
||||||
echo "<TD><a href=\"$PHP_SELF?action=DELETE_USER_TERRITORY&territory=$territory&user=$Tuser[$o]\">"._QXZ("DELETE")."</a></TD>";
|
echo "<TD><a href=\"$PHP_SELF?action=DELETE_USER_TERRITORY&territory=$territory&user=$Tuser[$o]\">"._QXZ("DELETE")."</a></TD>";
|
||||||
|
|||||||
@@ -175,6 +175,8 @@ else
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
require("screen_colors.php");
|
||||||
|
|
||||||
echo "<html>\n";
|
echo "<html>\n";
|
||||||
echo "<head>\n";
|
echo "<head>\n";
|
||||||
echo "<META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; charset=utf-8\">\n";
|
echo "<META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; charset=utf-8\">\n";
|
||||||
@@ -320,7 +322,7 @@ if ($ADD==31111)
|
|||||||
echo "<tr bgcolor=#B6D3FC><td align=right>"._QXZ("Inbound Groups").": </td><td align=left>\n";
|
echo "<tr bgcolor=#B6D3FC><td align=right>"._QXZ("Inbound Groups").": </td><td align=left>\n";
|
||||||
echo "$groups_list";
|
echo "$groups_list";
|
||||||
echo "</td></tr>\n";
|
echo "</td></tr>\n";
|
||||||
echo "<tr bgcolor=#B6D3FC><td align=center colspan=2><input type=submit name=submit value='"._QXZ("submit")."'></td></tr>\n";
|
echo "<tr bgcolor=#B6D3FC><td align=center colspan=2><input style='background-color:#$SSbutton_color' type=submit name=submit value='"._QXZ("submit")."'></td></tr>\n";
|
||||||
echo "</TABLE></center>\n";
|
echo "</TABLE></center>\n";
|
||||||
echo _QXZ("NOTE: It can take up to 30 seconds for changes submitted on this screen to go live")."\n";
|
echo _QXZ("NOTE: It can take up to 30 seconds for changes submitted on this screen to go live")."\n";
|
||||||
}
|
}
|
||||||
@@ -375,7 +377,7 @@ if ($ADD==41111)
|
|||||||
echo "<tr bgcolor=#B6D3FC><td align=right>"._QXZ("Inbound Groups").": </td><td align=left>\n";
|
echo "<tr bgcolor=#B6D3FC><td align=right>"._QXZ("Inbound Groups").": </td><td align=left>\n";
|
||||||
echo "$groups_list";
|
echo "$groups_list";
|
||||||
echo "</td></tr>\n";
|
echo "</td></tr>\n";
|
||||||
echo "<tr bgcolor=#B6D3FC><td align=center colspan=2><input type=submit name=submit value='"._QXZ("submit")."'></td></tr>\n";
|
echo "<tr bgcolor=#B6D3FC><td align=center colspan=2><input style='background-color:#$SSbutton_color' type=submit name=submit value='"._QXZ("submit")."'></td></tr>\n";
|
||||||
echo "</TABLE></center>\n";
|
echo "</TABLE></center>\n";
|
||||||
echo _QXZ("NOTE: It can take up to 30 seconds for changes submitted on this screen to go live")."\n";
|
echo _QXZ("NOTE: It can take up to 30 seconds for changes submitted on this screen to go live")."\n";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -405,7 +405,7 @@ function AddConstant() {
|
|||||||
var SpanInnerHTML="<table width='100%' border='0' cellpadding='3'>";
|
var SpanInnerHTML="<table width='100%' border='0' cellpadding='3'>";
|
||||||
for (y=0; y<ALL_presets_array.length; y++) {
|
for (y=0; y<ALL_presets_array.length; y++) {
|
||||||
var key_value=ALL_presets_array[y].split("\=");
|
var key_value=ALL_presets_array[y].split("\=");
|
||||||
SpanInnerHTML+="<tr><td align='left'>"+key_value[0]+"</td><td align='left'>"+key_value[1]+"</td><td align='center'><input type='button' onClick='RemoveConstant("+y+")' value='REMOVE'></td></tr>";
|
SpanInnerHTML+="<tr><td align='left'>"+key_value[0]+"</td><td align='left'>"+key_value[1]+"</td><td align='center'><input style='background-color:#<?php echo "$SSbutton_color"; ?>' type='button' onClick='RemoveConstant("+y+")' value='REMOVE'></td></tr>";
|
||||||
}
|
}
|
||||||
SpanInnerHTML+="</table>";
|
SpanInnerHTML+="</table>";
|
||||||
document.getElementById('new_presets').innerHTML=SpanInnerHTML;
|
document.getElementById('new_presets').innerHTML=SpanInnerHTML;
|
||||||
@@ -420,7 +420,7 @@ function RemoveConstant(array_index) {
|
|||||||
if (y!=array_index) {
|
if (y!=array_index) {
|
||||||
new_constants_string+="&"+ALL_presets_array[y];
|
new_constants_string+="&"+ALL_presets_array[y];
|
||||||
var key_value=ALL_presets_array[y].split("\=");
|
var key_value=ALL_presets_array[y].split("\=");
|
||||||
SpanInnerHTML+="<tr><td align='left'>"+key_value[0]+"</td><td align='left'>"+key_value[1]+"</td><td align='center'><input type='button' onClick='RemoveConstant("+x+")' value='REMOVE'></td></tr>";
|
SpanInnerHTML+="<tr><td align='left'>"+key_value[0]+"</td><td align='left'>"+key_value[1]+"</td><td align='center'><input style='background-color:#<?php echo "$SSbutton_color"; ?>' type='button' onClick='RemoveConstant("+x+")' value='REMOVE'></td></tr>";
|
||||||
x++;
|
x++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -482,7 +482,7 @@ function RemoveConstant(array_index) {
|
|||||||
echo "<tr bgcolor=#".$SSstd_row2_background."><td align=right>"._QXZ("Path Name").": </td><td align=left><input type=text id='path_name' name='path_name' size=20>$NWB#custom_reports_admin-path_name$NWE</td></tr>\n";
|
echo "<tr bgcolor=#".$SSstd_row2_background."><td align=right>"._QXZ("Path Name").": </td><td align=left><input type=text id='path_name' name='path_name' size=20>$NWB#custom_reports_admin-path_name$NWE</td></tr>\n";
|
||||||
echo "<tr bgcolor=#".$SSstd_row2_background."><td align=right>"._QXZ("Preset constants").": </td><td align=left>"._QXZ("Variable name").": <input type='text' id='new_preset_name' name='new_preset_name' size='10' maxlength='100'> "._QXZ("Value").": ";
|
echo "<tr bgcolor=#".$SSstd_row2_background."><td align=right>"._QXZ("Preset constants").": </td><td align=left>"._QXZ("Variable name").": <input type='text' id='new_preset_name' name='new_preset_name' size='10' maxlength='100'> "._QXZ("Value").": ";
|
||||||
echo "<select name='new_preset_value' id='new_preset_value'><option value=''>"._QXZ("Custom value")." --->></option><option value='today'>"._QXZ("today")."</option><option value='yesterday'>"._QXZ("yesterday")."</option><option value='datetime'>"._QXZ("datetime")."</option><option value='filedatetime'>"._QXZ("filedatetime")."</option><option value='6days'>"._QXZ("6days")."</option><option value='7days'>"._QXZ("7days")."</option><option value='8days'>"._QXZ("8days")."</option><option value='13days'>"._QXZ("13days")."</option><option value='14days'>"._QXZ("14days")."</option><option value='15days'>"._QXZ("15days")."</option><option value='30days'>"._QXZ("30days")."</option></select> ";
|
echo "<select name='new_preset_value' id='new_preset_value'><option value=''>"._QXZ("Custom value")." --->></option><option value='today'>"._QXZ("today")."</option><option value='yesterday'>"._QXZ("yesterday")."</option><option value='datetime'>"._QXZ("datetime")."</option><option value='filedatetime'>"._QXZ("filedatetime")."</option><option value='6days'>"._QXZ("6days")."</option><option value='7days'>"._QXZ("7days")."</option><option value='8days'>"._QXZ("8days")."</option><option value='13days'>"._QXZ("13days")."</option><option value='14days'>"._QXZ("14days")."</option><option value='15days'>"._QXZ("15days")."</option><option value='30days'>"._QXZ("30days")."</option></select> ";
|
||||||
echo "<input type='text' name='new_preset_custom' id='new_preset_custom' size='10' maxlength='100'> <input type='button' onClick='AddConstant()' value='"._QXZ("ADD")."'>$NWB#custom_reports_admin-constants$NWE</td></tr>\n";
|
echo "<input type='text' name='new_preset_custom' id='new_preset_custom' size='10' maxlength='100'> <input style='background-color:#$SSbutton_color' type='button' onClick='AddConstant()' value='"._QXZ("ADD")."'>$NWB#custom_reports_admin-constants$NWE</td></tr>\n";
|
||||||
echo "<tr bgcolor=#".$SSstd_row2_background."><td align=right>"._QXZ("Current constants").":</td><td align=left><span id='new_presets'></span>$NWB#custom_reports_admin-current_constants$NWE<input type='hidden' name='presets_string' id='presets_string'></td></tr>\n";
|
echo "<tr bgcolor=#".$SSstd_row2_background."><td align=right>"._QXZ("Current constants").":</td><td align=left><span id='new_presets'></span>$NWB#custom_reports_admin-current_constants$NWE<input type='hidden' name='presets_string' id='presets_string'></td></tr>\n";
|
||||||
# echo "<tr bgcolor=#".$SSstd_row2_background."><td align=right>"._QXZ("Use slave").": </td><td align=left><select size=1 name=slave><option value='Y'>"._QXZ("Y")."</option><option value='N' selected>"._QXZ("N")."</option></select>$NWB#custom_reports_admin-use_slave$NWE</td></tr>\n";
|
# echo "<tr bgcolor=#".$SSstd_row2_background."><td align=right>"._QXZ("Use slave").": </td><td align=left><select size=1 name=slave><option value='Y'>"._QXZ("Y")."</option><option value='N' selected>"._QXZ("N")."</option></select>$NWB#custom_reports_admin-use_slave$NWE</td></tr>\n";
|
||||||
echo "<tr bgcolor=#".$SSstd_row2_background."><td align=right>"._QXZ("User groups").": </td><td align=left><select size=5 name=custom_reports_user_groups[] multiple><option value='---ALL---'>"._QXZ("ALL USER GROUPS")."</option>";
|
echo "<tr bgcolor=#".$SSstd_row2_background."><td align=right>"._QXZ("User groups").": </td><td align=left><select size=5 name=custom_reports_user_groups[] multiple><option value='---ALL---'>"._QXZ("ALL USER GROUPS")."</option>";
|
||||||
@@ -498,7 +498,7 @@ function RemoveConstant(array_index) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
echo "</select>$NWB#custom_reports_admin-custom_reports_user_groups$NWE</td></tr>\n";
|
echo "</select>$NWB#custom_reports_admin-custom_reports_user_groups$NWE</td></tr>\n";
|
||||||
echo "<tr bgcolor=#".$SSstd_row2_background."><td align='center' colspan='2'><input type='submit' name='add_custom_report' id='add_custom_report' value='"._QXZ("ADD REPORT")."'></td></tr>\n";
|
echo "<tr bgcolor=#".$SSstd_row2_background."><td align='center' colspan='2'><input style='background-color:#$SSbutton_color' type='submit' name='add_custom_report' id='add_custom_report' value='"._QXZ("ADD REPORT")."'></td></tr>\n";
|
||||||
echo "</table>";
|
echo "</table>";
|
||||||
echo "</form>";
|
echo "</form>";
|
||||||
|
|
||||||
|
|||||||
@@ -233,7 +233,7 @@ echo "<TABLE CELLPADDING=4 CELLSPACING=0><TR><TD>";
|
|||||||
<td align=right><font class="standard_bold"><?php echo _QXZ("Campaign is"); ?>: <input type=radio name="forc" value="F"><?php echo _QXZ("Transfer"); ?></font></td>
|
<td align=right><font class="standard_bold"><?php echo _QXZ("Campaign is"); ?>: <input type=radio name="forc" value="F"><?php echo _QXZ("Transfer"); ?></font></td>
|
||||||
<td colspan=2 align=left><font class="standard_bold"> <input type=radio name="forc" value="C" checked><?php echo _QXZ("Non-transfer"); ?></font></td>
|
<td colspan=2 align=left><font class="standard_bold"> <input type=radio name="forc" value="C" checked><?php echo _QXZ("Non-transfer"); ?></font></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr><th colspan=3><input type=submit name="submit_report" value="<?php echo _QXZ("SUBMIT"); ?>"></th></tr>
|
<tr><th colspan=3><input style='background-color:#<?php echo "$SSbutton_color"; ?>' type=submit name="submit_report" value="<?php echo _QXZ("SUBMIT"); ?>"></th></tr>
|
||||||
<!-- <tr><th colspan=3><input type=checkbox name="weekly_report" value="WEEKLY_REPORT"><font class="small_standard">Generate weekly report</font></th></tr> //-->
|
<!-- <tr><th colspan=3><input type=checkbox name="weekly_report" value="WEEKLY_REPORT"><font class="small_standard">Generate weekly report</font></th></tr> //-->
|
||||||
<tr><td colspan=3 align=center><font class="small_standard">** - <?php echo _QXZ("sorted by call date"); ?></font></td></tr>
|
<tr><td colspan=3 align=center><font class="small_standard">** - <?php echo _QXZ("sorted by call date"); ?></font></td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -191,7 +191,7 @@ while ($campaigns_to_print > $o)
|
|||||||
$o++;
|
$o++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
require("screen_colors.php");
|
||||||
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
@@ -218,7 +218,7 @@ if ($NEW_VOICE_LAB > 0)
|
|||||||
echo "<input type=hidden name=server_ip value=$server_ip>\n";
|
echo "<input type=hidden name=server_ip value=$server_ip>\n";
|
||||||
echo "<input type=hidden name=campaign_id value=$campaign_id>\n";
|
echo "<input type=hidden name=campaign_id value=$campaign_id>\n";
|
||||||
echo _QXZ("Message Extension")."<input type=text name=message>\n";
|
echo _QXZ("Message Extension")."<input type=text name=message>\n";
|
||||||
echo "<input type=submit name=submit value='"._QXZ("PLAY THIS MESSAGE")."'>\n";
|
echo "<input style='background-color:#$SSbutton_color' type=submit name=submit value='"._QXZ("PLAY THIS MESSAGE")."'>\n";
|
||||||
echo "</form><BR><BR><BR>\n";
|
echo "</form><BR><BR><BR>\n";
|
||||||
|
|
||||||
$S='*';
|
$S='*';
|
||||||
@@ -277,7 +277,7 @@ if ($NEW_VOICE_LAB > 0)
|
|||||||
echo "<input type=hidden name=session_id value=8600900>\n";
|
echo "<input type=hidden name=session_id value=8600900>\n";
|
||||||
echo "<input type=hidden name=server_ip value=$server_ip>\n";
|
echo "<input type=hidden name=server_ip value=$server_ip>\n";
|
||||||
echo "<input type=hidden name=campaign_id value=$campaign_id>\n";
|
echo "<input type=hidden name=campaign_id value=$campaign_id>\n";
|
||||||
echo "<input type=submit name=submit value='"._QXZ("KILL THIS VOICE LAB")."'>\n";
|
echo "<input style='background-color:#$SSbutton_color' type=submit name=submit value='"._QXZ("KILL THIS VOICE LAB")."'>\n";
|
||||||
echo "</form><BR><BR><BR>\n";
|
echo "</form><BR><BR><BR>\n";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@@ -301,7 +301,7 @@ else
|
|||||||
echo "<input type=hidden name=server_ip value=$server_ip>\n";
|
echo "<input type=hidden name=server_ip value=$server_ip>\n";
|
||||||
echo "<input type=hidden name=campaign_id value=$campaign_id>\n";
|
echo "<input type=hidden name=campaign_id value=$campaign_id>\n";
|
||||||
echo _QXZ("Message Extension")."<input type=text name=message>\n";
|
echo _QXZ("Message Extension")."<input type=text name=message>\n";
|
||||||
echo "<input type=submit name=submit value='"._QXZ("PLAY THIS MESSAGE")."'>\n";
|
echo "<input style='background-color:#$SSbutton_color' type=submit name=submit value='"._QXZ("PLAY THIS MESSAGE")."'>\n";
|
||||||
echo "</form><BR><BR><BR>\n";
|
echo "</form><BR><BR><BR>\n";
|
||||||
|
|
||||||
$nn='99';
|
$nn='99';
|
||||||
@@ -318,7 +318,7 @@ else
|
|||||||
echo "<input type=hidden name=session_id value=8600900>\n";
|
echo "<input type=hidden name=session_id value=8600900>\n";
|
||||||
echo "<input type=hidden name=server_ip value=$server_ip>\n";
|
echo "<input type=hidden name=server_ip value=$server_ip>\n";
|
||||||
echo "<input type=hidden name=campaign_id value=$campaign_id>\n";
|
echo "<input type=hidden name=campaign_id value=$campaign_id>\n";
|
||||||
echo "<input type=submit name=submit value='"._QXZ("KILL THIS VOICE LAB")."'>\n";
|
echo "<input style='background-color:#$SSbutton_color' type=submit name=submit value='"._QXZ("KILL THIS VOICE LAB")."'>\n";
|
||||||
echo "</form><BR><BR><BR>\n";
|
echo "</form><BR><BR><BR>\n";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@@ -337,7 +337,7 @@ else
|
|||||||
echo "<BR>\n";
|
echo "<BR>\n";
|
||||||
echo _QXZ("Campaign").": <select size=1 name=campaign_id>$campaigns_list</select>";
|
echo _QXZ("Campaign").": <select size=1 name=campaign_id>$campaigns_list</select>";
|
||||||
echo "<BR>\n";
|
echo "<BR>\n";
|
||||||
echo "<input type=submit name=submit value='"._QXZ("submit")."'>\n";
|
echo "<input style='background-color:#$SSbutton_color' type=submit name=submit value='"._QXZ("submit")."'>\n";
|
||||||
echo "</form><BR><BR><BR>\n";
|
echo "</form><BR><BR><BR>\n";
|
||||||
|
|
||||||
|
|
||||||
@@ -348,7 +348,7 @@ else
|
|||||||
echo "<BR>\n";
|
echo "<BR>\n";
|
||||||
echo _QXZ("Campaign").": <select size=1 name=campaign_id>$campaigns_list</select>";
|
echo _QXZ("Campaign").": <select size=1 name=campaign_id>$campaigns_list</select>";
|
||||||
echo "<BR>\n";
|
echo "<BR>\n";
|
||||||
echo "<input type=submit name=submit value='"._QXZ("submit")."'>\n";
|
echo "<input style='background-color:#$SSbutton_color' type=submit name=submit value='"._QXZ("submit")."'>\n";
|
||||||
echo "</form><BR><BR><BR>\n";
|
echo "</form><BR><BR><BR>\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -396,4 +396,4 @@ $rslt=mysql_to_mysqli($stmt, $link);
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
</BODY></HTML>
|
</BODY></HTML>
|
||||||
|
|||||||
Reference in New Issue
Block a user