single-user-edit-page #971

Merged
philipp merged 23 commits from single-user-edit-page into staging 2025-05-03 19:20:21 +02:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit 25c3a28c7d - Show all commits

View File

@ -5,7 +5,8 @@
.input-group { .input-group {
@apply flex; @apply flex;
input[readonly] { input[readonly],
select[disabled] {
opacity: .7; opacity: .7;
} }

View File

@ -107,9 +107,11 @@
{% for log in logbook %} {% for log in logbook %}
{{ log::show_old(log=log, state="completed", only_ones=false, index=loop.index, allowed_to_edit=false) }} {{ log::show_old(log=log, state="completed", only_ones=false, index=loop.index, allowed_to_edit=false) }}
{% endfor %} {% endfor %}
{% if allowed_to_edit %}
<button type="button" <button type="button"
onclick="document.getElementById('call-for-action').showModal()" onclick="document.getElementById('call-for-action').showModal()"
class="btn btn-primary">Zu Vereinsmitglied umwandeln</button> class="btn btn-primary">Zu Vereinsmitglied umwandeln</button>
{% endif %}
</div> </div>
<dialog id="call-for-action" <dialog id="call-for-action"
class="max-w-screen-sm w-full dark:bg-primary-600 dark:text-white rounded-md" class="max-w-screen-sm w-full dark:bg-primary-600 dark:text-white rounded-md"