From 7fdfd4d52e6885196db76aa3d4880850205d7856 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Wed, 2 May 2012 14:04:44 +0200 Subject: [PATCH] BUGFIX Changing CheckboxField_holder_small template order back to 2.4 ordering: Show checkbox before label --- templates/forms/CheckboxField_holder_small.ss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/forms/CheckboxField_holder_small.ss b/templates/forms/CheckboxField_holder_small.ss index 3f8a501fbb6..511dbb1be78 100644 --- a/templates/forms/CheckboxField_holder_small.ss +++ b/templates/forms/CheckboxField_holder_small.ss @@ -1,5 +1,5 @@ +$Field + <% if $Title %> -<% end_if %> - -$Field \ No newline at end of file +<% end_if %> \ No newline at end of file