Suppression restrictions des pages
This commit is contained in:
parent
470d876d87
commit
cb79af5157
|
@ -1,4 +1,3 @@
|
|||
{{#restrict section="accounting" level="write" block=true}}{{/restrict}}
|
||||
{{:admin_header title="Supprimer une catégorie" current="module_equipment"}}
|
||||
|
||||
{{#load key=$_GET.key assign="category"}}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
{{#restrict section="accounting" level="read" block=true}}{{/restrict}}
|
||||
{{:admin_header title="Gestion des matériels" current="module_equipment"}}
|
||||
|
||||
{{* barre de navigation *}}
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
{{#restrict section="accounting" level="read" block=true}}{{/restrict}}
|
||||
|
||||
{{#load key=$_GET.key}}
|
||||
{{:assign cat_name=$name}}
|
||||
{{/load}}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
{{#restrict section="accounting" level="write" block=true}}{{/restrict}}
|
||||
{{:admin_header title="Modifier une catégorie" current="module_equipment"}}
|
||||
|
||||
{{#load key=$_GET.key assign="category"}}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
{{#restrict section="config" level="admin" block=true}}{{/restrict}}
|
||||
{{:admin_header title="Configuration" current="module_equipment"}}
|
||||
|
||||
{{* barre de navigation *}}
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
{{#restrict section="accounting" level="read"}}{{/restrict}}
|
||||
|
||||
{{:assign equipment_key=$_GET.key|trim}}
|
||||
{{#load key=$_GET.key assign="equipment"}}
|
||||
{{else}}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
{{#restrict section="accounting" level="read"}}{{/restrict}}
|
||||
{{* inventaire des entrées/sorties des matériels des catégories de la variable category_keys *}}
|
||||
|
||||
{{* Extraire et compiler les infos de la base *}}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
{{#restrict section="accounting" level="write" block="true"}}{{/restrict}}
|
||||
{{:admin_header title="Modifier matériel" current="module_equipment"}}
|
||||
|
||||
{{:assign equipment_key=$_GET.key|trim}}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
{{#restrict section="accounting" level="write" block=true}}{{/restrict}}
|
||||
{{:admin_header title="Supprimer une entrée" current="module_equipment"}}
|
||||
|
||||
{{* récupérer les infos du mouvement à supprimer et du matériel associé *}}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
{{#restrict section="accounting" level="read" block=true}}{{/restrict}}
|
||||
{{:admin_header title="Gestion des matériels" current="module_equipment"}}
|
||||
|
||||
{{* barre de navigation *}}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
{{#restrict section="accounting" level="write" block=true}}{{/restrict}}
|
||||
{{:admin_header title="Entrée de matériel" current="module_equipment"}}
|
||||
|
||||
{{* barre de navigation *}}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
{{#restrict section="accounting" level="write" block=true}}{{/restrict}}
|
||||
{{:admin_header title="Entrée de matériel" current="module_equipment"}}
|
||||
|
||||
{{* barre de navigation *}}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
{{#restrict section="accounting" level="write" block=true}}{{/restrict}}
|
||||
{{:admin_header title="Entrée de matériel" current="module_equipment"}}
|
||||
|
||||
{{* barre de navigation *}}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
{{#restrict section="config" level="admin" block=true}}{{/restrict}}
|
||||
{{:admin_header title="Modifier une %s"|args:$_GET.direction current="module_equipment"}}
|
||||
|
||||
{{:assign direction=$_GET.direction}}
|
||||
|
@ -20,8 +19,6 @@
|
|||
{{:assign date_init=$mvt_modif.date|date_short}}
|
||||
{{:assign key_eqpmt_init=$mvt_modif.equipment}}
|
||||
|
||||
{{#restrict section="accounting" level="write" block=true}}{{/restrict}}
|
||||
|
||||
{{* récupérer la config des entrées/sorties *}}
|
||||
{{:include file="../_get_config.html" keep="config"}}
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
{{#restrict section="accounting" level="write" block=true}}{{/restrict}}
|
||||
{{:admin_header title="Supprimer une sortie" current="module_equipment"}}
|
||||
|
||||
{{* récupérer les infos du mouvement à supprimer et du matériel associé *}}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
{{#restrict section="accounting" level="read"}}{{/restrict}}
|
||||
{{:admin_header title="Sortie de matériel" current="module_equipment"}}
|
||||
|
||||
{{if ! $dialog}}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
{{#restrict section="accounting" level="read"}}{{/restrict}}
|
||||
{{:admin_header title="Gestion des matériels" current="module_equipment"}}
|
||||
|
||||
{{* barre de navigation *}}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
{{#restrict section="accounting" level="write" block=true}}{{/restrict}}
|
||||
{{:admin_header title="Sortie de matériel" current="module_equipment"}}
|
||||
|
||||
{{if ! $dialog}}
|
||||
|
|
Loading…
Reference in New Issue