summaryrefslogtreecommitdiffstats
path: root/templates/part.showall.php
blob: 374303358dd0559cd1b2b28650f4a79e83235dbf (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 read articles')); ?></a>
</li>

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