[open-ils-commits] [GIT] Evergreen ILS branch rel_2_10 updated. 2838a8294d5e5bde97c6f23e6884bc3ff9b9d1d4

Evergreen Git git at git.evergreen-ils.org
Thu Aug 25 14:41:34 EDT 2016


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_2_10 has been updated
       via  2838a8294d5e5bde97c6f23e6884bc3ff9b9d1d4 (commit)
      from  fb2a828fab884680ac904cee89784ab39802c077 (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 2838a8294d5e5bde97c6f23e6884bc3ff9b9d1d4
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Aug 25 14:03:38 2016 -0400

    LP#1617017: make another TPAC string translatable
    
    "Export List" in hold_history.tt2
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Jason Stephenson <jason at sigio.com>

diff --git a/Open-ILS/src/templates/opac/myopac/hold_history.tt2 b/Open-ILS/src/templates/opac/myopac/hold_history.tt2
index a142bf5..78b226b 100644
--- a/Open-ILS/src/templates/opac/myopac/hold_history.tt2
+++ b/Open-ILS/src/templates/opac/myopac/hold_history.tt2
@@ -41,7 +41,7 @@
                [% IF count <= limit + offset %] class='invisible' [% END %] >[% l('Next') %]<span class="nav_arrow_fix">►</span></a>
         </span>
         <span style="float:right;">
-            <a class="hide_me" href="#">Export List</a>
+            <a class="hide_me" href="#">[% l('Export List') %]</a>
         </span>
     </div>
     <div class="clear-both"></div>

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

Summary of changes:
 .../src/templates/opac/myopac/hold_history.tt2     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list