Correction typos
This commit is contained in:
parent
36f4bffb48
commit
5eb8fa63fd
|
@ -1,4 +1,11 @@
|
||||||
{{:admin_header title="Modifier une %s"|args:$_GET.direction current="module_equipment"}}
|
{{* -*- brindille -*- *}}
|
||||||
|
|
||||||
|
{{if $_GET.direction == "input"}}
|
||||||
|
{{:assign direction="entrée"}}
|
||||||
|
{{else}}
|
||||||
|
{{:assign direction="sortie"}}
|
||||||
|
{{/if}}
|
||||||
|
{{:admin_header title="Modifier une %s"|args:$direction current="module_equipment"}}
|
||||||
|
|
||||||
{{:assign direction=$_GET.direction}}
|
{{:assign direction=$_GET.direction}}
|
||||||
{{:assign key_mvt=$_GET.key}}
|
{{:assign key_mvt=$_GET.key}}
|
||||||
|
|
Loading…
Reference in New Issue