From: Galen Charlton Date: Tue, 3 Aug 2021 15:26:20 +0000 (-0400) Subject: staff portal: add support for text entry type X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=50ee5d8993146fbf671031699f98d8386ddccfa0;p=working%2FEvergreen.git staff portal: add support for text entry type Note that we're relying on Angular's automatic santization for innerHtml to avoid XSS while still permitting basic HTML Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/eg2/src/app/staff/splash.component.html b/Open-ILS/src/eg2/src/app/staff/splash.component.html index 99392aae04..63e9509404 100644 --- a/Open-ILS/src/eg2/src/app/staff/splash.component.html +++ b/Open-ILS/src/eg2/src/app/staff/splash.component.html @@ -67,6 +67,15 @@ {{entry.label()}} +
+

{{entry.label()}}

+
+
+ +
+
+
+