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

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

=for layout label

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

=for layout field

[% call_next %]

=cut