From 42c57af9f883984429ae1c529855eeeed7013588 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 24 May 2017 20:52:23 +0200 Subject: better link --- templates/part.content.cronwarning.php | 25 -------------------- templates/part.content.php | 2 +- templates/part.content.warnings.php | 42 ++++++++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+), 26 deletions(-) delete mode 100644 templates/part.content.cronwarning.php create mode 100644 templates/part.content.warnings.php (limited to 'templates') diff --git a/templates/part.content.cronwarning.php b/templates/part.content.cronwarning.php deleted file mode 100644 index 62052b331..000000000 --- a/templates/part.content.cronwarning.php +++ /dev/null @@ -1,25 +0,0 @@ - - -

t('Ajax or Web cron mode detected! Your feeds will not be updated!')); ?>

- -
- diff --git a/templates/part.content.php b/templates/part.content.php index 873c71bdc..844588c4f 100644 --- a/templates/part.content.php +++ b/templates/part.content.php @@ -1,4 +1,4 @@ -inc('part.content.cronwarning')) ?> +inc('part.content.warnings')) ?>
+ +

t('Ajax or Web cron mode detected! Your feeds will not be updated!')); ?>

+ +
+ + + + +

t('Incorrect MySql/MariaDb database charset detected!')); ?>

+ +
+ \ No newline at end of file -- cgit v1.2.3