From 599c1172394e3377d8e3e28c06557a99a1a10d1e Mon Sep 17 00:00:00 2001 From: groditi Date: Thu, 21 Aug 2008 00:38:47 +0000 Subject: container support built into fields and an example of usage in ComponentUI --- share/skin/base/layout/action.tt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'share/skin/base/layout/action.tt') diff --git a/share/skin/base/layout/action.tt b/share/skin/base/layout/action.tt index 6fda5a1..5ef48cd 100644 --- a/share/skin/base/layout/action.tt +++ b/share/skin/base/layout/action.tt @@ -3,7 +3,7 @@
[% header %] - [% field_list %] + [% container_list %] [% buttons %] [% footer %]
@@ -11,13 +11,11 @@ =for layout header -=for layout field_list +=for layout container_list -
- [% call_next %] -
+[% call_next %] -=for layout field +=for layout container [% call_next %] -- cgit v1.2.3-54-g00ecf