From 34dd7daf8e6f7fae99866356406b4f055b9ab606 Mon Sep 17 00:00:00 2001 From: miker Date: Thu, 17 Apr 2008 18:54:50 +0000 Subject: [PATCH 1/1] locale parsing based on URL knowledge (because apache is not helping); aou.name translation support git-svn-id: svn://svn.open-ils.org/ILS/trunk@9373 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/conify/global/actor/org_unit.html | 18 ++++++++++++++++-- Open-ILS/web/conify/global/actor/org_unit.js | 1 + .../web/conify/global/actor/org_unit_type.html | 11 ++++++++++- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/Open-ILS/web/conify/global/actor/org_unit.html b/Open-ILS/web/conify/global/actor/org_unit.html index b250faa666..1264bd5e60 100644 --- a/Open-ILS/web/conify/global/actor/org_unit.html +++ b/Open-ILS/web/conify/global/actor/org_unit.html @@ -51,7 +51,16 @@ - + + + @@ -155,6 +164,7 @@ right_pane_toggler.show(); current_ou = item; + window.current_fm_ou = new aou().fromStoreItem(item); highlighter.editor_pane.green.play(); status_update( 'Now editing ' + this.store.getValue( item, 'name' ) ); @@ -222,6 +232,7 @@ if (current_ou) ou_list_store.setValue( current_ou, "name", this.getValue() ); + @@ -530,7 +541,10 @@
- + +
TypeType + + Valid - + + + -- 2.43.2