correction erreur suppression lieu de stockage
This commit is contained in:
parent
ef69c76e7c
commit
11d4946b92
2 changed files with 11 additions and 1 deletions
|
|
@ -15,7 +15,11 @@
|
|||
<p class="block confirm">Suppression effectuée</p>
|
||||
{{/if}}
|
||||
{{elseif $_GET.err}}
|
||||
<p class="block error">Opération refusée</p>
|
||||
{{if $_GET.msg == "suppression"}}
|
||||
<p class="block error">Impossible de supprimer ce lieu de stockage car il est utilisé !</p>
|
||||
{{else}}
|
||||
<p class="block error">Opération refusée</p>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
||||
{{#list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue