ещё
This commit is contained in:
parent
6daa3112b6
commit
3f0b342d48
|
@ -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>
|
||||
</div>
|
||||
|
||||
<? if ($amount < count($products)) : ?>
|
||||
<?php if ($amount < count($products)) : ?>
|
||||
<div class="dropdown-divider mb-3"></div>
|
||||
<?php endif ?>
|
||||
<?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>
|
||||
</div>
|
||||
|
||||
<? if ($amount < count($supplies)) : ?>
|
||||
<?php if ($amount < count($supplies)) : ?>
|
||||
<div class="dropdown-divider mb-3"></div>
|
||||
<?php endif ?>
|
||||
<?php endforeach ?>
|
||||
|
|
Reference in New Issue