renaming widget packages to match new viewports
[catagits/Reaction.git] / share / skin / default / layout / display_field / collection.tt
1 =for layout widget
2
3 [% label_box %]
4 [% list  %]
5
6 =for layout label_box
7
8 <strong> [% label %]: </strong>
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