aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/default/layout/action.tt
blob: e1b003f3cb6ea4ef20c77901c399091dd8b119ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
=extends NEXT

=for layout widget

<div class="action_form">
  [% call_next %]
</div>

=for layout container

[% call_next %] <br />

=for layout message_layout

[% call_next %] <br />

=cut