Modifications mineures
This commit is contained in:
parent
e3d494422f
commit
da6b550cb6
3 changed files with 3 additions and 3 deletions
|
|
@ -29,7 +29,7 @@
|
|||
{{if $result.count == 0}}
|
||||
<p class="block alert">Il n'y a aucune catégorie : vous devez en ajouter.</p>
|
||||
{{else}}
|
||||
{{if $_GET.prop == null || $_GET.prop}}
|
||||
{{if $_GET.prop == null || $_GET.prop == "1"}}
|
||||
{{:include file="./inventaire.html"}}
|
||||
{{else}}
|
||||
{{:include file="./inventaire_nonprop.html"}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue