fix(ui): élargissement des sections informations et licences adhérent
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
<!-- Main section -->
|
<!-- Main section -->
|
||||||
<div class="flex-1 overflow-auto p-6">
|
<div class="flex-1 overflow-auto p-6">
|
||||||
<div class="max-w-3xl mx-auto bg-white rounded-xl shadow-sm border border-gray-100 p-8">
|
<div class="max-w-6xl mx-auto bg-white rounded-xl shadow-sm border border-gray-100 p-8">
|
||||||
|
|
||||||
<form th:action="@{/adherents}" th:object="${adherent}" method="post" class="space-y-6">
|
<form th:action="@{/adherents}" th:object="${adherent}" method="post" class="space-y-6">
|
||||||
<input type="hidden" th:field="*{id}" />
|
<input type="hidden" th:field="*{id}" />
|
||||||
@@ -149,7 +149,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Licences Section (Only visible for existing adherents) -->
|
<!-- Licences Section (Only visible for existing adherents) -->
|
||||||
<div th:if="${adherent.id != null}" class="max-w-3xl mx-auto bg-white rounded-xl shadow-sm border border-gray-100 p-8 mt-6">
|
<div th:if="${adherent.id != null}" class="max-w-6xl mx-auto bg-white rounded-xl shadow-sm border border-gray-100 p-8 mt-6">
|
||||||
<div class="flex justify-between items-center mb-6">
|
<div class="flex justify-between items-center mb-6">
|
||||||
<h3 class="text-xl font-bold text-gray-900">Licences de l'adhérent</h3>
|
<h3 class="text-xl font-bold text-gray-900">Licences de l'adhérent</h3>
|
||||||
<button th:if="${#lists.isEmpty(licences)}" onclick="openLicenceModal()" class="bg-green-600 text-white px-4 py-2 rounded-lg text-sm font-medium hover:bg-green-700 transition-colors">
|
<button th:if="${#lists.isEmpty(licences)}" onclick="openLicenceModal()" class="bg-green-600 text-white px-4 py-2 rounded-lg text-sm font-medium hover:bg-green-700 transition-colors">
|
||||||
|
|||||||
Reference in New Issue
Block a user