diff --git a/historique.html b/historique.html index a62100e..8ef9f5a 100644 --- a/historique.html +++ b/historique.html @@ -1,4 +1,4 @@ -{{#restrict section="accounting" level="read"}} +{{#restrict section="accounting" level="read"}}{{/restrict}} {{:admin_header title="Historique des mouvements" current="module_equipment"}} {{:assign equipment_key=$_GET.key|trim}} diff --git a/index.html b/index.html index b77cec9..f292250 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ -{{#restrict section="accounting" level="read"}} +{{#restrict section="accounting" level="read"}}{{/restrict}} {{:admin_header title="Gestion des matériels" custom_css=$custom_css current="module_equipment"}} {{* barre de navigation *}} diff --git a/inventaire.html b/inventaire.html index 54b68f7..2b22316 100644 --- a/inventaire.html +++ b/inventaire.html @@ -1,4 +1,4 @@ -{{#restrict section="accounting" level="read"}} +{{#restrict section="accounting" level="read"}}{{/restrict}} {{* inventaire des entrées/sorties des matériels des catégories de la variable $categories *}} {{* Extraire et compiler les infos de la base *}} diff --git a/modifier_materiel.html b/modifier_materiel.html index 6c12396..a48235a 100644 --- a/modifier_materiel.html +++ b/modifier_materiel.html @@ -1,4 +1,4 @@ -{{#restrict section="accounting" level="write" block="true"}} +{{#restrict section="accounting" level="write" block="true"}}{{/restrict}} {{:admin_header title="Modifier matériel" current="module_equipment"}} {{:assign equipment_key=$_GET.key|trim}} diff --git a/mouvements/sorties/emprunte.html b/mouvements/sorties/emprunte.html index e8b832a..a9760b6 100644 --- a/mouvements/sorties/emprunte.html +++ b/mouvements/sorties/emprunte.html @@ -1,4 +1,4 @@ -{{#restrict section="accounting" level="read"}} +{{#restrict section="accounting" level="read"}}{{/restrict}} {{:admin_header title="Gestion des matériels" current="module_equipment"}} {{if $_GET.dialog === null}} diff --git a/mouvements/sorties/index.html b/mouvements/sorties/index.html index 00d8a06..d16a6d8 100644 --- a/mouvements/sorties/index.html +++ b/mouvements/sorties/index.html @@ -1,4 +1,4 @@ -{{#restrict section="accounting" level="read"}} +{{#restrict section="accounting" level="read"}}{{/restrict}} {{:admin_header title="Gestion des matériels" current="module_equipment"}} {{* barre de navigation *}}