summaryrefslogtreecommitdiffstats
path: root/templates/admin.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-03 12:25:38 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-03 12:25:48 +0200
commit312796b1ca251567159368dddcaed1a3f0ddafc0 (patch)
tree17ed1374f197bdedd8e1492108f010113b4d009c /templates/admin.php
parent2cffff339b8d166b8423f0cc982489cb18071d6e (diff)
removed useless settings template
Diffstat (limited to 'templates/admin.php')
-rw-r--r--templates/admin.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/templates/admin.php b/templates/admin.php
deleted file mode 100644
index 84282a9d6..000000000
--- a/templates/admin.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?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>