summaryrefslogtreecommitdiffstats
path: root/module/web/templates
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/templates')
-rwxr-xr-xmodule/web/templates/default/backbone/pluginChooserDialog.html23
-rw-r--r--module/web/templates/default/settings.html6
2 files changed, 26 insertions, 3 deletions
diff --git a/module/web/templates/default/backbone/pluginChooserDialog.html b/module/web/templates/default/backbone/pluginChooserDialog.html
new file mode 100755
index 000000000..02284d0e6
--- /dev/null
+++ b/module/web/templates/default/backbone/pluginChooserDialog.html
@@ -0,0 +1,23 @@
+{% extends 'default/backbone/modal.html' %}
+{% block header %}
+ Choose a plugin
+{% endblock %}
+{% block content %}
+ <form class="form-horizontal" action="#" xmlns="http://www.w3.org/1999/html">
+ <legend>
+ Please choose a plugin, which you want to configure
+ </legend>
+ <div class="control-group">
+ <label class="control-label" for="pluginSelect">
+ Plugin
+ </label>
+ <div class="controls">
+ <input type="hidden" id="pluginSelect">
+ </div>
+ </div>
+ </form>
+{% endblock %}
+{% block buttons %}
+ <a href="#" class="btn btn-success btn-add">Add</a>
+ <a href="#" class="btn btn-close">Close</a>
+{% endblock %} \ No newline at end of file
diff --git a/module/web/templates/default/settings.html b/module/web/templates/default/settings.html
index ea570af0f..bee583dbf 100644
--- a/module/web/templates/default/settings.html
+++ b/module/web/templates/default/settings.html
@@ -58,9 +58,9 @@
{% endblock %}
{% block actionbar %}
- {# <ul class="actionbar nav nav-pills span9">#}
- {# <li>Add Plugin</li>#}
- {# </ul>#}
+ <span class="span9">
+ <button class="btn btn-small btn-blue btn-add">Add Plugin</button>
+ </span>
{% endblock %}
{% block content %}