stable

Clone or download

Read-only

Manage notifications in a dedicated tab

Part of story #9588: Get rid of Bootstrap in site admin / utilities Change-Id: I4dbfd07a859d3d1166e328fdb823c961b4a9441b

Modified Files

Name
M site-content/en_US/admin/admin.tab +20 −0 Go to diff View file
M site-content/fr_FR/admin/admin.tab +20 −0 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
A src/common/system_event/NotificationsPresenter.php +69 −0 Go to diff View file
M src/templates/admin/system_events/admin-system-events.mustache +1 −80 Go to diff View file
A src/templates/admin/system_events/notifications-add-modal.mustache +62 −0 Go to diff View file
A src/templates/admin/system_events/notifications-delete-modal.mustache +28 −0 Go to diff View file
A src/templates/admin/system_events/notifications-edit-modal.mustache +53 −0 Go to diff View file
A src/templates/admin/system_events/notifications.mustache +74 −0 Go to diff View file
M src/www/admin/system_events/adminPresenter.class.php +10 −76 Go to diff View file
M src/www/admin/system_events/index.php +0 −95 Go to diff View file
A src/www/admin/system_events/notifications.php +165 −0 Go to diff View file
A src/www/scripts/admin/system-events-notifications.js +34 −0 Go to diff View file