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.tt21
1 files changed, 7 insertions, 14 deletions
diff --git a/share/skin/base/layout/action.tt b/share/skin/base/layout/action.tt
index 67d6c37..6be075f 100644
--- a/share/skin/base/layout/action.tt
+++ b/share/skin/base/layout/action.tt
@@ -1,11 +1,13 @@
=for layout widget
+<div id="action_form">
<form action="" method="post" enctype="multipart/form-data">
[% header %]
[% field_list %]
[% buttons %]
[% footer %]
</form>
+</div>
=for layout header
@@ -13,15 +15,17 @@
=for layout field_list
-<p> [% call_next %] </p>
+<div id="action_field_list">
+ [% call_next %]
+</div>
=for layout field
-[% call_next %] <br />
+[% call_next %]
=for layout message_layout
- <span>[% message %]</span> <br />
+ <span class="action_message">[% message %]</span>
=for layout buttons
[% message %]
@@ -45,17 +49,6 @@
[% standard_button %]
-=for layout whut
-
- [% IF (viewport.ordered_fields.size != 0) && allowed_events.grep('^apply$').size; %]
- <input type="submit" name="[% viewport.event_id_for('apply') | html%]" value="[% apply_label %]" />
- [% END; %]
-
- [% IF allowed_events.grep('^close$').size; %]
- <input type="submit" name="[% viewport.event_id_for('close') | html%]" value="[% close_label %]" />
- [% END; %]
- <br />
-
=for layout footer
<!-- footer -->