From: Lebbeous Fogle-Weekley Date: Tue, 18 Feb 2014 17:15:18 +0000 (-0500) Subject: LP#1272074 Physical Characteristics Wizard for the MARC Editor (Part II) X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=30096667a05670ba6c3a80eb3038be905c66f2d3;p=evergreen%2Fpines.git 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 --- 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