v0.10.3 - Fixed darkmode css on app/washing-reservations/create.blade.php. Fixed frontend file upload valdiation. Fixed analytics
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
@endif
|
||||
|
||||
<span>{{__('msg.profilbillede')}}:</span>
|
||||
<input type="file" name="resource">
|
||||
<input type="file" name="resource" accept="image/*">
|
||||
<button type="submit" class="btn text-center btn-sde-blue mt-1">{{__('msg.ændrer')}}</button>
|
||||
<a onclick="window.history.back()" class="btn text-center btn-sde-blue mt-1">{{__('msg.tilbage')}}</a>
|
||||
</form>
|
||||
|
||||
@@ -5,6 +5,11 @@
|
||||
@endsection
|
||||
|
||||
@section("content")
|
||||
<style>
|
||||
option {
|
||||
color: black;
|
||||
}
|
||||
</style>
|
||||
<main style="justify-content: unset">
|
||||
<h1 class="text-center sde-blue mb-0">{{__('msg.bookingliste')}}</h1>
|
||||
{!! session()->get('ReservationExists') !!}
|
||||
@@ -200,6 +205,7 @@
|
||||
|
||||
button.id = "create-reservation";
|
||||
button.innerText = "{{__('msg.reserver')}}";
|
||||
button.classList.add("btn", "btn-sde-blue")
|
||||
button.type = "submit";
|
||||
|
||||
container.appendChild(button);
|
||||
|
||||
Reference in New Issue
Block a user