diff --git a/_get_config.html b/_get_config.html index c95aaf7..3fe6f2d 100644 --- a/_get_config.html +++ b/_get_config.html @@ -6,7 +6,7 @@ *}} {{* config par défaut *}} -{{:read file="./defaut.json" assign="config_defaut"}} +{{:read file="./default.json" assign="config_defaut"}} {{:assign config_defaut=$config_defaut|json_decode}} {{:assign var="directions.input" value="entrée"}} diff --git a/inventaire.html b/_inventory.html similarity index 89% rename from inventaire.html rename to _inventory.html index fbda18f..4c2a8aa 100644 --- a/inventaire.html +++ b/_inventory.html @@ -63,21 +63,21 @@ {{:linkbutton label="Sortie" shape="minus" - href="mouvements/sorties/stock_disponible.html?key=%s"|args:$key + href="movements/output_equipment.html?key=%s"|args:$key target="_dialog"}} {{/if}} {{:linkbutton label="Entrée" shape="plus" - href="mouvements/entrees/repertorie.html?key=%s"|args:$key + href="movements/input_equipment.html?key=%s"|args:$key target="_dialog"}} {{:linkbutton label="Historique" - href="historique.html?key=%s&prop=1"|args:$key + href="equipment_history.html?key=%s&prop=1"|args:$key shape="table"}} {{:linkbutton label="Modifier" - href="modifier_materiel.html?key=%s&prop=1&stock=%s"|args:$key:$col3 + href="modify_equipment.html?key=%s&prop=1&stock=%s"|args:$key:$col3 shape="edit" target="_dialog"}} diff --git a/_nav.html b/_nav.html index 78b0cb5..4e69986 100644 --- a/_nav.html +++ b/_nav.html @@ -6,7 +6,7 @@ {{if $subsubcurrent == null && $cat == 0}} {{:linkbutton label="Ajouter une catégorie" shape="plus" href="categories/add_category.html" target="_dialog"}} {{else}} - {{:linkbutton label="Ajouter un nouveau matériel" shape="plus" href="mouvements/ajouter_entree.html" target="_dialog"}} + {{:linkbutton label="Ajouter un nouveau matériel" shape="plus" href="movements/add_new_equipment.html" target="_dialog"}} {{/if}} {{/if}} @@ -46,8 +46,8 @@ {{elseif $subcurrent == 'typesES'}} {{/if}}