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:
Ingo Schommer 2010-02-16 02:38:18 +00:00 committed by Sam Minnee
parent 61c126f93b
commit a049f6e96d
1 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
<a id="SilverStripeNavigatorLink">Link</a>
&nbsp; &nbsp;
<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>