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

@@ -326,6 +326,7 @@
</template> </template>
</div> </div>
<button type="button" @click="newFileCount++" class="mt-2 text-sm text-blue-600 hover:text-blue-800">+ {{ __('admin.upload_new_file') }}</button> <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>
<div class="flex items-center gap-3"> <div class="flex items-center gap-3">

View File

@@ -350,6 +350,7 @@
</template> </template>
</div> </div>
<button type="button" @click="newFileCount++" class="mt-2 text-sm text-blue-600 hover:text-blue-800">+ {{ __('admin.upload_new_file') }}</button> <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>
<div class="flex items-center gap-3 flex-wrap"> <div class="flex items-center gap-3 flex-wrap">

View File

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