aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/default/layout/collection/grid.tt
diff options
context:
space:
mode:
Diffstat (limited to 'share/skin/default/layout/collection/grid.tt')
-rw-r--r--share/skin/default/layout/collection/grid.tt37
1 files changed, 0 insertions, 37 deletions
diff --git a/share/skin/default/layout/collection/grid.tt b/share/skin/default/layout/collection/grid.tt
deleted file mode 100644
index bfde10d..0000000
--- a/share/skin/default/layout/collection/grid.tt
+++ /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