summaryrefslogtreecommitdiff
path: root/plugins/bookmarklets
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-08-13 13:06:03 +0300
committerAndrew Dolgov <[email protected]>2015-08-13 13:06:03 +0300
commit73dfda1da6c641ca86965b0501bb1ec54f5daa81 (patch)
treebbbcab27b254c7701c9dd0e82458e4cb76f40c55 /plugins/bookmarklets
parent8b8820e52431f807ee0ded7a5fad59223f58fe5f (diff)
various minor style updates, add danger buttons
Diffstat (limited to 'plugins/bookmarklets')
-rw-r--r--plugins/bookmarklets/init.php4
1 files changed, 2 insertions, 2 deletions
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 "<div dojoType=\"dijit.layout.AccordionPane\" title=\"".__('Bookmarklets')."\">";
- 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 "<p>" . __("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.") . "</p>";
$bm_subscribe_url = str_replace('%s', '', add_feed_url());
@@ -31,7 +31,7 @@ class Bookmarklets extends Plugin {
print "<a href=\"$bm_url\" class='bookmarklet'>" . __('Subscribe in Tiny Tiny RSS'). "</a>";
print "</p>";
- print_notice(__("Use this bookmarklet to publish arbitrary pages using Tiny Tiny RSS"));
+ print "<p>" . __("Use this bookmarklet to publish arbitrary pages using Tiny Tiny RSS") . "</p>";
print "<p>";