work in progress, listview still broken
[catagits/Reaction.git] / share / skin / default / layout / collection / grid.tt
similarity index 75%
rename from share/skin/default/layout/grid_view.tt
rename to share/skin/default/layout/collection/grid.tt
index 310fe66..bfde10d 100644 (file)
 
 [% label %]
 
-=for layout footer
-
-<tfoot>
-  [% footer_row %]
-</tfoot>
-
-=for layout footer_row
-
-[% header_row %]
-
 =for layout body
 
 <tbody>
-  [% body_rows %]
+
+  [% members %]
+
 </tbody>
 
 =cut