-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve UI to select level of system messages (#183)
* Improve UI to select level of system messages * simplify radio generation
- Loading branch information
1 parent
6984457
commit bef10d7
Showing
5 changed files
with
28 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...aderConfiguration/help-systemMessage.html → src/main/webapp/help-systemMessage.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<div> | ||
Show a message with a selectable background below the header but above the breadcrumb, e.g. to announce a coming maintenance or ongoing incidents. | ||
The message can contain html, e.g. to add a link. | ||
Show a message with a selectable background below the header but above the breadcrumb, e.g. to announce a coming maintenance or ongoing incidents.<br/> | ||
Optionally these messages can be made expiring on a given date and can be dismissed on a per-user basis. | ||
</div> |