helpdesk.magico:Okno szczegółów numeru - widok smsów i szablonów

This commit is contained in:
2022-04-19 12:11:53 +02:00
parent da1794b17a
commit 2417d191ee
3 changed files with 140 additions and 12 deletions

BIN
src/.tmp/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -2038,19 +2038,20 @@
</div> </div>
</div> </div>
<div class="col-12 col-md-4"> <div class="col-12 col-md-4 d-flex flex-column" style="height: 35rem;">
<!-- Pokazujemy po kliknięciu na ikonę planowania terminu rozmowy <!-- Pokazujemy po kliknięciu na ikonę planowania terminu rozmowy
dla pola daty robimy ładnego datepickera | czas ograniczamy do godzin i minut, z interwałem co 15 minut --> dla pola daty robimy ładnego datepickera | czas ograniczamy do godzin i minut, z interwałem co 15 minut -->
<div class="mb-4">
<!--
<form> <form>
<div class="input-group mb-3"> <div class="input-group mb-3">
<input type="data" class="form-control" placeholder="2022-03-14 14:15" aria-label="2022-03-14 14:15" aria-describedby="basic-addon2"> <input type="data" class="form-control" placeholder="2022-03-14 14:15" aria-label="2022-03-14 14:15" aria-describedby="basic-addon2">
<span class="input-group-text btn btn-outline-primary" id="basic-addon2"><i class="bi bi-send"></i></span> <span class="input-group-text btn btn-outline-primary" id="basic-addon2"><i class="bi bi-send"></i></span>
</div> </div>
</form> </form>
</div>
<hr class="mb-4"> <hr class="mb-4">
@@ -2059,14 +2060,77 @@
<textarea id="exampleFormControlTextarea1" class="form-control" placeholder="Komentarz" rows="4"></textarea> <textarea id="exampleFormControlTextarea1" class="form-control" placeholder="Komentarz" rows="4"></textarea>
</div> </div>
<div class="d-flex justify-content-end gap-3"> <div class="d-flex justify-content-end gap-3">
<a class="js-delete-field btn btn-white btn-sm" href="javascript:;" data-hs-add-field-delete="0">Anuluj</a> <a class="js-delete-field btn btn-white btn-sm" href="javascript:;" data-hs-add-field-delete="0">Wyczyść</a>
<a class="btn btn-primary btn-sm" href="javascript:;">Skomentuj</a> <a class="btn btn-primary btn-sm" href="javascript:;">Skomentuj</a>
</div> </div>
</form> </form>
<hr class="mb-4"> -->
<form class="mb-3">
<div class="mb-3">
<textarea id="exampleFormControlTextarea1" class="form-control" placeholder="Treść SMS" rows="4"></textarea>
</div>
<div class="d-flex justify-content-end gap-3">
<a class="js-delete-field btn btn-white btn-sm" href="javascript:;" data-hs-add-field-delete="0">Wyczyść</a>
<a class="btn btn-primary btn-sm" href="javascript:;">Wyślij SMS</a>
</div>
</form>
<span class="divider-start mb-3">Szablony SMS</span>
<div class="magico-scroll overflow-auto ">
<!-- Card -->
<div class="card mb-2">
<div class="card-body">
<span class="card-subtitle">Kurier DPD</span>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
<!-- End Card -->
<!-- Card -->
<div class="card mb-2">
<div class="card-body">
<span class="card-subtitle">Kurier DPD</span>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
<!-- End Card -->
<!-- Card -->
<div class="card mb-2">
<div class="card-body">
<span class="card-subtitle">Kurier DPD</span>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
<!-- End Card -->
<!-- Card -->
<div class="card mb-2">
<div class="card-body">
<span class="card-subtitle">Kurier DPD</span>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
<!-- End Card -->
<!-- Card -->
<div class="card mb-2">
<div class="card-body">
<span class="card-subtitle">Kurier DPD</span>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
<!-- End Card -->
</div> </div>
</div> </div>
</div> </div>

View File

@@ -861,19 +861,20 @@
</div> </div>
</div> </div>
<div class="col-12 col-md-4"> <div class="col-12 col-md-4 d-flex flex-column" style="height: 35rem;">
<!-- Pokazujemy po kliknięciu na ikonę planowania terminu rozmowy <!-- Pokazujemy po kliknięciu na ikonę planowania terminu rozmowy
dla pola daty robimy ładnego datepickera | czas ograniczamy do godzin i minut, z interwałem co 15 minut --> dla pola daty robimy ładnego datepickera | czas ograniczamy do godzin i minut, z interwałem co 15 minut -->
<div class="mb-4">
<!--
<form> <form>
<div class="input-group mb-3"> <div class="input-group mb-3">
<input type="data" class="form-control" placeholder="2022-03-14 14:15" aria-label="2022-03-14 14:15" aria-describedby="basic-addon2"> <input type="data" class="form-control" placeholder="2022-03-14 14:15" aria-label="2022-03-14 14:15" aria-describedby="basic-addon2">
<span class="input-group-text btn btn-outline-primary" id="basic-addon2"><i class="bi bi-send"></i></span> <span class="input-group-text btn btn-outline-primary" id="basic-addon2"><i class="bi bi-send"></i></span>
</div> </div>
</form> </form>
</div>
<hr class="mb-4"> <hr class="mb-4">
@@ -882,14 +883,77 @@
<textarea id="exampleFormControlTextarea1" class="form-control" placeholder="Komentarz" rows="4"></textarea> <textarea id="exampleFormControlTextarea1" class="form-control" placeholder="Komentarz" rows="4"></textarea>
</div> </div>
<div class="d-flex justify-content-end gap-3"> <div class="d-flex justify-content-end gap-3">
<a class="js-delete-field btn btn-white btn-sm" href="javascript:;" data-hs-add-field-delete="0">Anuluj</a> <a class="js-delete-field btn btn-white btn-sm" href="javascript:;" data-hs-add-field-delete="0">Wyczyść</a>
<a class="btn btn-primary btn-sm" href="javascript:;">Skomentuj</a> <a class="btn btn-primary btn-sm" href="javascript:;">Skomentuj</a>
</div> </div>
</form> </form>
<hr class="mb-4"> -->
<form class="mb-3">
<div class="mb-3">
<textarea id="exampleFormControlTextarea1" class="form-control" placeholder="Treść SMS" rows="4"></textarea>
</div>
<div class="d-flex justify-content-end gap-3">
<a class="js-delete-field btn btn-white btn-sm" href="javascript:;" data-hs-add-field-delete="0">Wyczyść</a>
<a class="btn btn-primary btn-sm" href="javascript:;">Wyślij SMS</a>
</div>
</form>
<span class="divider-start mb-3">Szablony SMS</span>
<div class="magico-scroll overflow-auto ">
<!-- Card -->
<div class="card mb-2">
<div class="card-body">
<span class="card-subtitle">Kurier DPD</span>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
<!-- End Card -->
<!-- Card -->
<div class="card mb-2">
<div class="card-body">
<span class="card-subtitle">Kurier DPD</span>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
<!-- End Card -->
<!-- Card -->
<div class="card mb-2">
<div class="card-body">
<span class="card-subtitle">Kurier DPD</span>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
<!-- End Card -->
<!-- Card -->
<div class="card mb-2">
<div class="card-body">
<span class="card-subtitle">Kurier DPD</span>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
<!-- End Card -->
<!-- Card -->
<div class="card mb-2">
<div class="card-body">
<span class="card-subtitle">Kurier DPD</span>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
<!-- End Card -->
</div> </div>
</div> </div>
</div> </div>