Kalender Anpassungen

- Kalender Termin Kopierfeature
This commit is contained in:
Daniel Spitzer
2025-06-09 12:10:16 +02:00
parent 630af363f9
commit 488457ccd8
3 changed files with 113 additions and 11 deletions

View File

@@ -120,7 +120,8 @@ endforeach;
class="fa-duotone fa-solid fa-phone-volume fa-calendar-call fa-calendar-call-search"></i>
</button>
<button title="Abgesagte Termine" data-eventcancelled="1"
class="btn btn-light btn-light-search"><i class="fa-duotone fa-solid fa-calendar-symbol fa-calendar-circle-exclamation"></i>
class="btn btn-light btn-light-search"><i
class="fa-duotone fa-solid fa-calendar-symbol fa-calendar-circle-exclamation"></i>
</button>
@@ -664,16 +665,20 @@ endforeach;
<label for="location" class="col-form-label fw-medium">Kunde</label>
<div class="form-check ml-3" style="margin-top: 7px;display:inline-block">
<div class="d-inline-block">
<input class="form-check-input eventmodal-checkbox hide-cancelled" type="checkbox" value=""
<input class="form-check-input eventmodal-checkbox hide-cancelled" type="checkbox"
value=""
id="customer-info-check">
<label class="form-check-label fw-medium checkbox-label hide-cancelled" for="customer-info-check">
<label class="form-check-label fw-medium checkbox-label hide-cancelled"
for="customer-info-check">
Info senden
</label>
</div>
<div class="d-inline-block">
<input class="form-check-input eventmodal-checkbox show-cancelled" type="checkbox" value=""
<input class="form-check-input eventmodal-checkbox show-cancelled" type="checkbox"
value=""
id="customer-info-check-cancelled">
<label class="form-check-label fw-medium checkbox-label show-cancelled" for="customer-info-check-cancelled">
<label class="form-check-label fw-medium checkbox-label show-cancelled"
for="customer-info-check-cancelled">
Absage senden
</label>
</div>
@@ -689,7 +694,8 @@ endforeach;
</div>
</div>
<div class="d-inline-block ml-4">
<input class="form-check-input eventmodal-checkbox hide-cancelled" type="checkbox" value=""
<input class="form-check-input eventmodal-checkbox hide-cancelled" type="checkbox"
value=""
id="customer-info-reminder-check">
<label class="form-check-label fw-medium checkbox-label hide-cancelled"
for="customer-info-reminder-check">
@@ -754,6 +760,20 @@ endforeach;
</div>
</div>
<div class="delete-old-div">
<div class="row mt-2 mb-3 justify-content-center">
<div class="form-check" style="margin-top: 7px;">
<input style=" margin-top: 7px;" class="form-check-input eventmodal-checkbox" type="checkbox" value=""
id="delete-old-entry"> <label class="form-check-label fw-medium checkbox-label"
for="delete-old-entry">
<span style="color:#a20909;font-size: 17px;">Alten eintrag löschen</span>
</label>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-success hide-cancelled" id="add-event">Hinzufügen</button>
@@ -766,16 +786,24 @@ endforeach;
Absagen
</button>
<button style="display:none" type="button" class="btn btn-success show-update hide-cancelled" id="update-event">
<button style="display:none" type="button" class="btn btn-success show-update hide-cancelled"
id="update-event">
Speichern
</button>
<button style="display:none" type="button" class="btn btn-primary show-update hide-cancelled" id="cancel-event">
<button style="display:none" type="button" class="btn btn-primary show-update hide-cancelled"
id="cancel-event">
Termin Absage
</button>
<button style="display:none" type="button" class="btn btn-danger show-update hide-cancelled" id="delete-event">
<button style="display:none" type="button" class="btn btn-primary show-update hide-cancelled"
id="copy-event">
Kopieren
</button>
<button style="display:none" type="button" class="btn btn-danger show-update hide-cancelled"
id="delete-event">
Löschen
</button>
<button style="display:none" type="button" class="btn btn-danger show-cancelled" id="cancelled-event">
<button style="display:none" type="button" class="btn btn-danger show-cancelled"
id="cancelled-event">
Absagen
</button>
<button type="button" class="btn btn-secondary" data-dismiss="modal">Abbrechen</button>