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.tt20
1 files changed, 0 insertions, 20 deletions
diff --git a/share/skin/default/layout/field/collection.tt b/share/skin/default/layout/field/collection.tt
deleted file mode 100644
index 47244e7..0000000
--- a/share/skin/default/layout/field/collection.tt
+++ /dev/null
@@ -1,20 +0,0 @@
-=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