summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-15 14:53:24 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-15 14:53:24 +0200
commit89c31ab5fcb2f931fecc5ce82608ff7c8129510a (patch)
tree88ca3a01002ae7b436a7d96d948751fe171c7326 /templates
parent01d6e6a3df56008d6fe684720e5be6de5f3ef7b2 (diff)
use delete icon for feed and folder errors and use Delete website instead of discard, fix #70
Diffstat (limited to 'templates')
-rw-r--r--templates/part.listfeed.php4
-rw-r--r--templates/part.listfolder.php4
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index 4ad3fc73c..94fcb997b 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -43,9 +43,9 @@
title="<?php p($l->t('Delete feed')); ?>"
ng-show="feed.id"></button>
- <button class="svg action mark-read-icon"
+ <button class="svg action delete-icon"
ng-click="feedBl.markErrorRead(feed.urlHash)"
- title="<?php p($l->t('Discard')); ?>"
+ title="<?php p($l->t('Delete website')); ?>"
ng-show="feed.error"></button>
</span>
diff --git a/templates/part.listfolder.php b/templates/part.listfolder.php
index 4e43bf579..141118d69 100644
--- a/templates/part.listfolder.php
+++ b/templates/part.listfolder.php
@@ -39,9 +39,9 @@
ng-click="folderBl.markFolderRead(folder.id)"
title="<?php p($l->t('Mark all read')); ?>"></button>
- <button class="svg action mark-read-icon"
+ <button class="svg action delete-icon"
ng-click="folderBl.markErrorRead(folder.name)"
- title="<?php p($l->t('Discard')); ?>"
+ title="<?php p($l->t('Delete folder')); ?>"
ng-show="folder.error"></button>
<!-- <button class="svg action edit-icon"