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.tt4
1 files changed, 3 insertions, 1 deletions
diff --git a/share/skin/base/layout/field/collection.tt b/share/skin/base/layout/field/collection.tt
index 47244e7..abd7e56 100644
--- a/share/skin/base/layout/field/collection.tt
+++ b/share/skin/base/layout/field/collection.tt
@@ -5,13 +5,15 @@
=for layout label_box
-<strong> [% label %]: </strong>
+<span class="field_collection_label_box"> [% label %]: </span>
=for layout list
+<div id="collection_list">
<ul>
[% call_next %]
</ul>
+</div>
=for layout item