summaryrefslogtreecommitdiffstats
path: root/templates/part.showall.php
blob: 4f21daf6da13e9b06ad01323d1808a1c035a04ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<li ui-if="!feedBusinessLayer.isShowAll() && feedBusinessLayer.getNumberOfFeeds() > 0"
	class="show-all">
	<a ng-click="feedBusinessLayer.setShowAll(true)"
		href="#"
		news-click-scroll="{direction: 'down', scrollArea: '#app-navigation > ul'}"><?php p($l->t('Show all')); ?></a>
</li>

<li ui-if="feedBusinessLayer.isShowAll() && feedBusinessLayer.getNumberOfFeeds() > 0"
	class="show-all">
	<a ng-click="feedBusinessLayer.setShowAll(false)"
		href="#"><?php p($l->t('Show only unread')); ?></a>
</li>