]> _ Git - fluidbook-toolbox.git/commitdiff
wait 5676 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 9 Jan 2023 17:32:26 +0000 (18:32 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 9 Jan 2023 17:32:26 +0000 (18:32 +0100)
resources/views/fluidbook_translate/excel_export.blade.php
resources/views/fluidbook_translate/excel_import.blade.php

index 28bd093d8ad862c15a885cd68a742a7a53a1d5fc..70cd73ded5ee32778763fcb0e748232f55454418 100644 (file)
@@ -1,2 +1,3 @@
-<a href="{{$crud->route}}/excel/export/{{request()->get('locale')}}" class="btn btn-outline-notice"><span
+<a href="{{$crud->route}}/excel/export/{{request()->get('locale',app()->getLocale())}}"
+   class="btn btn-outline-notice"><span
         class="la la-file-excel"></span> {{__('Export Excel')}}</a>
index f7573b2852a8fc8972e9ea5695825c3640c7fc98..02a8e9184dd35dc6031b37dc661fa5fb0d80c402 100644 (file)
@@ -1,5 +1,5 @@
 @push("after_form")
-<form method="post" style="visibility: hidden;width: 0;height: 0;" enctype="multipart/form-data" action="{{$crud->route}}/excel/import/{{request()->get('locale')}}"
+<form method="post" style="visibility: hidden;width: 0;height: 0;" enctype="multipart/form-data" action="{{$crud->route}}/excel/import/{{request()->get('locale',app()->getLocale())}}"
       style="visibility:hidden;height:1px;position:absolute;top:0;" id="uploadimportform">
     @csrf
     <input type="file" name="file" id="uploadimport"