mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Fix category and tag buttons using input groups from bootstrap
This commit is contained in:
parent
8096c50130
commit
fc890d71c1
@ -1,5 +1,13 @@
|
||||
<div class="add-existing-autocompleter">
|
||||
<% loop $Fields %>
|
||||
<span>$Field</span>
|
||||
<% end_loop %>
|
||||
<div class="input-group">
|
||||
<% loop $Fields %>
|
||||
<% if $Type == 'action' %>
|
||||
<div class="input-group-append">
|
||||
$Field
|
||||
</div>
|
||||
<% else %>
|
||||
$Field
|
||||
<% end_if %>
|
||||
<% end_loop %>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user