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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user