кнопка создать склад
This commit is contained in:
parent
4da846825b
commit
16ce1ccf59
|
@ -216,7 +216,9 @@ $panel ?? $panel = 'profile_panel_supplies_input_import';
|
|||
<!-- <div class="dropdown-divider mx-3 mb-3"></div> -->
|
||||
<?php endif ?>
|
||||
<?php endforeach ?>
|
||||
<a class="mx-auto text-dark fas fa-plus" type="button" onclick="return page_profile_warehouses_write();">Создать склад</a>
|
||||
<a class="mx-auto col-auto text-center text-dark fas fa-plus" type="button" onclick="return page_profile_warehouses_write();">
|
||||
<span class="row mt-1 font-weight-normal">Создать склад</span>
|
||||
</a>
|
||||
<?php endif ?>
|
||||
<div class="dropdown-divider mt-4 mb-3"></div>
|
||||
<section class="mx-3 px-2">
|
||||
|
|
Reference in New Issue