tweaks and cleanup
wreis [Thu, 5 Jun 2008 22:01:09 +0000 (22:01 +0000)]
share/skin/base/layout/action.tt
share/skin/base/layout/object.tt
share/skin/base/layout/site_layout.tt
share/skin/default/layout/action.tt

index 6be075f..1db6e35 100644 (file)
@@ -11,8 +11,6 @@
 
 =for layout header
 
-<!-- header -->
-
 =for layout field_list
 
 <div id="action_field_list">
 
 =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
index a67e089..fd9c57d 100644 (file)
@@ -6,6 +6,8 @@
 
 =for layout field
 
+<span class="object_field">
   [% call_next %]
+</span>
 
 =cut
index 5909714..16dfc12 100644 (file)
@@ -34,8 +34,6 @@
 
 =for layout head_style
 
-  <!-- stylesheet links go here -->
-
 =for layout body
 
 [% inner %]
index ba76fb5..4c32a37 100644 (file)
@@ -1,7 +1,5 @@
 =extends NEXT
 
-=for layout header
-
 =for layout field
 
 [% call_next %] <br />
@@ -10,6 +8,4 @@
 
 [% call_next %] <br />
 
-=for layout footer
-
 =cut