User Tools

Site Tools


idmsapplications:system_wide_notifications

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
idmsapplications:system_wide_notifications [2021/02/09 14:48] 10.91.120.28idmsapplications:system_wide_notifications [2021/06/25 10:09] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== System Wide Notifications ======
  
 +Author: Michelle
 +
 +Here are some default code snippets that can be used to configure the system wide notifications implemented in IDMS 3.15 - IDMS-5693. They have the correct color values that can be used.
 +
 +**informational**
 +
 +{startDate: '2021-02-02 00:00:00 GMT', endDate: '2021-02-05 23:59:59 GMT', backgroundColor: '#DFF0D8', fontColor: '#3C763D', type: 'static', text: 'This is an informational message'}
 +
 +
 +**critical**
 +
 +{startDate: '2021-02-02 00:00:00 GMT', endDate: '2021-02-02 23:59:59 GMT', backgroundColor: '#F2DEDE', fontColor: '#A94442', type: 'static', text: 'This is a critical message'}
 +
 +
 +**warning**
 +
 +{startDate: '2021-02-02 00:00:00 GMT', endDate: '2021-02-02 23:59:59 GMT', backgroundColor: '#FFF6C5', fontColor: '#8A6D3B', type: 'static', text: 'This is a warning message'}