From 753e88793e0525cadd8a544e3f4093cc3cf7b331 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Tue, 30 Aug 2022 18:07:25 +0200 Subject: Port admin settings to vue (#1880) * Port admin settings to vue Co-authored-by: anoy. Co-authored-by: Benjamin Brahmer Signed-off-by: Carl Schwan --- templates/admin.php | 134 ++-------------------------------------------------- 1 file changed, 5 insertions(+), 129 deletions(-) (limited to 'templates/admin.php') diff --git a/templates/admin.php b/templates/admin.php index d85af3f83..56c6498a6 100644 --- a/templates/admin.php +++ b/templates/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')); ?> -
-
+
-- cgit v1.2.3