Added more help to callbacks bulk move utility

git-svn-id: svn://192.168.202.10@2284 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2015-02-19 02:00:00 +00:00
parent d03f44e822
commit 8f56a64a77
2 changed files with 13 additions and 3 deletions
+11 -1
View File
@@ -5271,7 +5271,17 @@ if ($SSqc_features_active > 0)
<BR>
<B><?php echo _QXZ("Live and uncalled for over XX days"); ?> -</B><?php echo _QXZ("Selecting a date range from this drop down menu will filter out any callback where the scheduled callback time is past the selected number of days from the current date and time. This will combine with other selected criteria to make a final list of callbacks to move."); ?>
<BR><BR><BR><BR><BR><BR><BR><BR>
<BR>
<A NAME="cb-bulk-newlist">
<BR>
<B><?php echo _QXZ("Transfer to List ID"); ?> -</B><?php echo _QXZ("The list ID to which all callbacks will be moved. The move will occur on the records in vicidial_list table - the matching records in vicidial_callbacks will be removed."); ?>
<BR>
<A NAME="cb-bulk-newstatus">
<BR>
<B><?php echo _QXZ("New Status"); ?> -</B><?php echo _QXZ("The new vicidial_list status the selected callbacks will be updated to. This affects the vicidial_list table ONLY."); ?>
<BR><BR><BR><BR><BR><BR><BR><BR><BR>
</TD></TR></TABLE></BODY></HTML>
<?php
exit;