aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/default/layout/grid_view/entity/with_actions.tt
diff options
context:
space:
mode:
Diffstat (limited to 'share/skin/default/layout/grid_view/entity/with_actions.tt')
-rw-r--r--share/skin/default/layout/grid_view/entity/with_actions.tt21
1 files changed, 4 insertions, 17 deletions
diff --git a/share/skin/default/layout/grid_view/entity/with_actions.tt b/share/skin/default/layout/grid_view/entity/with_actions.tt
index 438a168..7f84147 100644
--- a/share/skin/default/layout/grid_view/entity/with_actions.tt
+++ b/share/skin/default/layout/grid_view/entity/with_actions.tt
@@ -1,25 +1,12 @@
-=for layout widget
-
-<tr>
- [% field_list %]
- [% actions %]
-<tr>
+=extends grid_view/entity
=for layout field_list
-[% content %]
-
-=for layout field
-
-<td>[% content %]</td>
-
-=for layout actions
-
-[% content %]
+[% call_next %]
+[% actions %]
=for layout action
-<td>[% content %]</td>
-
+<td>[% call_next %]</td>
=cut