Simplification messages

This commit is contained in:
Jean-Christophe Engel 2025-02-25 15:31:53 +01:00
parent 5757c4161d
commit e856347d40
8 changed files with 16 additions and 30 deletions

View file

@ -44,14 +44,10 @@
<p class="block confirm">Mouvement copié</p>
{{elseif $_GET.msg == "suppression"}}
<p class="block confirm">Mouvement supprimé</p>
{{else}}
<p class="block confirm">{{$_GET.msg}}</p>
{{/if}}
{{elseif $_GET.err}}
{{if $_GET.msg == "suppression"}}
<p class="block error">Ce mouvement ne peut être supprimé</p>
{{else}}
<p class="block error">{{$_GET.msg}}</p>
{{/if}}
{{/if}}