aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/base
diff options
context:
space:
mode:
authorwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-07-27 18:34:34 +0000
committerwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-07-27 18:34:34 +0000
commitd738d11fb21607bb66617ac95a455be8c9fa9e62 (patch)
treeb0babb8ea470fe91ba181a2a8c414a50505b43fd /share/skin/base
parent7ece76fce1b940dd3ba81166254d971d8ff1d991 (diff)
downloadreaction-d738d11fb21607bb66617ac95a455be8c9fa9e62.tar.gz
reaction-d738d11fb21607bb66617ac95a455be8c9fa9e62.zip
Object consumes Action and Collection consumes Pager and Action, so Member::WithActions go away
Diffstat (limited to 'share/skin/base')
-rw-r--r--share/skin/base/layout/collection/grid/member/with_actions.tt12
-rw-r--r--share/skin/base/layout/object.tt9
2 files changed, 9 insertions, 12 deletions
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