From 50ee5d8993146fbf671031699f98d8386ddccfa0 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 3 Aug 2021 11:26:20 -0400 Subject: [PATCH] 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 --- Open-ILS/src/eg2/src/app/staff/splash.component.html | 9 +++++++++ 1 file changed, 9 insertions(+) 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()}}

+
+
+ +
+
+
+
-- 2.11.0