Added the add-a-new-lead link to the admin interface

git-svn-id: svn://192.168.202.10@1602 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2011-02-15 22:23:29 +00:00
parent ecefb829b9
commit a14239024a
5 changed files with 492 additions and 434 deletions
+2
View File
@@ -462,6 +462,8 @@ OTHER CHANGES:
If the User Group also has Call Log enabled, the agent can also see
the call notes from previous calls.
109. Added the add-a-new-lead link to the admin interface
@@ -511,6 +511,9 @@ This option allows you to pre-set the My Callback checkbox on the agent schedule
Call Notes Per Call||
Setting this option to ENABLED will allow agents to enter in notes for every call they handle in the agent interface. The notes entry field will appear below the Comments field in the agent interface. Also, if the Agent User Group is allowed to view Call Logs then the agent will be able to view past call notes for a lead at any time. Default is DISABLED||
If List Order Randomize is enabled, this option will be ignored||
ERROR: Lead not added, please go back and look at what you entered||
Lead has been added||
Add A New Lead||
AST_LISTS_campaign_stats.php
+3 -2
View File
@@ -2643,12 +2643,13 @@ else
# 110124-1134 - Small query fix for large queue_log tables
# 110212-2048 - Added Scheduled Callback as status flag to allow for custom scheduled callback statuses
# 110214-0001 - Added campaign settings for lead_order_secondary, per_call_notes and my_callback_option
# 110215-1721 - Added add-a-new-lead link to the lists submenu
#
# make sure you have added a user to the vicidial_users MySQL table with at least user_level 8 to access this page the first time
$admin_version = '2.4-299';
$build = '110214-0001';
$admin_version = '2.4-300';
$build = '110215-1721';
$STARTtime = date("U");
$SQLdate = date("Y-m-d H:i:s");
+4 -1
View File
@@ -1,7 +1,7 @@
<?php
# admin_header.php - VICIDIAL administration header
#
# Copyright (C) 2010 Matt Florell <vicidial@gmail.com> LICENSE: AGPLv2
# Copyright (C) 2011 Matt Florell <vicidial@gmail.com> LICENSE: AGPLv2
#
# CHANGES
@@ -28,6 +28,7 @@
# 100914-1311 - Removed other links for reports-only users
# 101022-1323 - Added IGU_selectall function
# 101107-1133 - Added auto-refresh code
# 110215-1720 - Added the Add a new lead link
#
@@ -1145,6 +1146,8 @@ $SScustom_fields_enabled = $row[3];
</TR><TR BGCOLOR=<?php echo $lists_color ?>><TD ALIGN=LEFT> &nbsp;
<a href="admin_search_lead.php"><FONT FACE="ARIAL,HELVETICA" COLOR=BLACK SIZE=<?php echo $subheader_font_size ?>> Search For A Lead </a>
</TR><TR BGCOLOR=<?php echo $lists_color ?>><TD ALIGN=LEFT> &nbsp;
<a href="admin_modify_lead.php"><FONT FACE="ARIAL,HELVETICA" COLOR=BLACK SIZE=<?php echo $subheader_font_size ?>> Add A New Lead </a>
</TR><TR BGCOLOR=<?php echo $lists_color ?>><TD ALIGN=LEFT> &nbsp;
<a href="<?php echo $ADMIN ?>?ADD=121"><FONT FACE="ARIAL,HELVETICA" COLOR=BLACK SIZE=<?php echo $subheader_font_size ?>> <?php echo $DNClink ?> </a>
</TR><TR BGCOLOR=<?php echo $lists_color ?>><TD ALIGN=LEFT> &nbsp;
<a href="./admin_listloader_third_gen.php"><FONT FACE="ARIAL,HELVETICA" COLOR=BLACK SIZE=<?php echo $subheader_font_size ?>> Load New Leads </a>
File diff suppressed because it is too large Load Diff