Skip to content

Commit

Permalink
Merge pull request #2886 from creative-commoners/pulls/5.1/fix-regres…
Browse files Browse the repository at this point in the history
…sion-ui-button

FIX Regression issue UI URLSegment buttons
  • Loading branch information
Maxime Rainville authored Sep 17, 2023
2 parents 332898f + 061517a commit 34581be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/SilverStripe/CMS/Forms/SiteTreeURLSegmentField.ss
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
<div class="input-group">
<input $AttributesHTML />
<div class="input-group-append">
<button role="button" data-icon="accept" type="button" class="btn btn-primary update">
<button role="button" type="button" class="btn btn-primary update">
<%t SilverStripe\CMS\Forms\SiteTreeURLSegmentField.OK 'OK' %>
</button>
</div>
<div class="input-group-append">
<button role="button" data-icon="cancel" type="button" class="btn btn-outline-secondary btn-sm input-group-append cancel">
<button role="button" type="button" class="btn btn-outline-secondary btn-sm input-group-append cancel">
<%t SilverStripe\CMS\Forms\SiteTreeURLSegmentField.Cancel 'Cancel' %>
</button>
</div>
Expand Down

0 comments on commit 34581be

Please sign in to comment.