récupération du back up
This commit is contained in:
parent
6ed4394dda
commit
2535d13d7c
10 changed files with 852 additions and 8 deletions
|
|
@ -104,14 +104,20 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- catégorie modif -->
|
||||
<!-- catégorie modif -->
|
||||
<div class="p-3 mt-2 text-primary-emphasis bg-primary-subtle border border-primary-subtle rounded-3">
|
||||
<form method="post">
|
||||
<div class="container-fluid pt-2">
|
||||
<div class="row">
|
||||
<div class="col-6">
|
||||
<select class="form-select" aria-label="Default select example">
|
||||
<option value="0" {if ($objCategory->getId() == 0)} selected {/if}>Modifier un catégorie existante</option>
|
||||
{foreach from=$arrCategoryToDisplay item=arrDetCategory}
|
||||
|
||||
<option value="{$objCategory->getId()}" {if ($objCategory->getId() == $arrDetCategory['category_id'])} selected {/if}>
|
||||
{$objCategory->getName()}
|
||||
<option value="0" selected >Modifier un catégorie existante</option>
|
||||
{/foreach}
|
||||
|
||||
{foreach from=$arrCategoryToDisplay item=arrDetCategory}
|
||||
<option value="{$arrDetCategory->getId()}" >
|
||||
|
|
@ -152,4 +158,5 @@
|
|||
</main>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{/block}
|
||||
Loading…
Add table
Add a link
Reference in a new issue