From 4e253add8c78bb185911ffdffbb50ef318386a3c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 21 Feb 2019 16:21:16 +0300 Subject: UI: add some more info links to relevant wiki pages; minor layout updates --- plugins/bookmarklets/init.php | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'plugins/bookmarklets/init.php') diff --git a/plugins/bookmarklets/init.php b/plugins/bookmarklets/init.php index 8a3822341..9669afefe 100644 --- a/plugins/bookmarklets/init.php +++ b/plugins/bookmarklets/init.php @@ -20,7 +20,7 @@ class Bookmarklets extends Plugin { print "
bookmark ".__('Bookmarklets')."\">"; - print __("Drag the link below to your browser toolbar, open the feed you're interested in in your browser and click on the link to subscribe to it."); + print "

" . __("Drag the link below to your browser toolbar, open the feed you're interested in in your browser and click on the link to subscribe to it.") . "

"; $bm_subscribe_url = str_replace('%s', '', Pref_Feeds::subscribe_to_feed_url()); @@ -32,12 +32,15 @@ class Bookmarklets extends Plugin { print "" . __('Subscribe in Tiny Tiny RSS'). ""; print "

"; - print "

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

"; + print "

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

"; - print "

"; + print ""; + + print ""; print "
"; #pane @@ -48,4 +51,4 @@ class Bookmarklets extends Plugin { return 2; } -} \ No newline at end of file +} -- cgit v1.2.3-54-g00ecf