aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/default/layout/field/collection.tt
diff options
context:
space:
mode:
Diffstat (limited to 'share/skin/default/layout/field/collection.tt')
-rw-r--r--share/skin/default/layout/field/collection.tt17
1 files changed, 15 insertions, 2 deletions
diff --git a/share/skin/default/layout/field/collection.tt b/share/skin/default/layout/field/collection.tt
index cb76a86..47244e7 100644
--- a/share/skin/default/layout/field/collection.tt
+++ b/share/skin/default/layout/field/collection.tt
@@ -1,7 +1,20 @@
-=extends NEXT
+=for layout widget
+
+[% label_box %]
+[% list %]
=for layout label_box
- [% label %]:
+<strong> [% label %]: </strong>
+
+=for layout list
+
+<ul>
+[% call_next %]
+</ul>
+
+=for layout item
+
+<li>[% name %]</li>
=cut