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

[% label_box %]
[% list  %]

=for layout label_box

<span class="field_collection_label_box"> [% label %]: </span>

=for layout list

<ul>
  [% call_next %]
</ul>

=for layout item

<li>[% name %]</li>

=cut