summaryrefslogtreecommitdiff
path: root/plugins/share
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-06 23:51:48 +0300
committerAndrew Dolgov <[email protected]>2021-03-06 23:51:48 +0300
commitd6fd0d5462ad5338cc60ad211856b3279d430bfb (patch)
treea767261740d92f1258fc0c62365c05d3248b3f62 /plugins/share
parent39c570a9ffdd7648a6c9c34b244d10b45c3933bc (diff)
add some icons, remove some words
Diffstat (limited to 'plugins/share')
-rw-r--r--plugins/share/init.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/share/init.php b/plugins/share/init.php
index 452fc6252..8145d51ee 100644
--- a/plugins/share/init.php
+++ b/plugins/share/init.php
@@ -47,9 +47,10 @@ class Share extends Plugin {
?>
<hr/>
- <h2><?= __("You can disable all articles shared by unique URLs here.") ?></h2>
+ <?= format_notice("You can disable all articles shared by unique URLs here.") ?></h2>
<button class='alt-danger' dojoType='dijit.form.Button' onclick="return Plugins.Share.clearKeys()">
+ <?= \Controls\icon('delete') ?>
<?= __('Unshare all articles') ?></button>
<?php
}