1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 08:35:55 +00:00

add some icons, remove some words

This commit is contained in:
Andrew Dolgov
2021-03-06 23:51:48 +03:00
parent 39c570a9ff
commit d6fd0d5462
3 changed files with 15 additions and 20 deletions

View File

@@ -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
}