From 73dfda1da6c641ca86965b0501bb1ec54f5daa81 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 13 Aug 2015 13:06:03 +0300 Subject: various minor style updates, add danger buttons --- plugins/bookmarklets/init.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/bookmarklets') diff --git a/plugins/bookmarklets/init.php b/plugins/bookmarklets/init.php index 4c4d95d49..a230b2854 100644 --- a/plugins/bookmarklets/init.php +++ b/plugins/bookmarklets/init.php @@ -19,7 +19,7 @@ class Bookmarklets extends Plugin { print "
"; - print_notice(__("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', '', add_feed_url()); @@ -31,7 +31,7 @@ class Bookmarklets extends Plugin { print "" . __('Subscribe in Tiny Tiny RSS'). ""; print "

"; - print_notice(__("Use this bookmarklet to publish arbitrary pages using Tiny Tiny RSS")); + print "

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

"; print "

"; -- cgit v1.2.3