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

Evergreen Git git at git.evergreen-ils.org
Wed Sep 27 12:47:59 EDT 2017


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  a0d5e2f731d8cbf3b3b9fffc3726d98f3e5d30e9 (commit)
      from  b203881fb849e930b47f9f0f05dee0e4ae79e6dd (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 a0d5e2f731d8cbf3b3b9fffc3726d98f3e5d30e9
Author: Bill Erickson <berickxx at gmail.com>
Date:   Wed Sep 27 12:35:31 2017 -0400

    LP#1718036 Webstaff about page transatable
    
    Make the About page "What Is Evergreen" text I18n-friendly.
    
    Signed-off-by: Bill Erickson <berickxx at gmail.com>
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/Open-ILS/src/templates/staff/t_about.tt2 b/Open-ILS/src/templates/staff/t_about.tt2
index 7aa2ea5..32bde65 100644
--- a/Open-ILS/src/templates/staff/t_about.tt2
+++ b/Open-ILS/src/templates/staff/t_about.tt2
@@ -23,25 +23,32 @@
 </div>
 <div class="row">
   <div class="col-md-8">
-     <h2>What is Evergreen?</h2>
-     <p>Evergreen is library automation software that assists libraries
-        in day-to-day operations such as checking out materials, keeping
-        track of users, sharing resources among a group of libraries,
-        acquiring materials, and providing a web-based library catalog for
-        the public.</p>
-     <p>The open-source community developing and supporting Evergreen is
-        marked by a high degree of participation from developers and from
-        the librarians who use the software.</p>
-     <p>More information can be found at <a
-        href="https://evergreen-ils.org"> https://evergreen-ils.org</a>.
-        For help in using Evergreen, see our documentation
-        at <a href="http://docs.evergreen-ils.org">
-        http://docs.evergreen-ils.org.</a></p>
-     <p>Evergreen is Copyright © Georgia Public Library
-        Service - A Unit of the University System of Georgia, and
-        others. The Evergreen software is distributed under the <a
-        href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html">
-        GNU General Public License, Version 2.</a></p>
+    <h2>[% l('What is Evergreen?') %]</h2>
+    <p>[% |l %]Evergreen is library automation software that assists libraries
+       in day-to-day operations such as checking out materials, keeping
+       track of users, sharing resources among a group of libraries,
+       acquiring materials, and providing a web-based library catalog for
+       the public.[% END %]
+    </p>
+    <p>[% |l %]The open-source community developing and supporting Evergreen is
+       marked by a high degree of participation from developers and from
+       the librarians who use the software.[% END %]
+    </p>
+    <p>[% |l(
+    '<a href="https://evergreen-ils.org">https://evergreen-ils.org</a>',
+    '<a href="http://docs.evergreen-ils.org">http://docs.evergreen-ils.org</a>') 
+     %]More information can be found at [_1]. For help in using Evergreen, 
+       see our documentation at [_2].[% END %]
+    </p>
+    <p>[% |l(
+      '<a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html">',
+      '</a>') 
+      %]Evergreen is Copyright © Georgia Public Library Service - 
+        A Unit of the University System of Georgia, and others. The 
+        Evergreen software is distributed under the [_1]GNU General Public 
+        License, Version 2.[_2]
+      [% END %]
+    </p>
   </div>
 </div>
 

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

Summary of changes:
 Open-ILS/src/templates/staff/t_about.tt2 |   45 +++++++++++++++++------------
 1 files changed, 26 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list