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/default/layout/action.tt | 2 +- share/skin/default/layout/object.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'share/skin/default') diff --git a/share/skin/default/layout/action.tt b/share/skin/default/layout/action.tt index 4c32a37..a18e51d 100644 --- a/share/skin/default/layout/action.tt +++ b/share/skin/default/layout/action.tt @@ -1,6 +1,6 @@ =extends NEXT -=for layout field +=for layout container [% call_next %]
diff --git a/share/skin/default/layout/object.tt b/share/skin/default/layout/object.tt index 20dee31..0f32321 100644 --- a/share/skin/default/layout/object.tt +++ b/share/skin/default/layout/object.tt @@ -1,6 +1,6 @@ =extends NEXT -=for layout field +=for layout container [% call_next %]
-- cgit v1.2.3-54-g00ecf