summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-17 21:29:55 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-08-17 21:29:55 +0200
commit3f524eac6cdac79e1a63f4a36ff24ded229e3cca (patch)
treec84f5d069af7c1d60cc4d39ad6581b5ee009fa73 /templates
parent5ef50596b201ccd23274a275ea708ef55fa9ee2f (diff)
removed edit feed because it has no function
Diffstat (limited to 'templates')
-rw-r--r--templates/part.listfeed.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index e06dcd38c..e8d91ecb8 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -19,6 +19,5 @@ if($unreadItemsCount == 0){
echo '<li class="feed" data-id="' . $feed->getId() . '" style="background-image: url(' . $favicon . ');">';
echo '<a href="#" " class="' . $allReadClass . '">' . $feed->getTitle() .'</a>';
echo '<span class="unreaditemcounter ' . $allReadClass . '">' . $unreadItemsCount . '</span>';
-echo '<button class="svg action feeds_edit" title="' . $l->t('Edit feed') . '"></button>';
echo '<button class="svg action feeds_delete" onClick="(News.Feed.delete(' . $feed->getId(). '))" title="' . $l->t('Delete feed') . '"></button>';
echo '</li>';