aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/default/layout/field/collection.tt
blob: 16789bfd66b1402f944b4d494ce14b19d4d667cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
=extends NEXT

=for layout label_box

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

=for layout list

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

=cut