mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
d18bb858e3
This also removed all the existing translations from Transifex because the string changed.
11 lines
399 B
Scheme
11 lines
399 B
Scheme
|
|
<a id="SilverStripeNavigatorLink" href="#">
|
|
<% _t('SilverStripeNavigatorLink.ShareLink','Share link') %>
|
|
</a>
|
|
<div id="SilverStripeNavigatorLinkPopup">
|
|
<a class="close"><% _t('SilverStripeNavigatorLinkl.CloseLink','Close') %></a>
|
|
<p>
|
|
<% _t('SilverStripeNavigatorLink.ShareInstructions','To share this page, copy and paste the link below.') %></p>
|
|
<input value="$Link" />
|
|
</div>
|