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

show alert if recent_log_events > 0

This commit is contained in:
Andrew Dolgov
2018-12-10 10:53:11 +03:00
parent 51de0ce807
commit 7e5c999146
8 changed files with 27 additions and 4 deletions

View File

@@ -166,6 +166,11 @@
<i class="material-icons">error_outline</i>
</div>
<div class="log-alert" style="display : none"
title="<?php echo __("Recent entries found in event log.") ?>">
<i class="material-icons">warning</i>
</div>
<?php
foreach (PluginHost::getInstance()->get_hooks(PluginHost::HOOK_MAIN_TOOLBAR_BUTTON) as $p) {
echo $p->hook_main_toolbar_button();