cleanup for list_view in base skin
[catagits/Reaction.git] / share / skin / default / layout / collection / grid.tt
diff --git a/share/skin/default/layout/collection/grid.tt b/share/skin/default/layout/collection/grid.tt
new file mode 100644 (file)
index 0000000..ecfc7d6
--- /dev/null
@@ -0,0 +1,33 @@
+=extends NEXT
+
+=for layout widget
+
+<table>
+  [% call_next %]
+</table>
+
+=for layout header
+
+<thead>
+  [% call_next %]
+</thead>
+
+=for layout header_row
+
+<tr>
+  [% call_next %]
+</tr>
+
+=for layout header_cell
+
+<th> [% call_next %] </th>
+
+=for layout body
+
+<tbody>
+
+  [% call_next %]
+
+</tbody>
+
+=cut