From: soufiane Date: Wed, 22 Oct 2025 12:29:56 +0000 (+0200) Subject: wait #7703 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=ad3b7fb4cd7bde944800a8fb5b463196d93dc8dd;p=fluidbook-toolbox.git wait #7703 --- diff --git a/resources/views/vendor/backpack/crud/buttons/fluidbook_publication/download.blade.php b/resources/views/vendor/backpack/crud/buttons/fluidbook_publication/download.blade.php index acb9e693d..04c1bfd88 100644 --- a/resources/views/vendor/backpack/crud/buttons/fluidbook_publication/download.blade.php +++ b/resources/views/vendor/backpack/crud/buttons/fluidbook_publication/download.blade.php @@ -41,10 +41,11 @@ if($entry->install_online && is_object($entry->install_online) && $entry->install_online->server && isset($servers[$entry->install_online->server])){ $server=$servers[$entry->install_online->server]; if($entry->install_online->path || $server['allows_root']){ - $installActions['install_online']=[ - 'label'=>__('Installer sur le serveur :server',['server'=>''.$server['name'].'']).' '.$server['base_url'].''.$entry->install_online->path.'', + $absUrl = $server['base_url'].$entry->install_online->path; + $installActions['install_online']=[ + 'label'=>__('Installer sur le serveur :server',['server'=>''.$server['name'].'']).' '.$server['base_url'].''.$entry->install_online->path.'', 'url'=> $basePackage.'/install/online', - ]; + ]; } } diff --git a/resources/views/vendor/backpack/crud/list.blade.php b/resources/views/vendor/backpack/crud/list.blade.php index eae3a2114..f982d1f0e 100644 --- a/resources/views/vendor/backpack/crud/list.blade.php +++ b/resources/views/vendor/backpack/crud/list.blade.php @@ -9,6 +9,7 @@ // if breadcrumbs aren't defined in the CrudController, use the default breadcrumbs $breadcrumbs = $breadcrumbs ?? $defaultBreadcrumbs; + $copyLink = ''; @endphp @section('header') @@ -164,6 +165,32 @@ {{-- CRUD LIST CONTENT - crud_list_styles stack --}} @stack('crud_list_styles') + @endsection @section('after_scripts') @@ -171,4 +198,39 @@ {{-- CRUD LIST CONTENT - crud_list_scripts stack --}} @stack('crud_list_scripts') + + @endsection