From b96beeeda772fe087471fc9de4857702b6abe096 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 8 Dec 2018 15:55:35 +0300 Subject: bookmarklets: show pref link-buttons properly --- plugins/bookmarklets/init.php | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'plugins/bookmarklets/init.php') diff --git a/plugins/bookmarklets/init.php b/plugins/bookmarklets/init.php index 015500480..8a3822341 100644 --- a/plugins/bookmarklets/init.php +++ b/plugins/bookmarklets/init.php @@ -28,19 +28,16 @@ class Bookmarklets extends Plugin { $bm_url = htmlspecialchars("javascript:{if(confirm('$confirm_str'.replace('%s',window.location.href)))window.location.href='$bm_subscribe_url'+window.location.href}"); - print "

"; - print "" . __('Subscribe in Tiny Tiny RSS'). ""; - print "

"; + print "

"; print "

" . __("Use this bookmarklet to publish arbitrary pages using Tiny Tiny RSS") . "

"; - print "

"; - + print "

"; + print "" . __('Share with Tiny Tiny RSS'). ""; + print "

"; print ""; #pane -- cgit v1.2.3