aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/base/layout/field/container.tt
blob: 78bbdc08abc57de89cb850070cf0883d594b55ec (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

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

=cut