summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/part.feed.unread.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/templates/part.feed.unread.php b/templates/part.feed.unread.php
index 559a96a90..a9ed104c6 100644
--- a/templates/part.feed.unread.php
+++ b/templates/part.feed.unread.php
@@ -5,8 +5,15 @@
ng-show="isShown(feedType.Subscriptions, 0)">
<a class="rss-icon"
href="#"
+ ui-if="getShowAll()==false"
ng-click="loadFeed(feedType.Subscriptions, 0)">
- <?php p($l->t('New articles'))?>
+ <?php p($l->t('Unread articles'))?>
+ </a>
+ <a class="rss-icon"
+ href="#"
+ ui-if="getShowAll()==true"
+ ng-click="loadFeed(feedType.Subscriptions, 0)">
+ <?php p($l->t('All articles'))?>
</a>
<span class="utils">
<button class="svg action mark-read-icon"