moving the to and from email addresses, adding declined and approved event email...
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 16 Aug 2017 14:33:26 +0000 (10:33 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 16 Aug 2017 14:33:26 +0000 (10:33 -0400)
commite0ff7da40a1f16ab75b64fb33be774a9eb8e9434
tree40c0eff5b13db116023601a14c20851f5b655186
parenta3adbc2f079703fc98e761156d390abad9034aa3
moving the to and from email addresses, adding declined and approved event email messages

adding section in mgmt for approved and declined email messages, moving the to and from email addresses
out of mgmt and into the settings section with messages. added some styles to the admin section. Fixed the
front end submission form to use the new email sections. updated the database scripts and database versions
file, the plugin version and db version. Added tab , model , action and view to the events plugin for the new
email notification settings table
14 files changed:
classes/data/dataEmailNotifications.php [new file with mode: 0644]
css/admin.css
index.php
models/admin/events/list.php
models/admin/settings/emailNotifications.php [new file with mode: 0644]
models/front/events/frontAdd.php
setup/adminTabs.php
setup/databaseScripts/create_database_V0.1.2.sql [deleted file]
setup/databaseScripts/create_database_V0.1.3.sql [new file with mode: 0644]
setup/databaseScripts/dbVersions.php
setup/databaseScripts/update_database_V0.1.3.sql [new file with mode: 0644]
setup/validActions.php
views/admin/events/edit.html
views/admin/settings/emailNotifications.html [new file with mode: 0644]