summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2020-05-23 21:27:34 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2020-08-14 18:22:57 +0200
commit4ebc906fef787996497dc198e536e152e8be9bde (patch)
tree06fe6f4696c5b9af68f623a8a63231748daa7dbb /templates
parent1619dd379d79482e58696eea6c4fea7a03f9e65f (diff)
Update to new BackgroudJob logic
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to 'templates')
-rw-r--r--templates/admin.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/admin.php b/templates/admin.php
index cf69c33de..28f72dffd 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -125,6 +125,25 @@ style('news', 'admin');
<p><input type="text" name="news-explore-url"
value="<?php p($_['exploreUrl']); ?>"></p>
</div>
+ <div class="form-line">
+ <p>
+ <label for="news-updater-interval">
+ <?php p($l->t('Update Interval')); ?>
+ </label>
+ </p>
+ <p>
+ <em>
+ <?php p($l->t(
+ 'Interval in which the feeds will be updated '
+ )); ?>.
+ </em>
+ <a href="https://github.com/nextcloud/news/tree/master/docs/updateInterval"><?php p($l->t(
+ 'For more information check the wiki'
+ )); ?></a>
+ </p>
+ <p><input type="text" name="news-update-interval"
+ value="<?php p($_['updateInterval']); ?>"></p>
+ </div>
<div id="news-saved-message">
<span class="msg success"><?php p($l->t('Saved')); ?></span>
</div>