From: soufiane Date: Mon, 3 Jul 2023 16:26:37 +0000 (+0200) Subject: wip #6066 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d1e33fb1de5b7880548323423f8280631708d077;p=fluidbook-toolbox.git wip #6066 @0:10 --- diff --git a/resources/views/fluidbook_publication/delivery.blade.php b/resources/views/fluidbook_publication/delivery.blade.php index 8fc3ad78a..cbff61c79 100644 --- a/resources/views/fluidbook_publication/delivery.blade.php +++ b/resources/views/fluidbook_publication/delivery.blade.php @@ -8,7 +8,6 @@ $statusText = $fluidbook->status ? 'prêt' : 'en cours de production'; $qrCodeMobile = QrCode::size(311)->color(27, 42, 78)->generate($fluidbook->getPreviewURL()); - $fluidbookDesktopPreview = route('deliveryThumb', ['id' => $fluidbook->id, 'type' => 'desktop']); $fluidbookMobilePreview = route('deliveryThumb', ['id' => $fluidbook->id, 'type' => 'mobile']); @@ -26,13 +25,21 @@ ['Langue principale' => $fluidbook->locale], ['Date de création' => $fluidbook->created_at], ['Dernière modification' => $fluidbook->updated_at], - ['Mode de navigation' => $fluidbook->mobileTransitions], + ['Mode de navigation' => getMobileTransitionName($fluidbook->mobileTransitions)], ['SEO' => $fluidbook->seoVersion], ['SCORM (e-learning)' => $fluidbook->scorm_version], ['Statistiques Fluidbook' => $fluidbook->stats], ['Google Analytics' => $fluidbook->googleTagManager] ]; + function getMobileTransitionName($transition) { + return match ($transition) { + 'flip3d' => 'Flip', + 'fade' => 'R', + default => $transition + }; + } + $features = [ 'index' => ["value" => $fluidbook->index,"text" => __('Index'),"svg" => "nav-index"], 'print' => ["value" => $fluidbook->print,"text" => __('Imprimer'),"svg" => "nav-print"], @@ -114,6 +121,10 @@ } $objectMail = "[Fluidbook #".$fluidbook->id."]"; + + $paramsArray = [ + '' + ]; @endphp @section('after_styles') @@ -365,8 +376,8 @@
Installer sur le serveur d’hébergement +

{{ $installServerUrl }}

-

{{ $installServerUrl }}