2013-02-04 00:44:50 +01:00
|
|
|
<div class="preview-holder">
|
|
|
|
<a class="preview" href="$URL" target="_blank">
|
|
|
|
$URL
|
|
|
|
</a>
|
2015-10-05 17:22:36 +02:00
|
|
|
<button type="button" class="ss-ui-button ss-ui-button-small edit">
|
2013-02-04 00:44:50 +01:00
|
|
|
<% _t('URLSegmentField.Edit', 'Edit') %>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
<div class="edit-holder">
|
2013-07-18 13:14:29 +02:00
|
|
|
<input $AttributesHTML />
|
2015-10-05 17:22:36 +02:00
|
|
|
<button type="button" class="update ss-ui-button-small">
|
2013-02-04 00:44:50 +01:00
|
|
|
<% _t('URLSegmentField.OK', 'OK') %>
|
|
|
|
</button>
|
2015-10-05 17:22:36 +02:00
|
|
|
<button type="button" class="cancel ss-ui-button-small ss-ui-action-minor">
|
2013-02-04 00:44:50 +01:00
|
|
|
<% _t('URLSegmentField.Cancel', 'Cancel') %>
|
|
|
|
</button>
|
2013-07-18 13:14:29 +02:00
|
|
|
<% if $HelpText %><p class="help">$HelpText</p><% end_if %>
|
2013-02-04 00:44:50 +01:00
|
|
|
</div>
|