aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/default/layout/display_field/collection.tt
diff options
context:
space:
mode:
Diffstat (limited to 'share/skin/default/layout/display_field/collection.tt')
-rw-r--r--share/skin/default/layout/display_field/collection.tt10
1 files changed, 5 insertions, 5 deletions
diff --git a/share/skin/default/layout/display_field/collection.tt b/share/skin/default/layout/display_field/collection.tt
index 3bc65a9..47244e7 100644
--- a/share/skin/default/layout/display_field/collection.tt
+++ b/share/skin/default/layout/display_field/collection.tt
@@ -1,20 +1,20 @@
=for layout widget
-[% label %]
+[% label_box %]
[% list %]
-=for layout label
+=for layout label_box
-<strong > [% content | html %]: </strong>
+<strong> [% label %]: </strong>
=for layout list
<ul>
-[% content %]
+[% call_next %]
</ul>
=for layout item
-<li>[% content | html %]</li>
+<li>[% name %]</li>
=cut