From: Terran McCanna Date: Tue, 22 Oct 2019 18:34:48 +0000 (-0400) Subject: LP#1839372 Splash page needs headers X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=aa315453d81f9c8a50378ca8b88797477ed5618d;p=Evergreen.git 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 --- 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 9daf3f822a..3eca01c265 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') %]