From 51a043edda7ca70220777393472b8ed3a9306233 Mon Sep 17 00:00:00 2001 From: Sam Link <slink@LIBPC002> Date: Wed, 12 Dec 2018 11:35:20 -0500 Subject: [PATCH] LP1802594 - Splash Page Image Alt Text Added alt="evergreen" to the logo image on the splash page, and alt="" role="presentation" to the icon images. This was done for both the AngJS and Ang7 clients. Signed-off-by: Sam Link <slink@LIBPC002> Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu> Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org> --- Open-ILS/src/eg2/src/app/staff/splash.component.html | 18 +++++++++--------- Open-ILS/src/templates/staff/t_splash.tt2 | 20 ++++++++++---------- 2 files changed, 19 insertions(+), 19 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 b37bec39b8..4b5baa20e1 100644 --- a/Open-ILS/src/eg2/src/app/staff/splash.component.html +++ b/Open-ILS/src/eg2/src/app/staff/splash.component.html @@ -21,7 +21,7 @@ <!-- header icon --> <div class="row mb-3"> <div class="col-lg-12 text-center"> - <img src="/images/portal/logo.png"/> + <img src="/images/portal/logo.png" alt="Evergreen"/> </div> </div> @@ -34,15 +34,15 @@ <div class="card-body"> <div class="list-group"> <div class="list-group-item border-0 p-2"> - <img src="/images/portal/forward.png"/> + <img src="/images/portal/forward.png" alt="" role="presentation"/> <a href="/eg/staff/circ/patron/bcsearch" i18n>Check Out Items</a> </div> <div class="list-group-item border-0 p-2"> - <img src="/images/portal/back.png"/> + <img src="/images/portal/back.png" alt="" role="presentation"/> <a href="/eg/staff/circ/checkin/index" i18n>Check In Items</a> </div> <div class="list-group-item border-0 p-2"> - <img src="/images/portal/retreivepatron.png"/> + <img src="/images/portal/retreivepatron.png" alt="" role="presentation"/> <a href="/eg/staff/circ/patron/search" i18n>Search For Patron By Name</a> </div> </div> @@ -82,11 +82,11 @@ </div> </div> <div class="list-group-item border-0 p-2"> - <img src="/images/portal/bucket.png"/> + <img src="/images/portal/bucket.png" alt="" role="presentation"/> <a href="/eg/staff/cat/bucket/record/" i18n>Record Buckets</a> </div> <div class="list-group-item border-0 p-2"> - <img src="/images/portal/bucket.png"/> + <img src="/images/portal/bucket.png" alt="" role="presentation"/> <a href="/eg/staff/cat/bucket/copy/" i18n>Copy Buckets</a> </div> </div> @@ -102,19 +102,19 @@ <div class="card-body"> <div class="list-group"> <div class="list-group-item border-0 p-2"> - <img src="/images/portal/helpdesk.png"/> + <img src="/images/portal/helpdesk.png" alt="" role="presentation"/> <a target="_top" href="http://docs.evergreen-ils.org/" i18n> Evergreen Documentation </a> </div> <div class="list-group-item border-0 p-2"> - <img src="/images/portal/helpdesk.png"/> + <img src="/images/portal/helpdesk.png" alt="" role="presentation"/> <a target="_top" href="/eg/staff/admin/workstation/index" i18n> Workstation Administration </a> </div> <div class="list-group-item border-0 p-2"> - <img src="/images/portal/reports.png"/> + <img src="/images/portal/reports.png" alt="" role="presentation"/> <a target="_top" href="/eg/staff/reporter/legacy/main" i18n> Reports </a> diff --git a/Open-ILS/src/templates/staff/t_splash.tt2 b/Open-ILS/src/templates/staff/t_splash.tt2 index 3f135d6944..9cb3356a97 100644 --- a/Open-ILS/src/templates/staff/t_splash.tt2 +++ b/Open-ILS/src/templates/staff/t_splash.tt2 @@ -1,7 +1,7 @@ <div class="container"> <div class="row"> <div class="col-md-12 text-center"> - <img src="[% ctx.media_prefix %]/images/portal/logo.png"/> + <img src="[% ctx.media_prefix %]/images/portal/logo.png" alt="Evergreen" /> </div> </div> <br/> @@ -14,15 +14,15 @@ </div> <div class="panel-body"> <div> - <img src="[% ctx.media_prefix %]/images/portal/forward.png"/> + <img src="[% ctx.media_prefix %]/images/portal/forward.png" alt="" role="presentation"/> <a target="_self" href="./circ/patron/bcsearch">[% l('Check Out Items') %]</a> </div> <div> - <img src="[% ctx.media_prefix %]/images/portal/back.png"/> + <img src="[% ctx.media_prefix %]/images/portal/back.png" alt="" role="presentation"/> <a target="_self" href="./circ/checkin/index">[% l('Check In Items') %]</a> </div> <div> - <img src="[% ctx.media_prefix %]/images/portal/retreivepatron.png"/> + <img src="[% ctx.media_prefix %]/images/portal/retreivepatron.png" alt="" role="presentation"/> <a target="_self" href="./circ/patron/search">[% l('Search For Patron By Name') %]</a> </div> </div> @@ -49,12 +49,12 @@ </div> </div> <div> - <img src="[% ctx.media_prefix %]/images/portal/bucket.png"/> + <img src="[% ctx.media_prefix %]/images/portal/bucket.png" alt="" role="presentation"/> <a target="_self" href="./cat/bucket/record/">[% l('Record Buckets') %]</a> </div> <div> - <img src="[% ctx.media_prefix %]/images/portal/bucket.png"/> - <a target="_self" href="./cat/bucket/copy/">[% l('Item Buckets') %]</a> + <img src="[% ctx.media_prefix %]/images/portal/bucket.png" alt="" role="presentation"/> + <a target="_self" href="./cat/bucket/copy/">[% l('Copy Buckets') %]</a> </div> </div> </div> @@ -67,19 +67,19 @@ </div> <div class="panel-body"> <div> - <img src="[% ctx.media_prefix %]/images/portal/helpdesk.png"/> + <img src="[% ctx.media_prefix %]/images/portal/helpdesk.png" alt="" role="presentation"/> <a target="_top" href="http://docs.evergreen-ils.org/"> [% l('Evergreen Documentation') %] </a> </div> <div> - <img src="[% ctx.media_prefix %]/images/portal/helpdesk.png"/> + <img src="[% ctx.media_prefix %]/images/portal/helpdesk.png" alt="" role="presentation"/> <a target="_top" href="./admin/workstation/index"> [% l('Workstation Administration') %] </a> </div> <div> - <img src="[% ctx.media_prefix %]/images/portal/reports.png"/> + <img src="[% ctx.media_prefix %]/images/portal/reports.png" alt="" role="presentation"/> <a target="_top" href="./reporter/legacy/main"> [% l('Reports') %] </a> -- 2.11.0