From: Chris Sharp Date: Tue, 27 Oct 2020 13:40:18 +0000 (-0400) Subject: LP#1398107: Add header to generic alerts. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0f457e4d8ec8b65a2e00ce88889009ff58dbf99f;p=evergreen%2Fequinox.git LP#1398107: Add header to generic alerts. Currently, generic alerts/events passed up from the Perl layer are presented in an unadorned modal that just begins with "Reason(s) include" without further context. This adds a "Could not Complete the Action" header with the idea that something is better than nothing. At this point, i18n is not considered. Signed-off-by: Chris Sharp Signed-off-by: Rogan Hamby Signed-off-by: Jason Stephenson --- diff --git a/Open-ILS/src/eg2/src/app/share/dialog/alert.component.html b/Open-ILS/src/eg2/src/app/share/dialog/alert.component.html index e81f697c6e..9dfe1a94ec 100644 --- a/Open-ILS/src/eg2/src/app/share/dialog/alert.component.html +++ b/Open-ILS/src/eg2/src/app/share/dialog/alert.component.html @@ -1,5 +1,6 @@