-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX Update HTML markup for bootstrap 5
- Loading branch information
1 parent
48332e2
commit 79f36e8
Showing
2 changed files
with
10 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 7 additions & 13 deletions
20
templates/SilverStripe/Blog/Forms/GridField/GridFieldAddByDBField.ss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,7 @@ | ||
<div class="add-existing-autocompleter"> | ||
<div class="input-group"> | ||
<% loop $Fields %> | ||
<% if $Type == 'action' %> | ||
<div class="input-group-append"> | ||
$Field | ||
</div> | ||
<% else %> | ||
$Field | ||
<% end_if %> | ||
<% end_loop %> | ||
</div> | ||
</div> | ||
<div class="add-existing-autocompleter"> | ||
<div class="input-group"> | ||
<% loop $Fields %> | ||
$Field | ||
<% end_loop %> | ||
</div> | ||
</div> |