summaryrefslogtreecommitdiffstats
path: root/templates/part.listfeed.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-12 17:51:55 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-12 17:51:55 +0100
commit735b2ff157de8c52a7a8fe22088a932242753cca (patch)
tree8f65a5a35c525d84653b4aae71ac9258f61e5e16 /templates/part.listfeed.php
parent1f388ad3bc7e844bfea566214e442a2f10073146 (diff)
different order for the delete icon, disable export button if there are no feeds
Diffstat (limited to 'templates/part.listfeed.php')
-rw-r--r--templates/part.listfeed.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index ed75bc0a6..dcf26508d 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -12,6 +12,9 @@
</a>
<span class="utils">
+ <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)"
@@ -21,9 +24,6 @@
{{ 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>
</span>
</li>