update deps; allow gallery image select

This commit is contained in:
2023-11-07 20:49:22 +01:00
parent 48f26a1379
commit 7c684a30f7
2 changed files with 163 additions and 239 deletions

View File

@ -52,7 +52,7 @@
<div>
<label for="file-thirty" class="text-sm text-gray-600 dark:text-gray-100">Ergebnis-Foto vom Ergo-Display</label>
<input type="file" id="file-thirty" name="proof" class="input rounded-md" accept="image/*" capture="camera">
<input type="file" id="file-thirty" name="proof" class="input rounded-md" accept="image/*">
</div>
<div class="text-end">
<input type="submit" value="Speichern" class="btn btn-primary btn-fw m-auto"/>
@ -83,7 +83,7 @@
<div>
<label for="file-dozen" class="text-sm text-gray-600 dark:text-gray-100">Ergebnis-Foto vom Ergo-Display</label>
<input type="file" id="file-dozen" name="proof" class="input rounded-md" accept="image/*" capture="camera">
<input type="file" id="file-dozen" name="proof" class="input rounded-md" accept="image/*">
</div>
<div class="text-end">
<input type="submit" value="Speichern" class="btn btn-primary btn-fw m-auto"/>