Skip to content

Commit

Permalink
Modified the Jours Fériées Component
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiran-Larbi committed Jun 24, 2024
1 parent 974f57f commit eacbf61
Show file tree
Hide file tree
Showing 2 changed files with 313 additions and 310 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<app-modal title="Jour Fériés" [showModal]="showAlertModal"></app-modal>
<div *ngIf="showAddEventModal"
<!-- <app-modal title="Jour Fériés" [showModal]="showAlertModal"></app-modal> -->
<!-- <div *ngIf="showAddEventModal"
class="absolute z-10 " aria-labelledby="modal-title" role="dialog" aria-modal="true">
<div class="fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity"></div>
<div class="relative p-4 w-full max-w-md max-h-full">
<!-- Modal content -->
<div class="relative top-1/2 left-1/2 bg-white rounded-lg shadow dark:bg-gray-700">
<!-- Modal header -->
<div class="flex items-center justify-between p-4 md:p-5 border-b rounded-t dark:border-gray-600 ">
<h3 class="text-lg font-semibold text-gray-700 dark:text-white">
Jours Fériées
Expand All @@ -17,7 +15,6 @@ <h3 class="text-lg font-semibold text-gray-700 dark:text-white">
<span class="sr-only">Close modal</span>
</button>
</div>
<!-- Modal body -->
<form class="p-4 md:p-5" [formGroup]="addEventForm" (ngSubmit)="addEvent()">
<div class="grid gap-4 mb-4 grid-cols-2">
<div class="col-span-2">
Expand Down Expand Up @@ -52,9 +49,9 @@ <h3 class="text-lg font-semibold text-gray-700 dark:text-white">
</form>
</div>
</div>
</div>
<p-scrollPanel [style]="this.containerMesures">

</div> -->
<!-- <p-scrollPanel [style]="this.containerMesures"> -->
<!--
<div class="py-2 rounded-sm sm:bg-gray-50 sm:px-8 sm:shadow z-0 select-none">
<div class="pt-4">
Expand Down Expand Up @@ -91,7 +88,6 @@ <h1 class="py-2 text-2xl font-bold text-gray-700">Calendrier des Jours Fériés
<div class="flex items-baseline col-start-1
col-end-4 col-span-3">
<!-- Previous Button -->
<div
class="flex items-center justify-center gap-1 px-2 h-8 me-3 text-sm font-medium text-gray-500 bg-white border border-gray-300 rounded-lg hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white cursor-pointer"
Expand Down Expand Up @@ -133,8 +129,6 @@ <h1 class="py-2 text-2xl font-bold text-gray-700">Calendrier des Jours Fériés
</div>

<!-- Dropdown menu -->
<div class="place-self-end col-span-1">
<select
(change)="onSelectView($event.target)"
Expand Down Expand Up @@ -273,5 +267,9 @@ <h1 class="py-2 text-2xl font-bold text-gray-700">Calendrier des Jours Fériés
</tbody>
</table>
</div>
</div>
</p-scrollPanel>
</div> -->

<!-- </p-scrollPanel> -->


<h1>Jours Fériées Works</h1>
Loading

0 comments on commit eacbf61

Please sign in to comment.