mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
FEATURE: Add close link (from r97751) (from r99088)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@102843 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
ab9dffb735
commit
676fc61421
@ -85,9 +85,9 @@
|
||||
#SilverStripeNavigatorLinkPopup {
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: -50px;
|
||||
height: 40px;
|
||||
width: 280px;
|
||||
top: -60px;
|
||||
height: 50px;
|
||||
width: 350px;
|
||||
left: 200px;
|
||||
background-color: white;
|
||||
border: 1px solid black;
|
||||
@ -99,3 +99,13 @@
|
||||
#SilverStripeNavigatorLinkPopup input {
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
#SilverStripeNavigatorLinkPopup a.close {
|
||||
color: blue;
|
||||
text-align: right;
|
||||
width: 80%;
|
||||
border: none !important;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
<% _t('SilverStripeNavigatorLink.ShareLink','Share link') %>
|
||||
</a>
|
||||
<div id="SilverStripeNavigatorLinkPopup">
|
||||
<a class="close"><% _t('SilverStripeNavigatorLinkl.CloseLink','Close') %></a>
|
||||
<p>
|
||||
<% _t('SilverStripeNavigatorLink.ShareInstructions','To share a this to this page, copy and paste the link below.') %></p>
|
||||
<input value="$Link" />
|
||||
|
Loading…
Reference in New Issue
Block a user