summaryrefslogtreecommitdiffstats
path: root/module/web/templates/default/backbone
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-09-16 21:45:10 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-09-16 21:45:10 +0200
commit6a8303b004e1976739371431aa7358c672ad7313 (patch)
tree108da54419661af1cd6edc860ec6494be61e7051 /module/web/templates/default/backbone
parenthigher low speed time, easier way to set curl options (diff)
downloadpyload-6a8303b004e1976739371431aa7358c672ad7313.tar.xz
added bootstrap
Diffstat (limited to 'module/web/templates/default/backbone')
-rw-r--r--module/web/templates/default/backbone/modal.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/module/web/templates/default/backbone/modal.html b/module/web/templates/default/backbone/modal.html
new file mode 100644
index 000000000..97a5a4d97
--- /dev/null
+++ b/module/web/templates/default/backbone/modal.html
@@ -0,0 +1,11 @@
+<div class="modal-header">
+ <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
+ <h3><%- header %></h3>
+</div>
+<div class="modal-body" tabindex="0">
+ <%- content %>
+</div>
+<div class="modal-footer">
+ <a href="#" class="btn btn-close">Close</a>
+ <a href="#" class="btn btn-primary">Save</a>
+</div> \ No newline at end of file