aboutsummaryrefslogtreecommitdiff
path: root/includes/js/dijit/templates/Dialog.html
diff options
context:
space:
mode:
Diffstat (limited to 'includes/js/dijit/templates/Dialog.html')
-rw-r--r--includes/js/dijit/templates/Dialog.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/includes/js/dijit/templates/Dialog.html b/includes/js/dijit/templates/Dialog.html
deleted file mode 100644
index f3a2e5c..0000000
--- a/includes/js/dijit/templates/Dialog.html
+++ /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>