From 716240329274912a354190998753c08d22a42082 Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Sun, 6 Mar 2016 17:02:58 +0100 Subject: Also make it clear with (mouse) hover text that you must click on the cover photo to show the channel/more --- include/widgets.php | 1 + view/tpl/cover_photo_widget.tpl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/widgets.php b/include/widgets.php index ad54cb59e..0d31133e7 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -1023,6 +1023,7 @@ function widget_cover_photo($arr) { '$photo_html' => $photo_html, '$title' => $title, '$subtitle' => $subtitle, + '$hovertitle' => t('Click to show more'), )); } return $o; diff --git a/view/tpl/cover_photo_widget.tpl b/view/tpl/cover_photo_widget.tpl index d6d2517e7..f5790d141 100755 --- a/view/tpl/cover_photo_widget.tpl +++ b/view/tpl/cover_photo_widget.tpl @@ -40,7 +40,7 @@ } -
+
{{$photo_html}}
-- cgit v1.2.3