This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2021-12-01 10:42:49 +10:00
parent 6daa3112b6
commit 3f0b342d48

View File

@ -196,7 +196,7 @@ $timezone = $timezone[1][0];
<a class="my-auto col-auto fas fa-trash-alt text-dark" type="button" onclick="page_profile_supplies_delete()"></a> <a class="my-auto col-auto fas fa-trash-alt text-dark" type="button" onclick="page_profile_supplies_delete()"></a>
</div> </div>
<? if ($amount < count($products)) : ?> <?php if ($amount < count($products)) : ?>
<div class="dropdown-divider mb-3"></div> <div class="dropdown-divider mb-3"></div>
<?php endif ?> <?php endif ?>
<?php endforeach ?> <?php endforeach ?>
@ -251,7 +251,7 @@ $timezone = $timezone[1][0];
<a class="my-auto col-auto fas fa-trash-alt text-dark" type="button" onclick="page_profile_supplies_delete()"></a> <a class="my-auto col-auto fas fa-trash-alt text-dark" type="button" onclick="page_profile_supplies_delete()"></a>
</div> </div>
<? if ($amount < count($supplies)) : ?> <?php if ($amount < count($supplies)) : ?>
<div class="dropdown-divider mb-3"></div> <div class="dropdown-divider mb-3"></div>
<?php endif ?> <?php endif ?>
<?php endforeach ?> <?php endforeach ?>