summaryrefslogtreecommitdiff
path: root/plugins/share
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-13 18:32:02 +0300
committerAndrew Dolgov <[email protected]>2021-02-13 18:32:02 +0300
commit17413078a72e1298c6dc8953c40e8d83ce38c49c (patch)
tree3951793b50ded20a5b15cf78b1727e787c014ad2 /plugins/share
parent9684ce5c4b94c21002209f88c26f5ead94406198 (diff)
pref feeds: index cleanup, split into several methods, use tabs to maximize space for feed tree, persist feed tree state
Diffstat (limited to 'plugins/share')
-rw-r--r--plugins/share/init.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/share/init.php b/plugins/share/init.php
index 0794f5125..42923ed8a 100644
--- a/plugins/share/init.php
+++ b/plugins/share/init.php
@@ -42,13 +42,13 @@ class Share extends Plugin {
function hook_prefs_tab_section($id) {
if ($id == "prefFeedsPublishedGenerated") {
- print "<h3>" . __("You can disable all articles shared by unique URLs here.") . "</h3>";
+ print "<hr/>";
+
+ print "<h2>" . __("You can disable all articles shared by unique URLs here.") . "</h2>";
print "<button class='alt-danger' dojoType='dijit.form.Button' onclick=\"return Plugins.Share.clearKeys()\">".
__('Unshare all articles')."</button> ";
- print "</p>";
-
}
}