]> git.pond.sub.org Git - eow/blobdiff - static/dojo-release-1.1.1/dijit/templates/Dialog.html
Replace Dojo with jQuery
[eow] / static / dojo-release-1.1.1 / dijit / templates / Dialog.html
diff --git a/static/dojo-release-1.1.1/dijit/templates/Dialog.html b/static/dojo-release-1.1.1/dijit/templates/Dialog.html
deleted file mode 100644 (file)
index f3a2e5c..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<div class="dijitDialog" tabindex="-1" waiRole="dialog" waiState="labelledby-${id}_title">
-       <div dojoAttachPoint="titleBar" class="dijitDialogTitleBar">
-       <span dojoAttachPoint="titleNode" class="dijitDialogTitle" id="${id}_title">${title}</span>
-       <span dojoAttachPoint="closeButtonNode" class="dijitDialogCloseIcon" dojoAttachEvent="onclick: onCancel">
-               <span dojoAttachPoint="closeText" class="closeText">x</span>
-       </span>
-       </div>
-               <div dojoAttachPoint="containerNode" class="dijitDialogPaneContent"></div>
-</div>