summaryrefslogtreecommitdiffstats
path: root/templates/part.items.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2013-04-20 10:57:11 +0200
committerAlessandro Cosentino <cosenal@gmail.com>2013-04-20 10:58:19 +0200
commitd3e7e8c491827a3435541a7ac9a6db705a06380e (patch)
treeb6821b2dc6446a2f3afaba278684825af27f6d76 /templates/part.items.php
parent0f923e0f4900efa1b12125112fb5c05ccb971ed9 (diff)
tooltip to stars
Diffstat (limited to 'templates/part.items.php')
-rw-r--r--templates/part.items.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/part.items.php b/templates/part.items.php
index 2e8d42461..b73af013c 100644
--- a/templates/part.items.php
+++ b/templates/part.items.php
@@ -14,7 +14,9 @@
<li ng-class="{ important: item.isStarred() }"
ng-click="itemBusinessLayer.toggleStarred(item.id)"
class="star"
- title="<?php p($l->t('Save for later')) ?>">
+ title="<?php p($l->t('Save for later')) ?>"
+ oc-tooltip
+ >
</li>
</ul>
</div>