summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-05 11:30:27 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-05 11:30:38 +0100
commit95530f62513a82c385d9378b4a59da57d74092d9 (patch)
treea4d17994548999b42e99371f381da8c256ee39bf /templates
parent57163ad25a7dc63abd8aff8663c185ddad398466 (diff)
update picofeed, add max size setting, fix #642
Diffstat (limited to 'templates')
-rw-r--r--templates/admin.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/admin.php b/templates/admin.php
index bf1810cb6..672ea8d64 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -72,6 +72,23 @@ style('news', 'admin');
</div>
<div class="form-line">
<p>
+ <label for="news-max-size">
+ <?php p($l->t('Maximum feed page size')); ?>
+ </label>
+ </p>
+ <p>
+ <em>
+ <?php p($l->t(
+ 'Maximum feed size in bytes. If the RSS/Atom page is ' .
+ 'bigger than this value, the update will be aborted'
+ )); ?>
+ </em>
+ </p>
+ <p><input type="text" name="news-max-size"
+ value="<?php p($_['maxSize']); ?>"></p>
+ </div>
+ <div class="form-line">
+ <p>
<label for="news-feed-fetcher-timeout">
<?php p($l->t('Feed fetcher timeout')); ?>
</label>