aboutsummaryrefslogtreecommitdiffstats
path: root/share
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
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')
-rw-r--r--share/skin/base/layout/collection/grid/member/with_actions.tt12
-rw-r--r--share/skin/base/layout/object.tt9
-rw-r--r--share/skin/default/layout/collection/grid/member/with_actions.tt12
-rw-r--r--share/skin/default/layout/object.tt4
4 files changed, 13 insertions, 24 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
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
diff --git a/share/skin/default/layout/object.tt b/share/skin/default/layout/object.tt
index 0f32321..8413f23 100644
--- a/share/skin/default/layout/object.tt
+++ b/share/skin/default/layout/object.tt
@@ -4,4 +4,8 @@
[% call_next %] <br>
+=for layout action
+
+<td>[% call_next %]</td>
+
=cut