silverstripe-cms/templates/SilverStripeNavigatorLink.ss
Ingo Schommer d18bb858e3 Fixed share instructions wording in template
This also removed all the existing translations from Transifex
because the string changed.
2013-08-09 14:45:26 +02:00

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>