End of day commit
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 22 May 2018 20:34:33 +0000 (16:34 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 22 May 2018 20:34:33 +0000 (16:34 -0400)
commitac8d83cb715effb9034260cf31eabcbe7de2f9e7
tree6ae93e83aab63fd87398357cef13720725d8418b
parent763fa1b2c19bd87d1513e85b0fb89ca5fb60920b
End of day commit

I have the list view showing the leads.
 will need to add paging and alpha sorting
I added the jqueryui tabs
 have been working on the contacts and notes tabs.
 These are done using ajax calls.
 the edit is done by just a form submit.
29 files changed:
assets/cancel.png [new file with mode: 0755]
assets/goCompany.png [new file with mode: 0755]
assets/goContact.png [new file with mode: 0755]
assets/logo.png [new file with mode: 0644]
assets/new.png [new file with mode: 0755]
assets/newLead.png [new file with mode: 0755]
assets/tlSave.png [new file with mode: 0755]
assets/travelLeads.png [new file with mode: 0755]
assets/travelToList.png [new file with mode: 0755]
classes/data/dataContacts.php [new file with mode: 0644]
classes/data/dataLeads.php [new file with mode: 0644]
classes/data/dataNotes.php [new file with mode: 0644]
config/plugin.ini
css/admin.css.save [new file with mode: 0755]
index.php
models/admin/ajax/travelContacts.php [new file with mode: 0644]
models/admin/ajax/travelNotes.php [new file with mode: 0644]
models/admin/travel/index.php [new file with mode: 0644]
setup/adminMenus.php
setup/databaseScripts/create_database_V0.0.1.sql
setup/databaseScripts/dbVersions.php
setup/validActions.php
views/admin/ajax/contacts/list.html [new file with mode: 0644]
views/admin/ajax/notes/list.html [new file with mode: 0644]
views/admin/travel/edit.html [new file with mode: 0644]
views/admin/travel/footer.html [new file with mode: 0644]
views/admin/travel/header.html [new file with mode: 0644]
views/admin/travel/index.html [new file with mode: 0644]
views/admin/travel/searchForm.html [new file with mode: 0644]