summaryrefslogtreecommitdiffstats
path: root/templates/admin.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-03 12:25:21 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-03 12:25:48 +0200
commit2cffff339b8d166b8423f0cc982489cb18071d6e (patch)
tree0fe2a2cf3f2020c6074d74994d4633db097efb26 /templates/admin.php
parentbd2d820ff5db66cc0af4eaf036f772ddca4980f5 (diff)
removed useless settings
Diffstat (limited to 'templates/admin.php')
-rw-r--r--templates/admin.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/admin.php b/templates/admin.php
new file mode 100644
index 000000000..84282a9d6
--- /dev/null
+++ b/templates/admin.php
@@ -0,0 +1,14 @@
+<?php \OCP\Util::addScript('news', 'public/admin'); ?>
+
+
+<fieldset class="personalblock">
+ <legend><strong><?php p($l->t('News Settings')); ?></strong></legend>
+
+ <p><?php p($l->t('To prevent the news app to amount a lot of unread items this setting can be used to automatically delete those items.')); ?></p>
+ <lable for="auto-purge">
+ <?php p($l->t('Set the maximum number of feed items that should be unread and not starred.')); ?>
+ </label>
+ <input id="news-auto-purge-limit" type="text" disabled="disabled"
+ value="<?php p($_['purgeLimit']); ?>" name="auto-purge" />
+
+</fieldset>