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:
@@ -350,6 +350,7 @@
|
||||
</template>
|
||||
</div>
|
||||
<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>
|
||||
|
||||
<div class="flex items-center gap-3 flex-wrap">
|
||||
|
||||
Reference in New Issue
Block a user