summaryrefslogtreecommitdiffstats
path: root/templates/part.listfeed.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-12 00:34:49 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-12 00:34:49 +0100
commit2feb03999b243948b502400e2d7d06217cf3955b (patch)
tree2e25432a3626d4371c7a2fd46d1b0531babb7415 /templates/part.listfeed.php
parent95384df834a47a3e40f72ddc1e585b66af170efd (diff)
button fix
Diffstat (limited to 'templates/part.listfeed.php')
-rw-r--r--templates/part.listfeed.php18
1 files changed, 10 insertions, 8 deletions
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index 7b9f1b57f..ed75bc0a6 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -12,16 +12,18 @@
</a>
<span class="utils">
+
+ <button class="svg action mark-read-icon"
+ ng-click="markAllRead(feedType.Feed, feed.id)"
+ title="<?php p($l->t('Mark all read')); ?>"></button>
+
<span class="unread-counter">
- {{ getUnreadCount(feedType.Feed, feed.id) }}
+ {{ getUnreadCount(feedType.Feed, feed.id) }}
</span>
-
+
<button ng-click="delete(feedType.Feed, feed.id)"
- class="svg action delete-icon"
- title="<?php p($l->t('Delete feed')); ?>"></button>
-
- <button class="svg action mark-read-icon"
- ng-click="markAllRead(feedType.Feed, feed.id)"
- title="<?php p($l->t('Mark all read')); ?>"></button>
+ class="svg action delete-icon"
+ title="<?php p($l->t('Delete feed')); ?>"></button>
+
</span>
</li>