Correction bug si aucune catégorie
This commit is contained in:
parent
57724591c3
commit
2bf414fcf3
|
@ -67,8 +67,9 @@
|
|||
{{:assign var="categories.%s"|args:$category.key value=$category.name}}
|
||||
{{/load}}
|
||||
|
||||
{{* formulaire d'ajout de matériel *}}
|
||||
<form method="post" action="">
|
||||
{{if $categories != null}}
|
||||
{{* formulaire d'ajout de matériel *}}
|
||||
<form method="post" action="">
|
||||
|
||||
<fieldset class="entree">
|
||||
<legend>Ajouter une entrée d'un matériel non répertorié</legend>
|
||||
|
@ -92,5 +93,8 @@
|
|||
{{:button type="submit" name="save" label="Enregistrer" shape="right" class="main"}}
|
||||
</p>
|
||||
|
||||
</form>
|
||||
</form>
|
||||
{{else}}
|
||||
<p class="block error">Il n'y a aucune catégorie</p>
|
||||
{{/if}}
|
||||
{{:admin_footer}}
|
||||
|
|
Loading…
Reference in New Issue