2013-02-04 00:44:50 +01:00
|
|
|
<div class="preview-holder">
|
|
|
|
<a class="preview" href="$URL" target="_blank">
|
|
|
|
$URL
|
|
|
|
</a>
|
2016-03-15 00:48:46 +01:00
|
|
|
<% if not $IsReadonly %>
|
2016-07-25 07:25:22 +02:00
|
|
|
<button type="button" class="btn btn-secondary-outline btn-sm edit">
|
2016-03-15 00:48:46 +01:00
|
|
|
<% _t('URLSegmentField.Edit', 'Edit') %>
|
|
|
|
</button>
|
|
|
|
<% end_if %>
|
2013-02-04 00:44:50 +01:00
|
|
|
</div>
|
|
|
|
<div class="edit-holder">
|
2013-07-18 13:14:29 +02:00
|
|
|
<input $AttributesHTML />
|
2016-07-25 07:25:22 +02:00
|
|
|
<button type="button" class="btn btn-primary update">
|
2013-02-04 00:44:50 +01:00
|
|
|
<% _t('URLSegmentField.OK', 'OK') %>
|
|
|
|
</button>
|
2016-07-25 07:25:22 +02:00
|
|
|
<button type="button" class="btn btn-secondary cancel">
|
2013-02-04 00:44:50 +01:00
|
|
|
<% _t('URLSegmentField.Cancel', 'Cancel') %>
|
|
|
|
</button>
|
2016-07-25 07:25:22 +02:00
|
|
|
<% if $HelpText %><p class="form__field-description">$HelpText</p><% end_if %>
|
2016-01-06 00:42:07 +01:00
|
|
|
</div>
|