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

Evergreen Git git at git.evergreen-ils.org
Wed Feb 27 11:54:22 EST 2013


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  e740b637956761de10e7cf3ccf1bef6998a8179e (commit)
      from  c5d702faa3cacb6ebe4817a71e89d8ea957d9805 (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 e740b637956761de10e7cf3ccf1bef6998a8179e
Author: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
Date:   Wed Feb 27 11:40:03 2013 -0500

    Fix omissions of [% l(...) %] for i18n
    
    Spotted by Pasi Kallinen.
    
    Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>

diff --git a/Open-ILS/src/templates/conify/global/config/org_unit_proximity_adjustment.tt2 b/Open-ILS/src/templates/conify/global/config/org_unit_proximity_adjustment.tt2
index 1c1a2ab..fdb2de4 100644
--- a/Open-ILS/src/templates/conify/global/config/org_unit_proximity_adjustment.tt2
+++ b/Open-ILS/src/templates/conify/global/config/org_unit_proximity_adjustment.tt2
@@ -5,13 +5,13 @@
         <div>[% ctx.page_title %]</div>
         <div>
             <button dojoType="dijit.form.Button"
-                onClick="aoupa_grid.showCreateDialog()">New OU Proximity Adjustment</button>
+                onClick="aoupa_grid.showCreateDialog()">[% l('New OU Proximity Adjustment') %]</button>
             <button dojoType="dijit.form.Button"
-                onClick="aoupa_grid.deleteSelected()">Delete Selected</button>
+                onClick="aoupa_grid.deleteSelected()">[% l('Delete Selected') %]</button>
         </div>
     </div>
     <div>
-        Show adjustments involving this branch or deeper:
+        [% l('Show adjustments involving this branch or deeper:') %]
         <select dojoType="openils.widget.OrgUnitFilteringSelect"
             jsId="context_org_selector"></select>
     </div>

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

Summary of changes:
 .../config/org_unit_proximity_adjustment.tt2       |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list