aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/base/layout/field/array.tt
diff options
context:
space:
mode:
Diffstat (limited to 'share/skin/base/layout/field/array.tt')
-rw-r--r--share/skin/base/layout/field/array.tt20
1 files changed, 20 insertions, 0 deletions
diff --git a/share/skin/base/layout/field/array.tt b/share/skin/base/layout/field/array.tt
new file mode 100644
index 0000000..2b049b5
--- /dev/null
+++ b/share/skin/base/layout/field/array.tt
@@ -0,0 +1,20 @@
+=for layout widget
+
+[% label %]
+[% list %]
+
+=for layout label
+
+<strong > [% content | html %]: </strong>
+
+=for layout list
+
+<ul>
+[% content %]
+</ul>
+
+=for layout item
+
+<li>[% content | html %]</li>
+
+=cut \ No newline at end of file