summaryrefslogtreecommitdiffstats
path: root/templates/part.showall.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-11 15:30:31 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-11 15:30:55 +0100
commit5492e60510379add1523454f322def81167be8be (patch)
tree8fff208ff6492758cff1b17aae7ec02c797cd322 /templates/part.showall.php
parente10d99e13da782e4c4bed03974bb10959ed333b4 (diff)
new style and style cleanup for the news app
Diffstat (limited to 'templates/part.showall.php')
-rw-r--r--templates/part.showall.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/part.showall.php b/templates/part.showall.php
new file mode 100644
index 000000000..f5cacf039
--- /dev/null
+++ b/templates/part.showall.php
@@ -0,0 +1,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>