aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/base/layout/collection/grid
diff options
context:
space:
mode:
Diffstat (limited to 'share/skin/base/layout/collection/grid')
-rw-r--r--share/skin/base/layout/collection/grid/member.tt6
-rw-r--r--share/skin/base/layout/collection/grid/member/with_actions.tt2
2 files changed, 3 insertions, 5 deletions
diff --git a/share/skin/base/layout/collection/grid/member.tt b/share/skin/base/layout/collection/grid/member.tt
index 9cf24e2..377f97c 100644
--- a/share/skin/base/layout/collection/grid/member.tt
+++ b/share/skin/base/layout/collection/grid/member.tt
@@ -1,11 +1,9 @@
=for layout widget
-<tr>
- [% field_list %]
-</tr>
+[% field_list %]
=for layout field
-<td>[% call_next %]</td>
+[% call_next %]
=cut
diff --git a/share/skin/base/layout/collection/grid/member/with_actions.tt b/share/skin/base/layout/collection/grid/member/with_actions.tt
index a0bca88..e7ba750 100644
--- a/share/skin/base/layout/collection/grid/member/with_actions.tt
+++ b/share/skin/base/layout/collection/grid/member/with_actions.tt
@@ -7,6 +7,6 @@
=for layout action
-<td>[% call_next %]</td>
+[% call_next %]
=cut