aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/base/layout/field/container.tt
blob: c504e554eb641ca2f1d3437b51d10e8a16171610 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
=for layout widget

<fieldset class="field_container">
  [% maybe_label %]
  [% field_list  %]
</fieldset>

=for layout label

<legend> [% label %] </legend>

=for layout field

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

=cut