From 04d0ee774d2b604d26e8fb6fac63e4e70a806b14 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Tue, 22 Oct 2019 14:34:48 -0400 Subject: [PATCH] LP#1839372 Splash page needs headers This resolves accessibility problems by changing the section divs on the splash page of the staff client to h1s. It does not change anything visually. Signed-off-by: Terran McCanna Signed-off-by: Chris Sharp --- Open-ILS/src/eg2/src/app/staff/splash.component.html | 8 +++++--- Open-ILS/src/templates/staff/t_splash.tt2 | 7 ++++--- 2 files changed, 9 insertions(+), 6 deletions(-) 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 e4decff845..612e9060f3 100644 --- a/Open-ILS/src/eg2/src/app/staff/splash.component.html +++ b/Open-ILS/src/eg2/src/app/staff/splash.component.html @@ -16,6 +16,8 @@ } +

Evergreen Staff Client Home Page

+
@@ -31,7 +33,7 @@
-
Circulation and Patrons
+

Circulation and Patrons

@@ -61,7 +63,7 @@
-
Item Search and Cataloging
+

Item Search and Cataloging

@@ -109,7 +111,7 @@
-
Administration
+

Administration

diff --git a/Open-ILS/src/templates/staff/t_splash.tt2 b/Open-ILS/src/templates/staff/t_splash.tt2 index 70ae6c0223..2161e7e090 100644 --- a/Open-ILS/src/templates/staff/t_splash.tt2 +++ b/Open-ILS/src/templates/staff/t_splash.tt2 @@ -2,6 +2,7 @@
Evergreen +

Evergreen Staff Client Home Page


@@ -10,7 +11,7 @@
-
[% l('Circulation and Patrons') %]
+

[% l('Circulation and Patrons') %]

@@ -38,7 +39,7 @@
-
[% l('Item Search and Cataloging') %]
+

[% l('Item Search and Cataloging') %]

@@ -73,7 +74,7 @@
-
[% l('Administration') %]
+

[% l('Administration') %]

-- 2.43.2