From d4aa705a07bd49290680a83472ed1b4437489b92 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 18 Apr 2013 16:29:41 +0200 Subject: add tipsy to buttons, fix #18 --- templates/part.listfeed.php | 9 ++++++--- templates/part.listfolder.php | 10 +++++++--- 2 files changed, 13 insertions(+), 6 deletions(-) (limited to 'templates') diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php index 1a56febf2..3c9b7eeed 100644 --- a/templates/part.listfeed.php +++ b/templates/part.listfeed.php @@ -36,17 +36,20 @@ + title="t('Mark all read')); ?>" + oc-tipsy> + ng-show="feed.id" + oc-tipsy> + ng-show="feed.error" + oc-tipsy>
{{ feed.error }}
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 @@ + title="t('Delete folder')); ?>" + oc-tipsy> @@ -38,15 +39,18 @@ + title="t('Mark all read')); ?>" + oc-tipsy> + ng-show="folder.error" + oc-tipsy> -- cgit v1.2.3