[open-ils-commits] [GIT] Evergreen ILS branch rel_2_9 updated. 29f7062f310e80ebf2c551b50588b4d1eef8020d

Evergreen Git git at git.evergreen-ils.org
Thu Aug 25 11:32:24 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_9 has been updated
       via  29f7062f310e80ebf2c551b50588b4d1eef8020d (commit)
       via  777da634e11c2c149c6a3fc98ac3e0234bf8021a (commit)
      from  1295e37ab87534651f8ef10908a211c168bf17cb (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 29f7062f310e80ebf2c551b50588b4d1eef8020d
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 777da634e11c2c149c6a3fc98ac3e0234bf8021a
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