From b544e497772d0d70b1f775844ac9a128e097fafd Mon Sep 17 00:00:00 2001
From: sparkyx
Date: Tue, 26 Aug 2025 09:34:10 +0200
Subject: [PATCH] Cosmetic : in "add card category"
---
include/ajax/ajax_card.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/ajax/ajax_card.php b/include/ajax/ajax_card.php
index 7c25de60f..81325fe81 100644
--- a/include/ajax/ajax_card.php
+++ b/include/ajax/ajax_card.php
@@ -311,7 +311,7 @@ case 'st':
$r.=_("Choisissez la catégorie de fiche à laquelle vous aimeriez ajouter une fiche").'
';
if ( ! isset($eltid)) $eltid="";
$msg=_('Choisissez une catégorie svp');
- $r.='';
+ $r.='';
$r.=dossier::hidden();
$r.=(isset($ref))?HtmlInput::hidden('ref',1):'';
$r.=_('Cherche').' '.HtmlInput::filter_table("cat_card_table", '0,1', 0);