summaryrefslogtreecommitdiffstats
path: root/templates/part.showall.php
blob: f5cacf039006f72eef3ce71b0889d3599608e50e (plain)
1
2
3
4
5
6
7
<li ng-show="!getShowAll()" class="show-all">
        <a ng-click="setShowAll(true)" href="#"><?php p($l->t('Show all')); ?></a>
</li>

<li ng-show="getShowAll()" class="show-all">
        <a ng-click="setShowAll(false)" href="#"><?php p($l->t('Show only unread')); ?></a>
</li>