Added list_download.php script to allow for downloading of lists from the admin.php interface

Small redesign of the agent interface with new tabs and more grey backgrounds

git-svn-id: svn://192.168.202.10@1049 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2009-02-09 20:16:03 +00:00
parent a3529675e7
commit 0f13260ff8
12 changed files with 205 additions and 39 deletions
@@ -479,7 +479,8 @@ vdc_agent_api_access ENUM('0','1') default '0',
modify_inbound_dids ENUM('1','0') default '0',
delete_inbound_dids ENUM('1','0') default '0',
active ENUM('Y','N') default 'Y',
alert_enabled ENUM('1','0') default '0'
alert_enabled ENUM('1','0') default '0',
download_lists ENUM('1','0') default '0'
);
@@ -1455,7 +1456,7 @@ CREATE INDEX phone_number on vicidial_closer_log (phone_number);
CREATE INDEX date_user on vicidial_closer_log (call_date,user);
CREATE INDEX comment_a on live_inbound_log (comment_a);
UPDATE system_settings SET db_schema_version='1128';
UPDATE system_settings SET db_schema_version='1129';
GRANT RELOAD ON *.* TO cron@'%';
GRANT RELOAD ON *.* TO cron@localhost;