aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/base/layout/field/collection.tt
diff options
context:
space:
mode:
authorwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-07-22 23:29:04 +0000
committerwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-07-22 23:29:04 +0000
commit3d113b44c6d9f321d49e815898870c449837d3a8 (patch)
tree00f6d6f712921be9c74032e7968d9f350d756b71 /share/skin/base/layout/field/collection.tt
parent82ba85489512041cd2fbe8c44162dd594e1d40d3 (diff)
downloadreaction-3d113b44c6d9f321d49e815898870c449837d3a8.tar.gz
reaction-3d113b44c6d9f321d49e815898870c449837d3a8.zip
fixes for fields
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