We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab5f6a commit bce82b7Copy full SHA for bce82b7
templates/BootstrapTextField_holder.ss
@@ -2,7 +2,7 @@
2
<label class="control-label" for="$ID">$Title</label>
3
<div class="controls">
4
<% if AppendedText || PrependedText %>
5
- <div class="<% if AppendedText %>$input-append<% end_if %><% if PrependedText %> input-prepend<% end_if %>">
+ <div class="<% if AppendedText %>input-append<% end_if %><% if PrependedText %> input-prepend<% end_if %>">
6
<% if PrependedText %><span class="add-on">$PrependedText</span><% end_if %>$Field<% if AppendedText %><span class="add-on">$AppendedText</span><% end_if %>
7
</div>
8
<% else %>
@@ -17,4 +17,4 @@
17
<% end_if %>
18
19
20
-</div>
+</div>
0 commit comments