Merge pull request #783 from Sbgodin/spaceInBookmarklets
Removes spaces before bookmarklet's name
This commit is contained in:
commit
9e5a37cc7f
1 changed files with 3 additions and 9 deletions
|
@ -30,9 +30,7 @@
|
|||
'&source=bookmarklet','_blank','menubar=no,height=390,width=600,toolbar=no,scrollbars=no,status=no,dialog=1'
|
||||
);
|
||||
}
|
||||
)();">
|
||||
<b>✚Shaare link</b>
|
||||
</a>
|
||||
)();"><b>✚Shaare link</b></a>
|
||||
<a href="#" onclick="return alertBookmarklet();">
|
||||
<span>
|
||||
⇐ Drag this link to your bookmarks toolbar (or right-click it and choose Bookmark This Link....).<br>
|
||||
|
@ -41,9 +39,7 @@
|
|||
</a><br><br>
|
||||
<a class="smallbutton"
|
||||
onclick="return alertBookmarklet();"
|
||||
href="?private=1&post=">
|
||||
<b>✚Add Note</b>
|
||||
</a>
|
||||
href="?private=1&post="><b>✚Add Note</b></a>
|
||||
<a href="#" onclick="return alertBookmarklet();">
|
||||
<span>
|
||||
⇐ Drag this link to your bookmarks toolbar (or right-click it and choose Bookmark This Link....).<br>
|
||||
|
@ -52,9 +48,7 @@
|
|||
</a><br><br>
|
||||
|
||||
{if="$sslenabled"}
|
||||
<a class="smallbutton" onclick="activateFirefoxSocial(this)">
|
||||
<b>✚Add to Firefox social</b>
|
||||
</a>
|
||||
<a class="smallbutton" onclick="activateFirefoxSocial(this)"><b>✚Add to Firefox social</b></a>
|
||||
<a href="#">
|
||||
<span>⇐ Click on this button to add Shaarli to the "Share this page" button in Firefox.</span>
|
||||
</a><br><br>
|
||||
|
|
Loading…
Reference in a new issue