diff --git a/global_history.html b/global_history.html index aa71664..0059012 100644 --- a/global_history.html +++ b/global_history.html @@ -4,7 +4,6 @@ Afficher l'historique de tous les mouvements *}} - {{:admin_header title="Historique des mouvements" custom_css="./style.css" current="module_equipment"}} {{:include file="./_nav.html" current="historique"}} @@ -12,6 +11,27 @@ {{* récupérer la config des entrées/sorties *}} {{:include file="./_get_config.html" keep="config"}} +{{* Sélecteur catégories *}} +{{:assign var="options." value="" label="Toutes les catégories" href="?prop=1"}} +{{#load type="category" order="$$.name"}} + {{:assign var="categories.%s"|args:$key value=$name}} + {{:assign + var="options." + value=$key + label=$name + href="?cat_key=%s&prop=1"|args:$key + }} +{{/load}} + +
+Historique des mouvements