aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/base/layout/field/collection.tt
blob: abd7e563199e14baec1b90d78c35588bedd50280 (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 id="collection_list">
<ul>
[% call_next %]
</ul>
</div>

=for layout item

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

=cut