From c6b4bcc00e5202e85388a0624d149e8b1df386f8 Mon Sep 17 00:00:00 2001 From: Devlin Junker Date: Wed, 9 Nov 2022 21:52:11 -0800 Subject: upmerging master into vue-rewrite Signed-off-by: Devlin Junker --- templates-old/admin.php | 134 ++------------------------------ templates-old/part.content.warnings.php | 44 ++++++----- 2 files changed, 28 insertions(+), 150 deletions(-) (limited to 'templates-old') diff --git a/templates-old/admin.php b/templates-old/admin.php index d85af3f83..56c6498a6 100644 --- a/templates-old/admin.php +++ b/templates-old/admin.php @@ -1,132 +1,8 @@ +// SPDX-Licence-Identifier: AGPL-3.0-or-later +\OCP\Util::addScript('news', 'build/news-admin-settings'); ?> -
-

News

-
-

> - -

-

- t( - 'Disable this if you use a custom updater.' - )); ?> -

-
-
-

-

- -

- - t( - 'Minimum amount of seconds after deleted feeds and folders ' . - 'are removed from the database; values below 60 seconds are ' . - 'ignored.' - )); ?> -

-

-
-
-

- -

-

- - t( - 'Defines the maximum amount of articles that can be read per ' . - "feed which won't be deleted by the cleanup job; ". - 'if old articles reappear after being read, increase ' . - 'this value; negative values such as -1 will turn this ' . - 'feature off.' - )); ?> -

-

-
-
-

- -

-

- - t( - 'How many redirects the feed fetcher should follow.' - )); ?> - -

-

-
-
-

- -

-

- - t( - 'Maximum number of seconds to wait for an RSS or Atom feed ' . - 'to load; if it takes longer the update will be aborted.' - )); ?> -

-

-
-
-

- -

-

- - t( - 'If given, this service\'s URL will be queried for ' . - 'displaying the feeds in the explore feed section. To ' . - 'fall back to the built in explore service, leave this ' . - 'input empty.' - )); ?> - - t( - 'For more information check the wiki.' - )); ?> -

-

-
-
-

- -

-

- - t( - 'Interval in seconds in which the feeds will be updated.' - )); ?> - - t( - 'For more information check the documentation.' - )); ?> -

-

-
-
- t('Saved')); ?> -
-
+
diff --git a/templates-old/part.content.warnings.php b/templates-old/part.content.warnings.php index e8578b299..37cf1af9d 100644 --- a/templates-old/part.content.warnings.php +++ b/templates-old/part.content.warnings.php @@ -1,25 +1,27 @@ -

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

- +
+

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

+ +
-- cgit v1.2.3