Corrections mineures
This commit is contained in:
parent
5eb8fa63fd
commit
6b78d480f6
2 changed files with 19 additions and 24 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{{* -*- brindille -*- *}}
|
||||
|
||||
{{if $_GET.direction == "input"}}
|
||||
{{:assign direction="entrée"}}
|
||||
{{:assign msg_direction="entrée"}}
|
||||
{{else}}
|
||||
{{:assign direction="sortie"}}
|
||||
{{:assign msg_direction="sortie"}}
|
||||
{{/if}}
|
||||
{{:admin_header title="Modifier une %s"|args:$direction current="module_equipment"}}
|
||||
{{:admin_header title="Modifier une %s"|args:$msg_direction current="module_equipment"}}
|
||||
|
||||
{{:assign direction=$_GET.direction}}
|
||||
{{:assign key_mvt=$_GET.key}}
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
{{* récupérer les infos du mouvement à modifier *}}
|
||||
{{#load key=$key_mvt assign="mvt_modif"}}
|
||||
{{else}}
|
||||
{{:error message="Aucune %s avec la clé %s"|args:$_GET.direction:$key_mvt}}
|
||||
{{:error message="Aucune %s avec la clé %s"|args:$msg_direction:$key_mvt}}
|
||||
{{/load}}
|
||||
{{if $direction == "input"}}
|
||||
{{:assign input_init=$mvt_modif.input_nature}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue