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-22 01:07:50 +02:00
|
|
|
<button role="button" type="button" class="btn ui-button-text-only ss-ui-button 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-22 01:07:50 +02:00
|
|
|
<button role="button" data-icon="accept" type="button" class="btn ui-button-text-icon-primary ss-ui-button update">
|
2013-02-04 00:44:50 +01:00
|
|
|
<% _t('URLSegmentField.OK', 'OK') %>
|
|
|
|
</button>
|
2016-07-22 01:07:50 +02:00
|
|
|
<button role="button" data-icon="cancel" type="button" class="btn ui-button-text-icon-secondary ss-ui-button 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>
|