fixes for field template
[catagits/Reaction.git] / share / skin / base / layout / action.tt
CommitLineData
5a1a893e 1=for layout widget
2
f4f019bc 3<div class="action_form">
057a6f24 4 <form action="" method="[% method %]" enctype="multipart/form-data">
5a1a893e 5 [% header %]
6bc27bd3 6 [% field_list %]
5a1a893e 7 [% buttons %]
8 [% footer %]
9 </form>
70737b6e 10</div>
5a1a893e 11
12=for layout header
13
6bc27bd3 14=for layout field_list
5a1a893e 15
f4f019bc 16<div class="action_field_list">
70737b6e 17 [% call_next %]
18</div>
6ab43711 19
20=for layout field
21
39733b97 22[% call_next %]
5a1a893e 23
664d660c 24=for layout buttons
25 [% message %]
26 [% ok_button_fragment %]
27 [% apply_button_fragment %]
28 [% cancel_button_fragment %]
29
2a7dc923 30=for layout message_layout
31
32<span class="action_message">[% as_string %]</span>
33
f3c72687 34=for layout standard_button
35
26ff73d7 36<span class="action_button">
f3c72687 37 <input type="submit" class="button" name="[% event_id %]" value="[% label %]" />
26ff73d7 38</span>
f3c72687 39
664d660c 40=for layout ok_button
41
f3c72687 42[% standard_button %]
664d660c 43
44=for layout apply_button
45
f3c72687 46[% standard_button %]
664d660c 47
48=for layout cancel_button
49
f3c72687 50[% standard_button %]
664d660c 51
5a1a893e 52=for layout footer
53
5a1a893e 54=cut