]> git.pond.sub.org Git - eow/blobdiff - static/dojo-release-1.1.1/dojox/widget/Wizard/Wizard.html
Replace Dojo with jQuery
[eow] / static / dojo-release-1.1.1 / dojox / widget / Wizard / Wizard.html
diff --git a/static/dojo-release-1.1.1/dojox/widget/Wizard/Wizard.html b/static/dojo-release-1.1.1/dojox/widget/Wizard/Wizard.html
deleted file mode 100644 (file)
index 1ae6a1e..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<div class="dojoxWizard" dojoAttachPoint="wizardNode">
-    <div class="dojoxWizardContainer" dojoAttachPoint="containerNode"></div>
-    <div class="dojoxWizardButtons" dojoAttachPoint="wizardNav">
-        <button dojoType="dijit.form.Button" dojoAttachPoint="previousButton">${previousButtonLabel}</button>
-        <button dojoType="dijit.form.Button" dojoAttachPoint="nextButton">${nextButtonLabel}</button>
-        <button dojoType="dijit.form.Button" dojoAttachPoint="doneButton" style="display:none">${doneButtonLabel}</button>
-        <button dojoType="dijit.form.Button" dojoAttachPoint="cancelButton">${cancelButtonLabel}</button>
-    </div>
-</div>