aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/default/layout/field/collection.tt
diff options
context:
space:
mode:
authorwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-05-27 18:19:52 +0000
committerwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-05-27 18:19:52 +0000
commitf38511c5ebf5947ce2a22fe72ec27c16631def86 (patch)
tree9595e03c133ca6cc70cc0f5d5e5a0bf55b8ba881 /share/skin/default/layout/field/collection.tt
parent201baa3103a916699cab1ade9d67a34c32ae19d1 (diff)
downloadreaction-f38511c5ebf5947ce2a22fe72ec27c16631def86.tar.gz
reaction-f38511c5ebf5947ce2a22fe72ec27c16631def86.zip
changed approach as requested by mdk
Diffstat (limited to 'share/skin/default/layout/field/collection.tt')
-rw-r--r--share/skin/default/layout/field/collection.tt17
1 files changed, 15 insertions, 2 deletions
diff --git a/share/skin/default/layout/field/collection.tt b/share/skin/default/layout/field/collection.tt
index cb76a86..47244e7 100644
--- a/share/skin/default/layout/field/collection.tt
+++ b/share/skin/default/layout/field/collection.tt
@@ -1,7 +1,20 @@
-=extends NEXT
+=for layout widget
+
+[% label_box %]
+[% list %]
=for layout label_box
- [% label %]:
+<strong> [% label %]: </strong>
+
+=for layout list
+
+<ul>
+[% call_next %]
+</ul>
+
+=for layout item
+
+<li>[% name %]</li>
=cut