summaryrefslogtreecommitdiff
path: root/templates/apps
diff options
context:
space:
mode:
Diffstat (limited to 'templates/apps')
-rw-r--r--templates/apps/name/acls.html9
-rw-r--r--templates/apps/name/delete.html2
2 files changed, 6 insertions, 5 deletions
diff --git a/templates/apps/name/acls.html b/templates/apps/name/acls.html
index a514b91..32c47c4 100644
--- a/templates/apps/name/acls.html
+++ b/templates/apps/name/acls.html
@@ -24,12 +24,13 @@
</div>
{% endfor %}
</div>
-<div class="ilist button">
- <ul>
- <li><a href="/name/{{name.id}}/acl/0/add">Add Permission</a></li>
+<div class="ui-helper-reset ui-widget ui-widget-content ui-corner-all infopanel">
+ <ul class="ilist">
+ <li class="button"><a href="/name/{{name.id}}/acl/0/add">Add Permission</a></li>
{% if name %}
- <li style="float: right;"><input type="button" onClick="document.location='{{name.url}}'" value="Cancel"/></li>
+ <li class="button" style="float: right;"><input type="button" onClick="document.location='{{name.url}}'" value="Cancel"/></li>
{% endif %}
</ul>
+ <div class="clear"></div>
</div>
{% endblock %} \ No newline at end of file
diff --git a/templates/apps/name/delete.html b/templates/apps/name/delete.html
index e9074b0..8174aea 100644
--- a/templates/apps/name/delete.html
+++ b/templates/apps/name/delete.html
@@ -1,6 +1,6 @@
{% extends "edit_fieldsets.html" %}
{% block widgets %}
- $('#form').formwizard({
+ $('#wizard').formwizard({
validationEnabled: true,
focusFirstInput: true,
textSubmit: "Finish"