r5943@tabor: wallacer | 2008-05-02 17:30:59 -0300
[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
deleted file mode 100644 (file)
index bfde10d..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-=for layout widget
-
-<table>
-  [% header %]
-  [% body   %]
-  [% footer %]
-</table>
-
-=for layout header
-
-<thead>
-  [% header_row %]
-</thead>
-
-=for layout header_row
-
-<tr>
-  [% header_cells %]
-</tr>
-
-=for layout header_cell
-
-<th> [% header_cell_contents %] </th>
-
-=for layout header_cell_contents
-
-[% label %]
-
-=for layout body
-
-<tbody>
-
-  [% members %]
-
-</tbody>
-
-=cut