aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorpurge <purge@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-10-02 08:51:59 +0000
committerpurge <purge@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-10-02 08:51:59 +0000
commit08c27c5b18df934a3f052d50a9e4ab361ddc4f3e (patch)
tree48dd7b10c3de9be7dbb63ab013677762219164f2 /share
parentbbf88e0ddb212f945a9641b80746e20cbafe3378 (diff)
downloadreaction-08c27c5b18df934a3f052d50a9e4ab361ddc4f3e.tar.gz
reaction-08c27c5b18df934a3f052d50a9e4ab361ddc4f3e.zip
allow redirect_to a url parameter
Diffstat (limited to 'share')
-rw-r--r--share/skin/base/layout/field/mutable.tt3
-rw-r--r--share/skin/base/layout/field/mutable/choose_one.tt3
2 files changed, 2 insertions, 4 deletions
diff --git a/share/skin/base/layout/field/mutable.tt b/share/skin/base/layout/field/mutable.tt
index 333a27a..c4ef2e1 100644
--- a/share/skin/base/layout/field/mutable.tt
+++ b/share/skin/base/layout/field/mutable.tt
@@ -18,8 +18,7 @@ class="required_field"
=for layout field
-<input type="[% field_type %]" name="[% field_name %]" id="[% field_id %]"
- [% field_body %] />
+<input type="[% field_type %]" name="[% field_name %]" id="[% field_id %]" [% field_body %] />
=for layout field_body
diff --git a/share/skin/base/layout/field/mutable/choose_one.tt b/share/skin/base/layout/field/mutable/choose_one.tt
index 0db3ffd..c366a86 100644
--- a/share/skin/base/layout/field/mutable/choose_one.tt
+++ b/share/skin/base/layout/field/mutable/choose_one.tt
@@ -15,8 +15,7 @@
=for layout option
- <option value="[% option_value %]" [% option_is_selected %]
- > [% option_name %]</option>
+ <option value="[% option_value %]" [% option_is_selected %]>[% option_name %]</option>
=for layout option_is_selected_yes