summaryrefslogtreecommitdiffstats
path: root/templates/part.listfolder.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-18 16:29:41 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-18 16:29:41 +0200
commitd4aa705a07bd49290680a83472ed1b4437489b92 (patch)
tree7478944e4939ea32d76a8bd94ce80f036f454bdf /templates/part.listfolder.php
parentfd8a57477e76ee670338885f5a79fbda1f1391bd (diff)
add tipsy to buttons, fix #18
Diffstat (limited to 'templates/part.listfolder.php')
-rw-r--r--templates/part.listfolder.php10
1 files changed, 7 insertions, 3 deletions
diff --git a/templates/part.listfolder.php b/templates/part.listfolder.php
index 4266b4814..eea3032a7 100644
--- a/templates/part.listfolder.php
+++ b/templates/part.listfolder.php
@@ -28,7 +28,8 @@
<button ng-click="folderBusinessLayer.delete(folder.id)"
ng-hide="folderBusinessLayer.hasFeeds(folder.id) || !folder.id"
class="svg action delete-icon"
- title="<?php p($l->t('Delete folder')); ?>"></button>
+ title="<?php p($l->t('Delete folder')); ?>"
+ oc-tipsy></button>
<span class="unread-counter"
ng-show="folderBusinessLayer.getUnreadCount(folder.id) > 0">
@@ -38,15 +39,18 @@
<button class="svg action mark-read-icon"
ng-show="folderBusinessLayer.getUnreadCount(folder.id) > 0 && folder.id"
ng-click="folderBusinessLayer.markFolderRead(folder.id)"
- title="<?php p($l->t('Mark all read')); ?>"></button>
+ title="<?php p($l->t('Mark all read')); ?>"
+ oc-tipsy></button>
<button class="svg action delete-icon"
ng-click="folderBusinessLayer.markErrorRead(folder.name)"
title="<?php p($l->t('Delete folder')); ?>"
- ng-show="folder.error"></button>
+ ng-show="folder.error"
+ oc-tipsy></button>
<!-- <button class="svg action edit-icon"
ng-click="renameFolder(folder.id)"
+ oc-tipsy
title="<?php p($l->t('Rename folder')); ?>"></button>
-->