aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/default/layout/collection
diff options
context:
space:
mode:
Diffstat (limited to 'share/skin/default/layout/collection')
-rw-r--r--share/skin/default/layout/collection/grid.tt37
-rw-r--r--share/skin/default/layout/collection/grid/member.tt11
-rw-r--r--share/skin/default/layout/collection/grid/member/with_actions.tt12
3 files changed, 0 insertions, 60 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
diff --git a/share/skin/default/layout/collection/grid/member.tt b/share/skin/default/layout/collection/grid/member.tt
deleted file mode 100644
index 9cf24e2..0000000
--- a/share/skin/default/layout/collection/grid/member.tt
+++ /dev/null
@@ -1,11 +0,0 @@
-=for layout widget
-
-<tr>
- [% field_list %]
-</tr>
-
-=for layout field
-
-<td>[% call_next %]</td>
-
-=cut
diff --git a/share/skin/default/layout/collection/grid/member/with_actions.tt b/share/skin/default/layout/collection/grid/member/with_actions.tt
deleted file mode 100644
index a0bca88..0000000
--- a/share/skin/default/layout/collection/grid/member/with_actions.tt
+++ /dev/null
@@ -1,12 +0,0 @@
-=extends collection/grid/member
-
-=for layout field_list
-
-[% call_next %]
-[% actions %]
-
-=for layout action
-
-<td>[% call_next %]</td>
-
-=cut