From d738d11fb21607bb66617ac95a455be8c9fa9e62 Mon Sep 17 00:00:00 2001 From: wreis Date: Mon, 27 Jul 2009 18:34:34 +0000 Subject: Object consumes Action and Collection consumes Pager and Action, so Member::WithActions go away --- .../skin/base/layout/collection/grid/member/with_actions.tt | 12 ------------ share/skin/base/layout/object.tt | 9 +++++++++ 2 files changed, 9 insertions(+), 12 deletions(-) delete mode 100644 share/skin/base/layout/collection/grid/member/with_actions.tt (limited to 'share/skin/base') diff --git a/share/skin/base/layout/collection/grid/member/with_actions.tt b/share/skin/base/layout/collection/grid/member/with_actions.tt deleted file mode 100644 index e7ba750..0000000 --- a/share/skin/base/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 - -[% call_next %] - -=cut diff --git a/share/skin/base/layout/object.tt b/share/skin/base/layout/object.tt index 8a5074a..2a7f37e 100644 --- a/share/skin/base/layout/object.tt +++ b/share/skin/base/layout/object.tt @@ -6,5 +6,14 @@ [% call_next %] +=for layout field_list + +[% call_next %] +[% actions %] + +=for layout action + +[% call_next %] + =cut -- cgit v1.2.3-54-g00ecf