From 0311148cde4d1792b92d2219745e53223d7d8207 Mon Sep 17 00:00:00 2001 From: Joseph Lewis Date: Mon, 16 Jul 2012 15:00:37 -0600 Subject: [PATCH] Updated _Calendar to Calendar. Signed-off-by: Joseph Lewis --- Open-ILS/examples/openils.profile.js | 8 ++++---- Open-ILS/web/js/dojo/openils/vandelay/TreeDndSource.js | 4 ++-- Open-ILS/web/opac/skin/default/xml/body.xml | 2 +- Open-ILS/web/opac/skin/default/xml/home/index_body.xml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Open-ILS/examples/openils.profile.js b/Open-ILS/examples/openils.profile.js index 24329fab9b..d85125d4af 100644 --- a/Open-ILS/examples/openils.profile.js +++ b/Open-ILS/examples/openils.profile.js @@ -3,7 +3,7 @@ dependencies = { name: "openils_all_opac_dojo.js", dependencies: [ - "dijit._Calendar", + "dijit.Calendar", "dijit.Menu", "dojo.io.script", "dijit.Dialog", @@ -87,7 +87,7 @@ dependencies = { },{ name: "openils_full_dojo.js", dependencies: [ - "dijit._Calendar", + "dijit.Calendar", "dijit.Dialog", "dijit.form.Button", "dijit.form.CheckBox", @@ -151,7 +151,7 @@ dependencies = { },{ name: "openils_opac_dojo.js", dependencies: [ - "dijit._Calendar", + "dijit.Calendar", "dijit.Dialog", "dijit.form.Button", "dijit.form.DateTextBox", @@ -167,7 +167,7 @@ dependencies = { },{ name: "openils_dojo.js", dependencies: [ - "dijit._Calendar", + "dijit.Calendar", "dijit.Dialog", "dijit.form.Button", "dijit.form.DateTextBox", diff --git a/Open-ILS/web/js/dojo/openils/vandelay/TreeDndSource.js b/Open-ILS/web/js/dojo/openils/vandelay/TreeDndSource.js index 7dd9fa5f52..d33623cfee 100644 --- a/Open-ILS/web/js/dojo/openils/vandelay/TreeDndSource.js +++ b/Open-ILS/web/js/dojo/openils/vandelay/TreeDndSource.js @@ -1,12 +1,12 @@ dojo.provide("openils.vandelay.TreeDndSource"); -dojo.require("dijit._tree.dndSource"); +dojo.require("dijit.tree.dndSource"); /* This class specifically serves the eg/vandelay/match_set interface * for editing Vandelay Match Set trees. It should probably have a more * specific name that reflects that. */ dojo.declare( - "openils.vandelay.TreeDndSource", dijit._tree.dndSource, { + "openils.vandelay.TreeDndSource", dijit.tree.dndSource, { "_is_replaceable": function(spoint, dpoint, disroot) { /* An OP can replace anything, but non-OPs can only replace other * non-OPs. diff --git a/Open-ILS/web/opac/skin/default/xml/body.xml b/Open-ILS/web/opac/skin/default/xml/body.xml index 3325a26b80..1b3fc0c7ce 100644 --- a/Open-ILS/web/opac/skin/default/xml/body.xml +++ b/Open-ILS/web/opac/skin/default/xml/body.xml @@ -48,7 +48,7 @@