projects
/
catagits/Reaction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d738d11
)
fixes for templates
wreis [Wed, 29 Jul 2009 11:45:36 +0000 (11:45 +0000)]
share/skin/base/layout/collection/grid/member.tt
patch
|
blob
|
blame
|
history
share/skin/base/layout/object.tt
patch
|
blob
|
blame
|
history
share/skin/default/layout/collection/grid/member.tt
patch
|
blob
|
blame
|
history
diff --git
a/share/skin/base/layout/collection/grid/member.tt
b/share/skin/base/layout/collection/grid/member.tt
index
377f97c
..
a73a2a7
100644
(file)
--- a/
share/skin/base/layout/collection/grid/member.tt
+++ b/
share/skin/base/layout/collection/grid/member.tt
@@
-2,6
+2,11
@@
[% field_list %]
+=for layout field_list
+
+[% call_next %]
+[% actions %]
+
=for layout field
[% call_next %]
diff --git
a/share/skin/base/layout/object.tt
b/share/skin/base/layout/object.tt
index
2a7f37e
..
0ef9438
100644
(file)
--- a/
share/skin/base/layout/object.tt
+++ b/
share/skin/base/layout/object.tt
@@
-11,9
+11,4
@@
[% call_next %]
[% actions %]
-=for layout action
-
-[% call_next %]
-
=cut
-
diff --git
a/share/skin/default/layout/collection/grid/member.tt
b/share/skin/default/layout/collection/grid/member.tt
index
f0583d7
..
13e29c3
100644
(file)
--- a/
share/skin/default/layout/collection/grid/member.tt
+++ b/
share/skin/default/layout/collection/grid/member.tt
@@
-10,4
+10,8
@@
<td>[% call_next %]</td>
+=for layout action
+
+<td>[% call_next %]</td>
+
=cut