From 36723c3c1f9f4bc8390d61b743a6efdfb54a7d32 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Thu, 2 Oct 2025 17:26:26 +0200 Subject: [PATCH] Simplification + ajout infobulles --- equipment_history.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/equipment_history.html b/equipment_history.html index 4763ac0..ecf5a97 100644 --- a/equipment_history.html +++ b/equipment_history.html @@ -122,14 +122,10 @@ {{if $current != "archives"}} {{/if}} @@ -212,6 +208,7 @@ {{if $temp_ext != null && $temp_ext > 0}} {{:linkbutton label="Retour" + title="Enregistrer un retour de sortie temporaire" href="movements/output_return.html?key=%s&prop=%s"|args:$key:$_GET.prop shape="reset" target="_dialog"}} @@ -305,6 +302,7 @@ {{if $temp_in != null && $temp_in > 0}} {{:linkbutton label="Retour" + title="Enregistrer un retour d'entrée temporaire" href="movements/input_return.html?key=%s&prop=%s"|args:$key:$_GET.prop shape="reset" target="_dialog"}}