[open-ils-commits] [GIT] Evergreen ILS branch rel_3_5 updated. d49ca7f5ef396159c98c2cf04b52d95f9cffc0bb

Evergreen Git git at git.evergreen-ils.org
Fri Mar 20 10:11:46 EDT 2020


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_5 has been updated
       via  d49ca7f5ef396159c98c2cf04b52d95f9cffc0bb (commit)
      from  bebc37d0f0ac7ba895b342ca1589646c9f3053f5 (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 d49ca7f5ef396159c98c2cf04b52d95f9cffc0bb
Author: Sam Link <slink at LIBPC002>
Date:   Tue Oct 22 15:51:57 2019 -0400

    Bug 1834251: adding alt attributes to Open-ILS\src\templates\kpac\parts\paginate.tt2.
    
    Signed-off-by: Sam Link <slink at LIBPC002>
    Signed-off-by: Llewellyn Marshall <lbmarshallv.ncdcr at gmail.com>
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>

diff --git a/Open-ILS/src/templates/kpac/parts/paginate.tt2 b/Open-ILS/src/templates/kpac/parts/paginate.tt2
index 27844eeafe..3b3b736218 100644
--- a/Open-ILS/src/templates/kpac/parts/paginate.tt2
+++ b/Open-ILS/src/templates/kpac/parts/paginate.tt2
@@ -17,7 +17,7 @@
                 IF page > 0;
                     href = mkurl('', {page => page - 1});
                 ELSE; class = class _ ' invisible'; END %]
-            <a class="[% class %]" href="[% href %]"><img src="[% ctx.media_prefix %]/images/kpac/arrow_last.png[% ctx.cache_key %]" /></a>
+            <a class="[% class %]" href="[% href %]"><img src="[% ctx.media_prefix %]/images/kpac/arrow_last.png[% ctx.cache_key %]" alt="Last" /></a>
         </td>
 
         <!-- page X of Y -->
@@ -37,13 +37,13 @@
                     href = mkurl('', {page => page + 1});
                 ELSE; class = class _ ' invisible'; END;
             %]
-            <a class="[% class %]" href="[% href %]"><img src="[% ctx.media_prefix %]/images/kpac/arrow_next.png[% ctx.cache_key %]" /></a>
+            <a class="[% class %]" href="[% href %]"><img src="[% ctx.media_prefix %]/images/kpac/arrow_next.png[% ctx.cache_key %]" alt="Next" /></a>
         </td>
 
         <!-- Top of page -->
         [% IF showtop %]
             <td class="to_top_btn"><a href="[% mkurl('').replace('#.*', '') %]">
-                <img src="[% ctx.media_prefix %]/images/kpac/to_top_btn.png[% ctx.cache_key %]" />
+                <img src="[% ctx.media_prefix %]/images/kpac/to_top_btn.png[% ctx.cache_key %]" alt="Top" />
             </a></td>
         [% END %]
     </tr>

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

Summary of changes:
 Open-ILS/src/templates/kpac/parts/paginate.tt2 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list