message and error message support. why has this been missing for so long?
[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 %]
599c1172 6 [% container_list %]
5a1a893e 7 [% buttons %]
8 [% footer %]
9 </form>
70737b6e 10</div>
5a1a893e 11
12=for layout header
13
e29819c4 14[% error_message %]
15
599c1172 16=for layout container_list
5a1a893e 17
599c1172 18[% call_next %]
6ab43711 19
599c1172 20=for layout container
6ab43711 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
e29819c4 32<span class="action_message">[% message_string %]</span>
33
34=for layout message_layout
35
36<span class="action_error_message">[% message_string %]</span>
2a7dc923 37
f3c72687 38=for layout standard_button
39
26ff73d7 40<span class="action_button">
f3c72687 41 <input type="submit" class="button" name="[% event_id %]" value="[% label %]" />
26ff73d7 42</span>
f3c72687 43
664d660c 44=for layout ok_button
45
f3c72687 46[% standard_button %]
664d660c 47
48=for layout apply_button
49
f3c72687 50[% standard_button %]
664d660c 51
52=for layout cancel_button
53
f3c72687 54[% standard_button %]
664d660c 55
5a1a893e 56=for layout footer
57
5a1a893e 58=cut