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/action.tt | 14 ++++++-------- share/skin/base/layout/collection.tt | 4 +--- 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 ++++-------- 7 files changed, 15 insertions(+), 29 deletions(-) (limited to 'share/skin/base') diff --git a/share/skin/base/layout/action.tt b/share/skin/base/layout/action.tt index b5cb708..dba41d0 100644 --- a/share/skin/base/layout/action.tt +++ b/share/skin/base/layout/action.tt @@ -1,13 +1,11 @@ =for layout widget -
-
- [% header %] - [% container_list %] - [% buttons %] - [% footer %] -
-
+
+ [% header %] + [% container_list %] + [% buttons %] + [% footer %] +
=for layout header diff --git a/share/skin/base/layout/collection.tt b/share/skin/base/layout/collection.tt index 6becfb1..da0cd2f 100644 --- a/share/skin/base/layout/collection.tt +++ b/share/skin/base/layout/collection.tt @@ -6,9 +6,7 @@ =for layout body -
- [% members %] -
+[% members %] =for layout footer 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