From: wreis Date: Thu, 5 Jun 2008 22:01:09 +0000 (+0000) Subject: tweaks and cleanup X-Git-Tag: v0.002000~262^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=26ff73d7ef851475408cfafa3dfecc716f55a745;hp=70737b6e2f378efe76978c214e71463fbcbd2bdc;p=catagits%2FReaction.git tweaks and cleanup --- diff --git a/share/skin/base/layout/action.tt b/share/skin/base/layout/action.tt index 6be075f..1db6e35 100644 --- a/share/skin/base/layout/action.tt +++ b/share/skin/base/layout/action.tt @@ -11,8 +11,6 @@ =for layout header - - =for layout field_list
@@ -21,11 +19,13 @@ =for layout field -[% call_next %] + + [% call_next %] + =for layout message_layout - [% message %] +[% message %] =for layout buttons [% message %] @@ -35,7 +35,9 @@ =for layout standard_button + + =for layout ok_button @@ -51,6 +53,4 @@ =for layout footer - - =cut diff --git a/share/skin/base/layout/object.tt b/share/skin/base/layout/object.tt index a67e089..fd9c57d 100644 --- a/share/skin/base/layout/object.tt +++ b/share/skin/base/layout/object.tt @@ -6,6 +6,8 @@ =for layout field + [% call_next %] + =cut diff --git a/share/skin/base/layout/site_layout.tt b/share/skin/base/layout/site_layout.tt index 5909714..16dfc12 100644 --- a/share/skin/base/layout/site_layout.tt +++ b/share/skin/base/layout/site_layout.tt @@ -34,8 +34,6 @@ =for layout head_style - - =for layout body [% inner %] diff --git a/share/skin/default/layout/action.tt b/share/skin/default/layout/action.tt index ba76fb5..4c32a37 100644 --- a/share/skin/default/layout/action.tt +++ b/share/skin/default/layout/action.tt @@ -1,7 +1,5 @@ =extends NEXT -=for layout header - =for layout field [% call_next %]
@@ -10,6 +8,4 @@ [% call_next %]
-=for layout footer - =cut