LP1802594 - Splash Page Image Alt Text
authorSam Link <slink@LIBPC002>
Wed, 12 Dec 2018 16:35:20 +0000 (11:35 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 18 Feb 2019 19:15:15 +0000 (14:15 -0500)
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
Open-ILS/src/templates/staff/t_splash.tt2

index b37bec3..4b5baa2 100644 (file)
@@ -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>
 
         <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>
               </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>
         <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>
index 3f135d6..9cb3356 100644 (file)
@@ -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/>
         </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>
             </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>
         </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>