aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/base/layout/action.tt
diff options
context:
space:
mode:
authorwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-09-15 15:36:30 +0000
committerwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-09-15 15:36:30 +0000
commit28d2d47d3d0780bf8a8841f6168cec263900ed8e (patch)
treec9fdd41612567c378c50be0775be6de62172f074 /share/skin/base/layout/action.tt
parent13070d3447af4f02bee3e139744440c433755f6f (diff)
downloadreaction-28d2d47d3d0780bf8a8841f6168cec263900ed8e.tar.gz
reaction-28d2d47d3d0780bf8a8841f6168cec263900ed8e.zip
no divs in base skin
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