aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorgroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-08-21 00:21:29 +0000
committergroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-08-21 00:21:29 +0000
commit3671c9c3a3eb9640371d09a80ff88ae774d0a0b7 (patch)
treeb1432e1163d4e860b33b484dc4b003f857c87dbb /share
parent1d6ef3dce7c925c7df75be95fe829d1f89087288 (diff)
parentf9a5cffaa1f618289fbcf24a9f1f591d0d7d2723 (diff)
downloadreaction-3671c9c3a3eb9640371d09a80ff88ae774d0a0b7.tar.gz
reaction-3671c9c3a3eb9640371d09a80ff88ae774d0a0b7.zip
r21697@martha (orig r857): edenc | 2008-08-19 15:07:48 -0400
re-added "field is required" messages r21698@martha (orig r858): wreis | 2008-08-19 16:44:03 -0400 nuked SiteLayout->http_header, should need of it since we have arg and %_ r21700@martha (orig r860): wreis | 2008-08-20 15:13:58 -0400 Window->content_type is rw now r21701@martha (orig r861): purge | 2008-08-20 17:08:00 -0400 doctype support
Diffstat (limited to 'share')
-rw-r--r--share/skin/base/layout/field/mutable/choose_many.tt2
-rw-r--r--share/skin/base/layout/field/mutable/choose_one.tt2
-rw-r--r--share/skin/base/layout/site_layout.tt5
3 files changed, 9 insertions, 0 deletions
diff --git a/share/skin/base/layout/field/mutable/choose_many.tt b/share/skin/base/layout/field/mutable/choose_many.tt
index 06a543a..51f315e 100644
--- a/share/skin/base/layout/field/mutable/choose_many.tt
+++ b/share/skin/base/layout/field/mutable/choose_many.tt
@@ -50,4 +50,6 @@
<input type="submit" value="&lt;&lt;" name="[% event_id_remove_all_values %]" />
</div>
+=for layout message
+
=cut
diff --git a/share/skin/base/layout/field/mutable/choose_one.tt b/share/skin/base/layout/field/mutable/choose_one.tt
index 74e8d8c..0db3ffd 100644
--- a/share/skin/base/layout/field/mutable/choose_one.tt
+++ b/share/skin/base/layout/field/mutable/choose_one.tt
@@ -24,4 +24,6 @@ selected="selected"
=for layout option_is_selected_no
+=for layout message
+
=cut
diff --git a/share/skin/base/layout/site_layout.tt b/share/skin/base/layout/site_layout.tt
index 6d48d28..90c916f 100644
--- a/share/skin/base/layout/site_layout.tt
+++ b/share/skin/base/layout/site_layout.tt
@@ -1,4 +1,5 @@
=for layout widget
+[% doctype %]
<html>
@@ -36,6 +37,10 @@
=for layout head_style
+=for layout doctype
+
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+
=for layout body
[% inner %]