]> git.wh0rd.org - tt-rss.git/blobdiff - lib/dijit/templates/actionBar.html
lib: Upgrade Dojo and Dijit from 1.8.3 to 1.12.1
[tt-rss.git] / lib / dijit / templates / actionBar.html
diff --git a/lib/dijit/templates/actionBar.html b/lib/dijit/templates/actionBar.html
new file mode 100644 (file)
index 0000000..d428709
--- /dev/null
@@ -0,0 +1,5 @@
+<div class='dijitDialogPaneActionBar' data-dojo-attach-point="actionBarNode">
+       <button data-dojo-type='dijit/form/Button' type='submit' data-dojo-attach-point="okButton"></button>
+       <button data-dojo-type='dijit/form/Button' type='button'
+                       data-dojo-attach-point="cancelButton" data-dojo-attach-event='click:onCancel'></button>
+</div>