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.tt4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/skin/base/layout/action.tt b/share/skin/base/layout/action.tt
index 33829b9..8a43b82 100644
--- a/share/skin/base/layout/action.tt
+++ b/share/skin/base/layout/action.tt
@@ -1,6 +1,6 @@
=for layout widget
-<div id="action_form">
+<div class="action_form">
<form action="" method="[% method %]" enctype="multipart/form-data">
[% header %]
[% field_list %]
@@ -13,7 +13,7 @@
=for layout field_list
-<div id="action_field_list">
+<div class="action_field_list">
[% call_next %]
</div>