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/share/init.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'plugins/share') diff --git a/plugins/share/init.php b/plugins/share/init.php index bcc081897..0f8f8fec1 100644 --- a/plugins/share/init.php +++ b/plugins/share/init.php @@ -36,11 +36,9 @@ class Share extends Plugin { function hook_prefs_tab_section($id) { if ($id == "prefFeedsPublishedGenerated") { - print_warning(__("You can disable all articles shared by unique URLs here.")); + print "

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

"; - print "

"; - - print " "; print "

"; @@ -96,7 +94,7 @@ class Share extends Plugin { AND owner_uid = " . $_SESSION['uid']); } - print "

". __("You can share this article by the following unique URL:") . "

"; + print __("You can share this article by the following unique URL:") . "
"; $url_path = get_self_url_prefix(); $url_path .= "/public.php?op=share&key=$uuid"; -- cgit v1.2.3