BUGFIX Changing CheckboxField_holder_small template order back to 2.4 ordering: Show checkbox before label

This commit is contained in:
Ingo Schommer 2012-05-02 14:04:44 +02:00
parent 30153d4538
commit 7fdfd4d52e
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
$Field
<% if $Title %>
<label class="checkboxfield-small" <% if ID %>for="$ID"<% end_if %>>$Title</label>
<% end_if %>
$Field
<% end_if %>