mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUGFIX: Show a hand icon and better title for the 'share link' piece of the navigator toolbar. (from r97439)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@99085 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
61c126f93b
commit
a049f6e96d
@ -1,5 +1,9 @@
|
||||
<a id="SilverStripeNavigatorLink">Link</a>
|
||||
|
||||
<a id="SilverStripeNavigatorLink" href="#">
|
||||
<% _t('SilverStripeNavigatorLink.ShareLink','Share link') %>
|
||||
</a>
|
||||
<div id="SilverStripeNavigatorLinkPopup">
|
||||
<p>To share this page, copy and paste the link below.</p>
|
||||
<p>
|
||||
<% _t('SilverStripeNavigatorLink.ShareInstructions','To share a this to this page, copy and paste the link below.') %></p>
|
||||
<input value="$Link" />
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user