From: Vincent Vanwaelscappel Date: Fri, 23 Jun 2023 12:26:32 +0000 (+0200) Subject: wait #6015 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=4f3c3b8204a5ebc6409bee20d612a2d14324f120;p=fluidbook-toolbox.git wait #6015 @0.25 --- diff --git a/resources/views/fluidbook_stats/stats.blade.php b/resources/views/fluidbook_stats/stats.blade.php index 2fcb958f3..8b724b46c 100644 --- a/resources/views/fluidbook_stats/stats.blade.php +++ b/resources/views/fluidbook_stats/stats.blade.php @@ -198,9 +198,16 @@ 'slideshow'=>'las la-image', 'video'=>'las la-video', 'youtube'=>'lab la-youtube', - 'dailymotion'=>'fa-brands fa-dailymotion', + 'dailymotion'=>'las la-film', 'vimeo'=>'lab la-vimeo', ]; + + $tooltips=[ 'slideshow'=>__('Diaporama'), + 'video'=>__('Vidéo locale'), + 'youtube'=>__('Youtube'), + 'dailymotion'=>__('Dailymotion'), + 'vimeo'=>__('Vimeo'), + ]; @endphp

{{ __('Contenus multimédia') }}

@@ -217,7 +224,8 @@ @foreach($multimedia as $label=>$media) - {{$label }} + {{$label }} @include('fluidbook_stats.pagelink',['group'=>$media['pages'][0]??'']) {{ $formatter->format($media['nb']) }} @@ -337,6 +345,12 @@ {{-- Date Range picker setup: https://sensortower.github.io/daterangepicker/docs --}} + + @endpush