summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/prefs.php b/prefs.php
index 2b2af8452..d11c6281e 100644
--- a/prefs.php
+++ b/prefs.php
@@ -124,7 +124,10 @@
</div>
<div id="header">
- <!-- <a href='#' onclick="showHelp()"><?= __("Keyboard shortcuts") ?></a> | -->
+ <i class="material-icons net-alert" style="display : none"
+ title="<?= __("Communication problem with server.") ?>">error_outline</i>
+ <i class="material-icons log-alert" style="display : none" onclick="App.openPreferences('system')"
+ title="<?= __("Recent entries found in event log.") ?>">warning</i>
<a href="#" onclick="document.location.href = 'index.php'"><?= __('Exit preferences') ?></a>
</div>