summaryrefslogtreecommitdiffstats
path: root/templates/admin.php
blob: 84282a9d6540b0d34fa6cd772a361da653af9ed4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>