summaryrefslogtreecommitdiff
path: root/plugins/share
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-21 16:21:16 +0300
committerAndrew Dolgov <[email protected]>2019-02-21 16:21:16 +0300
commit4e253add8c78bb185911ffdffbb50ef318386a3c (patch)
tree68d6cb6d3ffddf04cced34f7b14d139017532e60 /plugins/share
parent4d4af18e164a80b47df22962317e83d4916af10d (diff)
UI: add some more info links to relevant wiki pages; minor layout updates
Diffstat (limited to 'plugins/share')
-rw-r--r--plugins/share/init.php6
1 files changed, 2 insertions, 4 deletions
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 "<hr/>";
-
- print "<p>" . __("You can disable all articles shared by unique URLs here.") . "</p>";
+ print "<h3>" . __("You can disable all articles shared by unique URLs here.") . "</h3>";
print "<button class=\"alt-danger\" dojoType=\"dijit.form.Button\" onclick=\"return Plugins.Share.clearKeys()\">".
__('Unshare all articles')."</button> ";
@@ -139,4 +137,4 @@ class Share extends Plugin {
return 2;
}
-} \ No newline at end of file
+}