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 ++++++++----- plugins/share/init.php | 6 ++---- 2 files changed, 10 insertions(+), 9 deletions(-) (limited to 'plugins') 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 +} diff --git a/plugins/share/init.php b/plugins/share/init.php index 095cffbdf..7917c4856 100644 --- a/plugins/share/init.php +++ b/plugins/share/init.php @@ -42,9 +42,7 @@ class Share extends Plugin { function hook_prefs_tab_section($id) { if ($id == "prefFeedsPublishedGenerated") { - print "
"; - - print "

" . __("You can disable all articles shared by unique URLs here.") . "

"; + print "

" . __("You can disable all articles shared by unique URLs here.") . "

"; print " "; @@ -139,4 +137,4 @@ class Share extends Plugin { return 2; } -} \ No newline at end of file +} -- cgit v1.2.3-54-g00ecf