From 95baac30a80a3eeee5fb4e2accee4ba1bb6f504f 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 | 4 ++-- 2 files changed, 7 insertions(+), 5 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 a0a0d7db85..c34b9a1546 100644 --- a/Open-ILS/src/templates/staff/t_splash.tt2 +++ b/Open-ILS/src/templates/staff/t_splash.tt2 @@ -10,7 +10,7 @@
-
[% l('Circulation and Patrons') %]
+

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

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

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

-- 2.11.0