mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
21 lines
803 B
Scheme
21 lines
803 B
Scheme
<div class="preview-holder">
|
|
<a class="URL-link" href="$URL" target="_blank">
|
|
$URL
|
|
</a>
|
|
<% if not $IsReadonly %>
|
|
<button role="button" type="button" class="btn btn-outline-secondary btn-sm edit">
|
|
<%t SilverStripe\CMS\Forms\SiteTreeURLSegmentField.Edit 'Edit' %>
|
|
</button>
|
|
<% end_if %>
|
|
</div>
|
|
<div class="edit-holder">
|
|
<input $AttributesHTML />
|
|
<button role="button" data-icon="accept" type="button" class="btn btn-primary btn-sm update">
|
|
<%t SilverStripe\CMS\Forms\SiteTreeURLSegmentField.OK 'OK' %>
|
|
</button>
|
|
<button role="button" data-icon="cancel" type="button" class="btn btn-outline-secondary btn-sm cancel">
|
|
<%t SilverStripe\CMS\Forms\SiteTreeURLSegmentField.Cancel 'Cancel' %>
|
|
</button>
|
|
<% if $HelpText %><p class="form__field-description">$HelpText</p><% end_if %>
|
|
</div>
|