aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/base/layout/field/collection.tt
diff options
context:
space:
mode:
Diffstat (limited to 'share/skin/base/layout/field/collection.tt')
-rw-r--r--share/skin/base/layout/field/collection.tt20
1 files changed, 20 insertions, 0 deletions
diff --git a/share/skin/base/layout/field/collection.tt b/share/skin/base/layout/field/collection.tt
new file mode 100644
index 0000000..47244e7
--- /dev/null
+++ b/share/skin/base/layout/field/collection.tt
@@ -0,0 +1,20 @@
+=for layout widget
+
+[% label_box %]
+[% list %]
+
+=for layout label_box
+
+<strong> [% label %]: </strong>
+
+=for layout list
+
+<ul>
+[% call_next %]
+</ul>
+
+=for layout item
+
+<li>[% name %]</li>
+
+=cut