summaryrefslogtreecommitdiff
path: root/templates/apps
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-06-14 17:46:19 +0200
committerLeif Johansson <leifj@sunet.se>2011-06-14 17:46:19 +0200
commit7008f9fc77385fcb25e3ae704d0548216c83805e (patch)
tree5b0b90721de4602aa7580ef4d0b2ca112cc5d900 /templates/apps
parent827008bae2a1bec2cf6ac30492e20fd9f270a208 (diff)
tabbed edit
Diffstat (limited to 'templates/apps')
-rw-r--r--templates/apps/name/edit.html13
1 files changed, 2 insertions, 11 deletions
diff --git a/templates/apps/name/edit.html b/templates/apps/name/edit.html
index d963048..80177c1 100644
--- a/templates/apps/name/edit.html
+++ b/templates/apps/name/edit.html
@@ -1,15 +1,6 @@
-{% extends "edit_fieldsets.html" %}
+{% extends "edit_fieldsets_tabs.html" %}
{% block widgets %}
$('#id_expires').datepicker({'dateFormat': 'yy-mm-dd','timeFormat': 'hh:ii:ss'});
$('#id_description').wysiwyg();
- $('#wizard').formwizard({
- validationEnabled: true,
- focusFirstInput: true,
- textSubmit: "Finish",
- validationOptions: {
- rules: {
- short: 'required'
- }
- }
- });
+ $('#tabs').tabs();
{% endblock %} \ No newline at end of file