[open-ils-commits] [GIT] Evergreen ILS branch rel_2_10 updated. 04acf5f610ab716eddcb962a14aaeb88042ac3d9

Evergreen Git git at git.evergreen-ils.org
Thu Aug 25 11:32:15 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  04acf5f610ab716eddcb962a14aaeb88042ac3d9 (commit)
       via  f920694c092aa3610cab94f3a0cd42ed801f57ae (commit)
      from  838d34f187b11309ad7d99152811873c6751d28b (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 04acf5f610ab716eddcb962a14aaeb88042ac3d9
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 f920694c092aa3610cab94f3a0cd42ed801f57ae
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