mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
Merge pull request #2886 from creative-commoners/pulls/5.1/fix-regression-ui-button
FIX Regression issue UI URLSegment buttons
This commit is contained in:
commit
34581be27d
@ -13,12 +13,12 @@
|
|||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input $AttributesHTML />
|
<input $AttributesHTML />
|
||||||
<div class="input-group-append">
|
<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' %>
|
<%t SilverStripe\CMS\Forms\SiteTreeURLSegmentField.OK 'OK' %>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="input-group-append">
|
<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' %>
|
<%t SilverStripe\CMS\Forms\SiteTreeURLSegmentField.Cancel 'Cancel' %>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user