From: miker Date: Thu, 17 Apr 2008 05:28:05 +0000 (+0000) Subject: pull in my own requirements X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=208613aea5e22922805f960a925820ac38c48606;p=Evergreen.git pull in my own requirements git-svn-id: svn://svn.open-ils.org/ILS/trunk@9371 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/conify/global/actor/org_unit_type.html b/Open-ILS/web/conify/global/actor/org_unit_type.html index 0818da7175..029dba48c7 100644 --- a/Open-ILS/web/conify/global/actor/org_unit_type.html +++ b/Open-ILS/web/conify/global/actor/org_unit_type.html @@ -120,6 +120,7 @@ right_pane_toggler.show(); current_type = item; + current_fm_type = new aout().fromStoreItem(item); highlighter.editor_pane.green.play(); status_update( 'Now editing ' + this.store.getValue( item, 'name' ) ); @@ -191,6 +192,7 @@ } + @@ -203,6 +205,7 @@ } + diff --git a/Open-ILS/web/conify/global/actor/org_unit_type.js b/Open-ILS/web/conify/global/actor/org_unit_type.js index e297c723a0..dcb7d7d969 100644 --- a/Open-ILS/web/conify/global/actor/org_unit_type.js +++ b/Open-ILS/web/conify/global/actor/org_unit_type.js @@ -16,6 +16,7 @@ */ dojo.require('fieldmapper.dojoData'); +dojo.require('openils.I18N'); dojo.require('dojo.parser'); dojo.require('dojo.data.ItemFileWriteStore'); dojo.require('dojo.date.stamp'); @@ -40,6 +41,7 @@ var ses = cookieManager.read('ses') || cgi.param('ses'); var pCRUD = new OpenSRF.ClientSession('open-ils.permacrud'); var current_type; +var current_fm_type; var virgin_out_id = -1; var highlighter = {}; diff --git a/Open-ILS/web/js/dojo/openils/I18N.js b/Open-ILS/web/js/dojo/openils/I18N.js index f118045903..a35995aace 100644 --- a/Open-ILS/web/js/dojo/openils/I18N.js +++ b/Open-ILS/web/js/dojo/openils/I18N.js @@ -24,6 +24,11 @@ if(!dojo._hasResource["openils.I18N"]) { dojo.require("dojo.data.ItemFileWriteStore"); dojo.require("dijit._Widget"); dojo.require("dijit._Templated"); + dojo.require("dijit.layout.ContentPane"); + dojo.require("dijit.Dialog"); + dojo.require("dijit.form.Button"); + dojo.require("dijit.form.TextBox"); + dojo.require("dijit.form.ComboBox"); dojo.declare('openils.I18N', null, {});