[open-ils-commits] [GIT] Evergreen ILS branch rel_3_2 updated. 8c9ad3ecb5c5a5070b8ad3b6c7c9091b4970b6f7

Evergreen Git git at git.evergreen-ils.org
Mon Feb 18 14:19:44 EST 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_3_2 has been updated
       via  8c9ad3ecb5c5a5070b8ad3b6c7c9091b4970b6f7 (commit)
       via  75fc0082b68f732f0c669e9e2547c78573be46ea (commit)
      from  2ecb1b4767cd8faecc50a4956099aa854ad101a0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8c9ad3ecb5c5a5070b8ad3b6c7c9091b4970b6f7
Author: Galen Charlton <gmc at equinoxinitiative.org>
Date:   Mon Feb 18 14:17:29 2019 -0500

    LP#1802594: (follow-up) avoid a regression on "Copy" => "Item"
    
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/templates/staff/t_splash.tt2 b/Open-ILS/src/templates/staff/t_splash.tt2
index 9cb3356a97..0465dc6632 100644
--- a/Open-ILS/src/templates/staff/t_splash.tt2
+++ b/Open-ILS/src/templates/staff/t_splash.tt2
@@ -54,7 +54,7 @@
           </div>
           <div>
             <img src="[% ctx.media_prefix %]/images/portal/bucket.png" alt="" role="presentation"/>
-            <a target="_self" href="./cat/bucket/copy/">[% l('Copy Buckets') %]</a>
+            <a target="_self" href="./cat/bucket/copy/">[% l('Item Buckets') %]</a>
           </div>
         </div>
       </div>

commit 75fc0082b68f732f0c669e9e2547c78573be46ea
Author: Sam Link <slink at LIBPC002>
Date:   Wed Dec 12 11:35:20 2018 -0500

    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 at LIBPC002>
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

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>

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/eg2/src/app/staff/splash.component.html | 18 +++++++++---------
 Open-ILS/src/templates/staff/t_splash.tt2            | 18 +++++++++---------
 2 files changed, 18 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list