Rationalisation navigation et ajout export
This commit is contained in:
parent
ae67b9098c
commit
f5c9548fba
3 changed files with 38 additions and 36 deletions
|
|
@ -26,11 +26,7 @@
|
|||
{{:admin_header title="Gestion des matériels" custom_css="./style.css" current="module_equipment"}}
|
||||
|
||||
{{* barre de navigation *}}
|
||||
{{if $_GET.current != null}}
|
||||
{{:assign current=$_GET.current}}
|
||||
{{else}}
|
||||
{{:assign current="inventaire"}}
|
||||
{{/if}}
|
||||
{{:assign current=$_GET.current|or:"inventaire"}}
|
||||
|
||||
{{* récupérer la config des entrées/sorties *}}
|
||||
{{:include file="./_get_config.html" keep="config"}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue