aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/base
diff options
context:
space:
mode:
authorwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-06-05 22:01:09 +0000
committerwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-06-05 22:01:09 +0000
commit26ff73d7ef851475408cfafa3dfecc716f55a745 (patch)
tree5297f0289f5b73830118d2e00c55338ae25beae6 /share/skin/base
parent70737b6e2f378efe76978c214e71463fbcbd2bdc (diff)
downloadreaction-26ff73d7ef851475408cfafa3dfecc716f55a745.tar.gz
reaction-26ff73d7ef851475408cfafa3dfecc716f55a745.zip
tweaks and cleanup
Diffstat (limited to 'share/skin/base')
-rw-r--r--share/skin/base/layout/action.tt12
-rw-r--r--share/skin/base/layout/object.tt2
-rw-r--r--share/skin/base/layout/site_layout.tt2
3 files changed, 8 insertions, 8 deletions
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
-<!-- header -->
-
=for layout field_list
<div id="action_field_list">
@@ -21,11 +19,13 @@
=for layout field
-[% call_next %]
+<span class="action_field">
+ [% call_next %]
+</span>
=for layout message_layout
- <span class="action_message">[% message %]</span>
+<span class="action_message">[% message %]</span>
=for layout buttons
[% message %]
@@ -35,7 +35,9 @@
=for layout standard_button
+<span class="action_button">
<input type="submit" class="button" name="[% event_id %]" value="[% label %]" />
+</span>
=for layout ok_button
@@ -51,6 +53,4 @@
=for layout footer
- <!-- 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
+<span class="object_field">
[% call_next %]
+</span>
=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
- <!-- stylesheet links go here -->
-
=for layout body
[% inner %]