[open-ils-commits] [GIT] Evergreen ILS branch master updated. 8d94c3ac7e0d35b906783e9ce2616102ea41e1f1

Evergreen Git git at git.evergreen-ils.org
Thu Aug 25 11:32:05 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  8d94c3ac7e0d35b906783e9ce2616102ea41e1f1 (commit)
       via  cb297cf18d41db4001da490f6520bad4a128e347 (commit)
      from  18c769a8441e9728007c59ae88c6965f3655cc56 (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 8d94c3ac7e0d35b906783e9ce2616102ea41e1f1
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Aug 25 11:11:00 2016 -0400

    LP#1616882: mark another string as translateable
    
    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/parts/myopac/base.tt2 b/Open-ILS/src/templates/opac/parts/myopac/base.tt2
index 828337b..94259db 100644
--- a/Open-ILS/src/templates/opac/parts/myopac/base.tt2
+++ b/Open-ILS/src/templates/opac/parts/myopac/base.tt2
@@ -18,7 +18,7 @@
 
      <!-- Added so search available from my account pages -->
     <div class="mobile_view" id="mobile_acct_search_links">
-      <span class="adv_search_catalog_lbl mobile_search_lbl_clr"><strong>Search:</strong></span>
+      <span class="adv_search_catalog_lbl mobile_search_lbl_clr"><strong>[% l('Search:') %]</strong></span>
       <span class="adv_search_catalog_lbl"><a href="[% mkurl(ctx.opac_root _ '/home', {locg => CGI.param('locg')}, 1) %]"
                     id="home_adv_search_link" class="mobile_search_lbl_clr">[%l('Basic')%]</a>  </span>
 		<span class="adv_search_catalog_lbl"><a href="[% mkurl(ctx.opac_root _ '/advanced', {$loc_name => loc_value}, 1) %]"

commit cb297cf18d41db4001da490f6520bad4a128e347
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Aug 25 11:05:25 2016 -0400

    LP#1616882: mark string as translateable
    
    This patch makes the "Branch relationship" string in TPAC
    available to be translated.
    
    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/parts/library/core_info.tt2 b/Open-ILS/src/templates/opac/parts/library/core_info.tt2
index 1398f70..a47d68f 100644
--- a/Open-ILS/src/templates/opac/parts/library/core_info.tt2
+++ b/Open-ILS/src/templates/opac/parts/library/core_info.tt2
@@ -45,7 +45,7 @@
     [%- END; %]
 
     [%- IF ctx.library.parent_ou; %]
-    <h2>Branch relationship</h2>
+    <h2>[% l('Branch relationship') %]</h2>
     <div id="branch-info">[% l('Parent library: ') %]
         <a property="branchOf" href="[% mkurl(opac_root _ '/library/' _ ctx.parent.shortname, {}, 1) %]">[% ctx.parent.name | html %]</a>
     </div>

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

Summary of changes:
 .../src/templates/opac/parts/library/core_info.tt2 |    2 +-
 Open-ILS/src/templates/opac/parts/myopac/base.tt2  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list