17 lines
1.0 KiB
Smarty
Executable File
17 lines
1.0 KiB
Smarty
Executable File
<div class="modal fade" id="tbm-not-set-modal" tabindex="-1" role="dialog" aria-labelledby="tbm-not-set-label" aria-hidden="true">
|
|
<div class="modal-dialog" role="document">
|
|
<div class="modal-content">
|
|
<div class="modal-header">
|
|
<h5 class="modal-title font-semibold" id="tbm-not-set-label">{l s='thob Body Measurements'}</h5>
|
|
</div>
|
|
<div class="modal-body p-8">
|
|
<p>{l s='Please fill your personal body measurements to have the best custom shopping experience.'}</p>
|
|
</div>
|
|
<div class="modal-footer text-end">
|
|
<a id="set-measurements-tbm-modal" href="{$front_controller}" class=" hover:text-white hover:no-underline px-6 py-2 bg-blue-950 disabled:bg-gray-700 text-white text-base font-light">{l s='Set Measurements'}</a>
|
|
|
|
<a id="close-tbm-modal" href="" class=" hover:text-white hover:no-underline px-6 py-2 bg-gray-700 text-white text-base font-light">{l s='Close'}</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |