summaryrefslogtreecommitdiffstats
path: root/templates/part.listfolder.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-18 19:00:33 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-18 19:00:33 +0200
commit4f317fe9d74cb6180472ee84db7f7c580cce49f0 (patch)
tree3a8a8342a3f1e864558e953a740cb6d5c1f811ae /templates/part.listfolder.php
parent402c534ee6453e28e5902f3d4f3a21b534309d24 (diff)
use twitter bootstrap for tooltips
Diffstat (limited to 'templates/part.listfolder.php')
-rw-r--r--templates/part.listfolder.php9
1 files changed, 6 insertions, 3 deletions
diff --git a/templates/part.listfolder.php b/templates/part.listfolder.php
index 4266b4814..c8760f8aa 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-tooltip></button>
<span class="unread-counter"
ng-show="folderBusinessLayer.getUnreadCount(folder.id) > 0">
@@ -38,12 +39,14 @@
<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-tooltip></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-tooltip></button>
<!-- <button class="svg action edit-icon"
ng-click="renameFolder(folder.id)"