fixes for templates
wreis [Wed, 29 Jul 2009 11:45:36 +0000 (11:45 +0000)]
share/skin/base/layout/collection/grid/member.tt
share/skin/base/layout/object.tt
share/skin/default/layout/collection/grid/member.tt

index 377f97c..a73a2a7 100644 (file)
@@ -2,6 +2,11 @@
 
 [% field_list %]
 
+=for layout field_list
+
+[% call_next %]
+[% actions %]
+
 =for layout field
 
 [% call_next %]
index 2a7f37e..0ef9438 100644 (file)
@@ -11,9 +11,4 @@
 [% call_next %]
 [% actions %]
 
-=for layout action
-
-[% call_next %]
-
 =cut
-
index f0583d7..13e29c3 100644 (file)
@@ -10,4 +10,8 @@
 
 <td>[% call_next %]</td>
 
+=for layout action
+
+<td>[% call_next %]</td>
+
 =cut