[open-ils-commits] [GIT] Evergreen ILS branch master updated. 3fb54065a341d515885d46c9b4017a83e387606a

Evergreen Git git at git.evergreen-ils.org
Thu Aug 25 14:41:00 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, master has been updated
       via  3fb54065a341d515885d46c9b4017a83e387606a (commit)
      from  83a95200aedf6b44e793a2e40b68f662d0e38b06 (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 3fb54065a341d515885d46c9b4017a83e387606a
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 44178b7..9905e6c 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