From 30096667a05670ba6c3a80eb3038be905c66f2d3 Mon Sep 17 00:00:00 2001 From: Lebbeous Fogle-Weekley Date: Tue, 18 Feb 2014 12:15:18 -0500 Subject: [PATCH] LP#1272074 Physical Characteristics Wizard for the MARC Editor (Part II) These files should have been in the other commit with the above title, but I lost them in a rebase effort. Signed-off-by: Dan Wells --- .../web/js/dojo/openils/widget/PhysCharWizard.js | 523 +++++++++++++++++++++ .../js/dojo/openils/widget/nls/PhysCharWizard.js | 15 + 2 files changed, 538 insertions(+) create mode 100644 Open-ILS/web/js/dojo/openils/widget/PhysCharWizard.js create mode 100644 Open-ILS/web/js/dojo/openils/widget/nls/PhysCharWizard.js diff --git a/Open-ILS/web/js/dojo/openils/widget/PhysCharWizard.js b/Open-ILS/web/js/dojo/openils/widget/PhysCharWizard.js new file mode 100644 index 0000000000..daae2b1d4c --- /dev/null +++ b/Open-ILS/web/js/dojo/openils/widget/PhysCharWizard.js @@ -0,0 +1,523 @@ +if (!dojo._hasResource["openils.widget.PhysCharWizard"]) { + dojo._hasResource["openils.widget.PhysCharWizard"] = true; + + dojo.provide("openils.widget.PhysCharWizard"); + dojo.require("dojo.string"); + dojo.require("openils.User"); + dojo.require("openils.Util"); + dojo.require("openils.PermaCrud"); + dojo.requireLocalization("openils.widget", "PhysCharWizard"); + + (function() { /* Namespace protection so we can still make little helpers + within our own bubble */ + + var _xhtml_ns = "http://www.w3.org/1999/xhtml"; + + function _show_button(n, yes) { /* yet another hide/reveal thing */ + /* This is a re-invented wheel, but I was having trouble + * getting my