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.tt10
1 files changed, 4 insertions, 6 deletions
diff --git a/share/skin/base/layout/action.tt b/share/skin/base/layout/action.tt
index 6fda5a1..5ef48cd 100644
--- a/share/skin/base/layout/action.tt
+++ b/share/skin/base/layout/action.tt
@@ -3,7 +3,7 @@
<div class="action_form">
<form action="" method="[% method %]" enctype="multipart/form-data">
[% header %]
- [% field_list %]
+ [% container_list %]
[% buttons %]
[% footer %]
</form>
@@ -11,13 +11,11 @@
=for layout header
-=for layout field_list
+=for layout container_list
-<div class="action_field_list">
- [% call_next %]
-</div>
+[% call_next %]
-=for layout field
+=for layout container
[% call_next %]