mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
FIX Regression issue UI URLSegment buttons
This commit is contained in:
parent
332898f3ed
commit
061517ac45
@ -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…
Reference in New Issue
Block a user