diff --git a/archives.html b/archives.html
index 4e2f97f..261673c 100644
--- a/archives.html
+++ b/archives.html
@@ -29,6 +29,10 @@
}}
+
+
{{* filtrer selon la catégorie *}}
{{if $_GET.cat_key == null}}
{{:assign condition="1"}}
diff --git a/global_history.html b/global_history.html
index 0864eb1..81e576b 100644
--- a/global_history.html
+++ b/global_history.html
@@ -34,6 +34,10 @@
}}
+
+
{{* condition de filtrage *}}
{{if $_GET.cat_key != null}}
{{:assign condition="(SELECT key
diff --git a/loan_history.html b/loan_history.html
index 0d1fe81..997ffa4 100644
--- a/loan_history.html
+++ b/loan_history.html
@@ -31,6 +31,9 @@
{{/if}}
{{/if}}
+
{{* lecture config (défaut ou enregistrée) *}}
{{:include file="./_get_config.html" keep="config"}}
@@ -73,7 +76,7 @@
| Matériel |
- Date sortie |
+ Date prêt |
Quantité |
Membre |
Date retour |
diff --git a/movements/input_equipment.html b/movements/input_equipment.html
index 287d430..1f687bf 100644
--- a/movements/input_equipment.html
+++ b/movements/input_equipment.html
@@ -107,9 +107,9 @@
{{if $input_labels|count == 1}}
- {{:input type="select" name="operation" label="Type" required=true options=$input_labels}}
+ {{:input type="select" name="operation" label="Type d'entrée" required=true options=$input_labels}}
{{else}}
- {{:input type="select" name="operation" label="Type" required=true default_empty="— Aucun —" options=$input_labels|sort}}
+ {{:input type="select" name="operation" label="Type d'entrée" required=true default_empty="— Aucun —" options=$input_labels|sort}}
{{/if}}
{{:input type="date" name="date" label="Date" required=true default=$now|date_short}}
{{:input type="number" name="amount" label="Quantité" required=true min=1 default=1}}
diff --git a/movements/input_return.html b/movements/input_return.html
index 598b501..c4601b3 100644
--- a/movements/input_return.html
+++ b/movements/input_return.html
@@ -203,7 +203,7 @@