aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/base/layout/action.tt
diff options
context:
space:
mode:
Diffstat (limited to 'share/skin/base/layout/action.tt')
-rw-r--r--share/skin/base/layout/action.tt14
1 files changed, 6 insertions, 8 deletions
diff --git a/share/skin/base/layout/action.tt b/share/skin/base/layout/action.tt
index b5cb708..dba41d0 100644
--- a/share/skin/base/layout/action.tt
+++ b/share/skin/base/layout/action.tt
@@ -1,13 +1,11 @@
=for layout widget
-<div class="action_form">
- <form action="[% action %]" id="[% form_id %]" method="[% method %]" enctype="multipart/form-data">
- [% header %]
- [% container_list %]
- [% buttons %]
- [% footer %]
- </form>
-</div>
+<form action="[% action %]" id="[% form_id %]" method="[% method %]" enctype="multipart/form-data">
+ [% header %]
+ [% container_list %]
+ [% buttons %]
+ [% footer %]
+</form>
=for layout header