From 28d2d47d3d0780bf8a8841f6168cec263900ed8e Mon Sep 17 00:00:00 2001 From: wreis Date: Tue, 15 Sep 2009 15:36:30 +0000 Subject: no divs in base skin --- share/skin/base/layout/field/array.tt | 4 +--- share/skin/base/layout/field/collection.tt | 4 +--- share/skin/base/layout/field/container.tt | 4 +--- share/skin/base/layout/field/mutable.tt | 2 +- share/skin/base/layout/field/mutable/choose_many.tt | 12 ++++-------- 5 files changed, 8 insertions(+), 18 deletions(-) (limited to 'share/skin/base/layout/field') diff --git a/share/skin/base/layout/field/array.tt b/share/skin/base/layout/field/array.tt index cd9c0c2..ac62db7 100644 --- a/share/skin/base/layout/field/array.tt +++ b/share/skin/base/layout/field/array.tt @@ -9,11 +9,9 @@ =for layout list -
-
=for layout item diff --git a/share/skin/base/layout/field/collection.tt b/share/skin/base/layout/field/collection.tt index 2203344..1f6ae9e 100644 --- a/share/skin/base/layout/field/collection.tt +++ b/share/skin/base/layout/field/collection.tt @@ -9,11 +9,9 @@ =for layout list -
-
=for layout item diff --git a/share/skin/base/layout/field/container.tt b/share/skin/base/layout/field/container.tt index c504e55..d9e0ced 100644 --- a/share/skin/base/layout/field/container.tt +++ b/share/skin/base/layout/field/container.tt @@ -11,8 +11,6 @@ =for layout field -
- [% call_next %] -
+[% call_next %] =cut diff --git a/share/skin/base/layout/field/mutable.tt b/share/skin/base/layout/field/mutable.tt index d21e979..333a27a 100644 --- a/share/skin/base/layout/field/mutable.tt +++ b/share/skin/base/layout/field/mutable.tt @@ -1,6 +1,6 @@ =for layout widget -
[% label_fragment %] [% field %] [% message_fragment %]
+[% label_fragment %] [% field %] [% message_fragment %] =for layout label diff --git a/share/skin/base/layout/field/mutable/choose_many.tt b/share/skin/base/layout/field/mutable/choose_many.tt index 51f315e..9d19fff 100644 --- a/share/skin/base/layout/field/mutable/choose_many.tt +++ b/share/skin/base/layout/field/mutable/choose_many.tt @@ -8,7 +8,6 @@ =for layout field -
@@ -19,7 +18,6 @@
[% available_values %]
-
=for layout available_values @@ -43,12 +41,10 @@ =for layout action_buttons -
- - - - -
+ + + + =for layout message -- cgit v1.2.3-54-g00ecf