ещё
This commit is contained in:
@@ -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
Block a user