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

[% label_box %]
[% list  %]

=for layout label_box

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

=for layout list

<div class="collection_list">
<ul>
[% call_next %]
</ul>
</div>

=for layout item

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

=cut