Also make it clear with (mouse) hover text that you must click on the cover photo to show the channel/more

This commit is contained in:
jeroenpraat 2016-03-06 17:02:58 +01:00
parent 004468f231
commit 7162403292
2 changed files with 2 additions and 1 deletions

View File

@ -1023,6 +1023,7 @@ function widget_cover_photo($arr) {
'$photo_html' => $photo_html, '$photo_html' => $photo_html,
'$title' => $title, '$title' => $title,
'$subtitle' => $subtitle, '$subtitle' => $subtitle,
'$hovertitle' => t('Click to show more'),
)); ));
} }
return $o; return $o;

View File

@ -40,7 +40,7 @@
} }
</script> </script>
<div id="cover-photo" onclick="slideUpCover();"> <div id="cover-photo" onclick="slideUpCover();" title="{{$hovertitle}}">
{{$photo_html}} {{$photo_html}}
<div id="cover-photo-caption"> <div id="cover-photo-caption">
<div class="cover-photo-title"> <div class="cover-photo-title">