Ein bisschen CSS, ein bisschen Übersetzung

This commit is contained in:
2026-04-04 23:24:59 +02:00
parent 3e5c99c3dd
commit 9cac0294cd
6 changed files with 98 additions and 39 deletions

View File

@@ -47,7 +47,7 @@
</tr>
<tr>
<td>{{ __('app.events.active') }}:</td>
<td><input type="checkbox" id="active"></td>
<td><input type="checkbox" id="active" name="{{ __('app.events.active') }}"></td>
</tr>
</table>
<button id="add" onclick="addEvent()">{{ __('app.events.add') }}</button>