summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-05-02 10:19:19 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-05-02 10:19:28 +0200
commit8313074915401859de4e6236fa14f9ad428451f5 (patch)
tree0a9eabf7509566ad1dee4fe5df46361929736eb1 /templates
parent0f88a5283349097362bf384bd114ca68b1a4bc02 (diff)
use system notifications, fix #779
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.cronwarning.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/part.content.cronwarning.php b/templates/part.content.cronwarning.php
index 57eebe123..afde73a49 100644
--- a/templates/part.content.cronwarning.php
+++ b/templates/part.content.cronwarning.php
@@ -1,5 +1,5 @@
<?php if ($_['cronWarning']) { ?>
- <div id="cron-warning">
+ <news-instant-notification id="cron-warning">
<p><?php p($l->t('Ajax cron mode detected! Your feeds will ' .
'not be updated correctly. It is recommended to either use ' .
'the operating system cron or a custom updater.'
@@ -25,5 +25,5 @@
</li>
</ul>
</p>
- </div>
+ </news-instant-notification>
<?php }; ?>