Suppression chemins absolus
This commit is contained in:
parent
c70668831c
commit
6b6a54c357
17 changed files with 37 additions and 38 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
{{if $_GET.dialog === null}}
|
||||
{{* barre de navigation *}}
|
||||
{{:include file="/%s/_nav.html"|args:$module.name current="entrees"}}
|
||||
{{:include file="../../_nav.html" current="entrees"}}
|
||||
{{else}}
|
||||
<header class="header">
|
||||
<h1>Entrée de matériel</h1>
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
{{/if}}
|
||||
|
||||
{{* récupérer la config des entrées/sorties *}}
|
||||
{{:include file="/%s/_get_config.html"|args:$module.name keep="config"}}
|
||||
{{:include file="../../_get_config.html" keep="config"}}
|
||||
|
||||
{{* types d'entrées *}}
|
||||
{{#foreach from=$config.inputNature item="elem"}}
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
{{:save
|
||||
key=$mvt_key
|
||||
validate_schema="/%s/mouvements/movement.schema.json"|args:$module.name
|
||||
validate_schema="../movement.schema.json"
|
||||
type="movement"
|
||||
direction="entrée"
|
||||
inputNature=$operation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue