update marketing
All checks were successful
All checks were successful
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
<div class="modal fade p-0" id="msg-log-view-modal">
|
||||
<div class="modal-dialog modal-dialog-centered modal-md">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h1 class="modal-title fs-5">{{ __('View Details') }}</h1>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="modal-body order-form-section">
|
||||
<table class="info-table">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="fw-bold" id="title"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="text-muted" id="message"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<svg class="me-1" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M12 1.33203V3.33203M4 1.33203V3.33203" stroke="#3F3F46" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M13.0003 2.33203H3.00033C2.26395 2.33203 1.66699 2.92898 1.66699 3.66536V13.332C1.66699 14.0684 2.26395 14.6654 3.00033 14.6654H13.0003C13.7367 14.6654 14.3337 14.0684 14.3337 13.332V3.66536C14.3337 2.92898 13.7367 2.33203 13.0003 2.33203Z" stroke="#3F3F46" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M1.66699 5.66797H14.3337" stroke="#3F3F46" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M7.99667 8.66797H8.00267M7.99667 11.3346H8.00267M10.6603 8.66797H10.6663M5.33301 8.66797H5.33899M5.33301 11.3346H5.33899" stroke="#3F3F46" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>{{ __('Date') }}:
|
||||
<span class="text-muted" id="date"></span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="border-0 w-50 viewmodal-type">
|
||||
{{ __('Type') }}:
|
||||
<span class="text-muted" id="type"></span>
|
||||
</td>
|
||||
|
||||
<td class="border-0 w-50 text-end viewmodal-type">
|
||||
{{ __('Message To') }}:
|
||||
<span class="text-muted" id="message_to"></span>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user