fixed message_layout for base/action.tt
[catagits/Reaction.git] / share / skin / base / layout / action.tt
CommitLineData
5a1a893e 1=for layout widget
2
70737b6e 3<div id="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
70737b6e 16<div id="action_field_list">
17 [% call_next %]
18</div>
6ab43711 19
20=for layout field
21
26ff73d7 22<span class="action_field">
23 [% call_next %]
24</span>
5a1a893e 25
664d660c 26=for layout buttons
27 [% message %]
28 [% ok_button_fragment %]
29 [% apply_button_fragment %]
30 [% cancel_button_fragment %]
31
2a7dc923 32=for layout message_layout
33
34<span class="action_message">[% as_string %]</span>
35
f3c72687 36=for layout standard_button
37
26ff73d7 38<span class="action_button">
f3c72687 39 <input type="submit" class="button" name="[% event_id %]" value="[% label %]" />
26ff73d7 40</span>
f3c72687 41
664d660c 42=for layout ok_button
43
f3c72687 44[% standard_button %]
664d660c 45
46=for layout apply_button
47
f3c72687 48[% standard_button %]
664d660c 49
50=for layout cancel_button
51
f3c72687 52[% standard_button %]
664d660c 53
5a1a893e 54=for layout footer
55
5a1a893e 56=cut