Fieldgroup Warped $title in a if

This commit is contained in:
Arno Poot 2013-08-05 18:12:35 +02:00
parent fefb7af0f5
commit 81843c7fb8
1 changed files with 1 additions and 1 deletions

View File

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