aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-07-31 12:02:17 +0000
committerwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-07-31 12:02:17 +0000
commit372fcc324af7c081194fe09ae72d4607d6a370ac (patch)
tree3816f789b70b05f7071ff58aa89f1739dee798c1 /share
parentdfed49732b9c4594f104d4fc074c421fc8e7df4c (diff)
downloadreaction-372fcc324af7c081194fe09ae72d4607d6a370ac.tar.gz
reaction-372fcc324af7c081194fe09ae72d4607d6a370ac.zip
fixes for base collection widget+template
Diffstat (limited to 'share')
-rw-r--r--share/skin/base/layout/collection.tt10
1 files changed, 10 insertions, 0 deletions
diff --git a/share/skin/base/layout/collection.tt b/share/skin/base/layout/collection.tt
index 3923838..6becfb1 100644
--- a/share/skin/base/layout/collection.tt
+++ b/share/skin/base/layout/collection.tt
@@ -1,7 +1,17 @@
=for layout widget
+[% header %]
+[% body %]
+[% footer %]
+
+=for layout body
+
<div class="collection_members">
[% members %]
</div>
+=for layout footer
+
+[% actions %]
+
=cut