Datei-Upload: Hinweis auf erlaubte Typen und max. 10 MB anzeigen

Zeigt bei Event-Erstellen, Event-Bearbeiten und Team-Bearbeiten
den Hinweis auf erlaubte Dateitypen und maximale Dateigröße (10 MB)
unterhalb des Upload-Buttons an. Die Dateibibliothek und die
eigenständige Upload-Seite hatten den Hinweis bereits.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Rhino
2026-03-03 10:16:19 +01:00
parent 2f30bcc87d
commit 28beb99896
3 changed files with 3 additions and 0 deletions

View File

@@ -231,6 +231,7 @@
<button type="button" @click="newFileCount++" class="mt-2 text-sm text-blue-600 hover:text-blue-800">
+ {{ __('admin.upload_new_file') }}
</button>
<p class="mt-1 text-xs text-gray-400">{{ __('admin.allowed_file_types') }} · {{ __('admin.max_file_size') }}</p>
</div>
</form>