no divs in base skin
[catagits/Reaction.git] / share / skin / base / layout / field / collection.tt
1 =for layout widget
2
3 [% label_box %]
4 [% list  %]
5
6 =for layout label_box
7
8 <span class="field_collection_label_box"> [% label %]: </span>
9
10 =for layout list
11
12 <ul>
13   [% call_next %]
14 </ul>
15
16 =for layout item
17
18 <li>[% name %]</li>
19
20 =cut