[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch master updated. 4dd61e04d95752acda26bb05ef826c9711820559

Evergreen Git git at git.evergreen-ils.org
Thu Sep 18 19:52:44 EDT 2014


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  4dd61e04d95752acda26bb05ef826c9711820559 (commit)
      from  6dfdbb0154e7615d59612561231f2ab75687e3e2 (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 4dd61e04d95752acda26bb05ef826c9711820559
Author: Pasi Kallinen <pasi.kallinen at pttk.fi>
Date:   Thu Nov 7 19:37:42 2013 +0200

    LP#1231634: Mark Floating Groups Config UI strings translatable.
    
    Signed-off-by: Pasi Kallinen <pasi.kallinen at pttk.fi>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/src/templates/conify/global/config/floating_groups.tt2 b/Open-ILS/src/templates/conify/global/config/floating_groups.tt2
index 035f647..5c57b6f 100644
--- a/Open-ILS/src/templates/conify/global/config/floating_groups.tt2
+++ b/Open-ILS/src/templates/conify/global/config/floating_groups.tt2
@@ -1,9 +1,9 @@
-[% ctx.page_title = 'Floating Groups Configuration' %]
+[% ctx.page_title = l('Floating Groups Configuration') %]
 [% WRAPPER base.tt2 %]
 <script type="text/javascript" src='[% ctx.media_prefix %]/js/ui/default/conify/global/config/floating_groups.js'> </script>
 <div dojoType="dijit.layout.ContentPane" layoutAlign="top" class='oils-header-panel'>
-    <div>Floating Groups Configuration</div>
-    <div><button dojoType='dijit.form.Button' onClick='cfgGrid.showCreatePane()'>New</button></div>
+    <div>[% l('Floating Groups Configuration') %]</div>
+    <div><button dojoType='dijit.form.Button' onClick='cfgGrid.showCreatePane()'>[% l('New') %]</button></div>
 </div>
 <div dojoType="dijit.layout.ContentPane" layoutAlign="client">
     <table  jsId="cfgGrid"
@@ -22,15 +22,15 @@
 
 <div class='hidden'>
     <div id='group-member-editor' style='border:1px solid #aaa'>
-        <h3>Linked Group Members</h3>
+        <h3>[% l('Linked Group Members') %]</h3>
         <table class='oils-generic-table'>
             <thead>
                 <tr>
-                    <th>Org Unit</th>
-                    <th>Stop Depth</th>
-                    <th>Max Depth</th>
-                    <th>Exclude</th>
-                    <th>Remove</th>
+                    <th>[% l('Org Unit') %]</th>
+                    <th>[% l('Stop Depth') %]</th>
+                    <th>[% l('Max Depth') %]</th>
+                    <th>[% l('Exclude') %]</th>
+                    <th>[% l('Remove') %]</th>
                 </tr>
             </thead>
             <tbody name='group-member-entry-tbody'>
@@ -39,13 +39,13 @@
                     <td><input type="text" name="group-member-stop-depth" value="0" /></td>
                     <td><input type="text" name="group-member-max-depth" /></td>
                     <td><input type="checkbox" name="group-member-exclude"/></td>
-                    <td><a name='remove-group-member' href='javascript:void(0);'>Remove</a></td>
+                    <td><a name='remove-group-member' href='javascript:void(0);'>[% l('Remove') %]</a></td>
                 </tr>
             </tbody>
             <tfoot name='group-member-entry-new'>
                 <tr>
                     <td><div name='org-unit-selector'></div></td>
-                    <td colspan="4"><a href='javascript:void(0);' name='add-group-member'>Add</a></td>
+                    <td colspan="4"><a href='javascript:void(0);' name='add-group-member'>[% l('Add') %]</a></td>
                 </tr>
             </tfoot>
         </table>

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

Summary of changes:
 .../conify/global/config/floating_groups.tt2       |   22 ++++++++++----------
 1 files changed, 11 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list