summaryrefslogtreecommitdiffstats
path: root/module/web/app/templates/default/dialogs/modal.html
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-06-09 18:10:22 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-06-09 18:10:23 +0200
commit16af85004c84d0d6c626b4f8424ce9647669a0c1 (patch)
tree025d479862d376dbc17e934f4ed20031c8cd97d1 /module/web/app/templates/default/dialogs/modal.html
parentadapted to jshint config (diff)
downloadpyload-16af85004c84d0d6c626b4f8424ce9647669a0c1.tar.xz
moved everything from module to pyload
Diffstat (limited to 'module/web/app/templates/default/dialogs/modal.html')
-rwxr-xr-xmodule/web/app/templates/default/dialogs/modal.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/module/web/app/templates/default/dialogs/modal.html b/module/web/app/templates/default/dialogs/modal.html
deleted file mode 100755
index 1e44cc99c..000000000
--- a/module/web/app/templates/default/dialogs/modal.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<div class="modal-header">
- <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
- <h3>Dialog</h3>
-</div>
-<div class="modal-body">
-</div>
-<div class="modal-footer">
- <a class="btn btn-close">Close</a>
- <a class="btn btn-primary">Save</a>
-</div> \ No newline at end of file