summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-11-01 14:25:05 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-11-01 14:25:42 +0100
commitb250747c6681dca656b0761f70f53d0295d228d1 (patch)
tree906be611568fa4c958600697e4c93d825240fcd8 /templates
parent00c4eeb67905f481e4d50e81237873956120c7c5 (diff)
fix #882
Diffstat (limited to 'templates')
-rw-r--r--templates/part.navigation.feed.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/part.navigation.feed.php b/templates/part.navigation.feed.php
index ecbc5960a..cbed3d84b 100644
--- a/templates/part.navigation.feed.php
+++ b/templates/part.navigation.feed.php
@@ -126,6 +126,18 @@
</button>
</li>
<li>
+ <button ng-click="Navigation.setUpdateMode(feed.id, 1)"
+ class="icon-updatemode-default"
+ ng-hide="feed.updateMode == 1"
+ title="<?php p($l->t('Keep updated articles as is')); ?>">
+ </button>
+ <button ng-click="Navigation.setUpdateMode(feed.id, 0)"
+ class="icon-updatemode-unread"
+ ng-show="feed.updateMode == 1"
+ title="<?php p($l->t('Mark updated articles unread')); ?>">
+ </button>
+ </li>
+ <li>
<button ng-click="feed.editing=true"
class="icon-rename"
title="<?php p($l->t('Rename feed')); ?>">