diff --git a/htdocs/core/modules/accountancy/mod_bookkeeping_helium.php b/htdocs/core/modules/accountancy/mod_bookkeeping_helium.php
index f010da908f9..7e16cc821a0 100644
--- a/htdocs/core/modules/accountancy/mod_bookkeeping_helium.php
+++ b/htdocs/core/modules/accountancy/mod_bookkeeping_helium.php
@@ -83,11 +83,13 @@ class mod_bookkeeping_helium extends ModeleNumRefBookkeeping
$tooltip = $langs->trans("GenericMaskCodes", $langs->transnoentities("Bookkeeping"), $langs->transnoentities("Bookkeeping"));
$tooltip .= $langs->trans("GenericMaskCodes1");
- $tooltip .= $langs->trans("GenericMaskCodes2");
+ //$tooltip .= $langs->trans("GenericMaskCodes2");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes3");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes4a", $langs->transnoentities("Bookkeeping"), $langs->transnoentities("Bookkeeping"));
$tooltip .= $langs->trans("GenericMaskCodes5");
- $tooltip .= '
'.$langs->trans("GenericMaskCodes5b");
+ //$tooltip .= '
'.$langs->trans("GenericMaskCodes5b");
// Parametrage du prefix
$texte .= '
| '.$langs->trans("Mask").': | ';
diff --git a/htdocs/core/modules/bom/mod_bom_advanced.php b/htdocs/core/modules/bom/mod_bom_advanced.php
index 8c655ee06d9..8ec37489210 100644
--- a/htdocs/core/modules/bom/mod_bom_advanced.php
+++ b/htdocs/core/modules/bom/mod_bom_advanced.php
@@ -77,7 +77,9 @@ class mod_bom_advanced extends ModeleNumRefBoms
$tooltip = $langs->trans("GenericMaskCodes", $langs->transnoentities("Bom"), $langs->transnoentities("Bom"));
$tooltip .= $langs->trans("GenericMaskCodes1");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes2");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes3");
$tooltip .= $langs->trans("GenericMaskCodes4a", $langs->transnoentities("Bom"), $langs->transnoentities("Bom"));
$tooltip .= $langs->trans("GenericMaskCodes5");
diff --git a/htdocs/core/modules/cheque/mod_chequereceipt_thyme.php b/htdocs/core/modules/cheque/mod_chequereceipt_thyme.php
index d6778e8dbce..b8a55dafb56 100644
--- a/htdocs/core/modules/cheque/mod_chequereceipt_thyme.php
+++ b/htdocs/core/modules/cheque/mod_chequereceipt_thyme.php
@@ -71,7 +71,9 @@ class mod_chequereceipt_thyme extends ModeleNumRefChequeReceipts
$tooltip = $langs->trans("GenericMaskCodes", $langs->transnoentities("CheckReceiptShort"), $langs->transnoentities("CheckReceiptShort"));
$tooltip .= $langs->trans("GenericMaskCodes1");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes2");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes3");
$tooltip .= $langs->trans("GenericMaskCodes4a", $langs->transnoentities("CheckReceiptShort"), $langs->transnoentities("CheckReceiptShort"));
$tooltip .= $langs->trans("GenericMaskCodes5");
diff --git a/htdocs/core/modules/commande/mod_commande_saphir.php b/htdocs/core/modules/commande/mod_commande_saphir.php
index ded941aa4c3..1ee9897e78a 100644
--- a/htdocs/core/modules/commande/mod_commande_saphir.php
+++ b/htdocs/core/modules/commande/mod_commande_saphir.php
@@ -77,7 +77,9 @@ class mod_commande_saphir extends ModeleNumRefCommandes
$tooltip = $langs->trans("GenericMaskCodes", $langs->transnoentities("Order"), $langs->transnoentities("Order"));
$tooltip .= $langs->trans("GenericMaskCodes1");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes2");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes3");
$tooltip .= $langs->trans("GenericMaskCodes4a", $langs->transnoentities("Order"), $langs->transnoentities("Order"));
$tooltip .= $langs->trans("GenericMaskCodes5");
diff --git a/htdocs/core/modules/contract/mod_contract_magre.php b/htdocs/core/modules/contract/mod_contract_magre.php
index 585390aff8b..3f5ea30e21b 100644
--- a/htdocs/core/modules/contract/mod_contract_magre.php
+++ b/htdocs/core/modules/contract/mod_contract_magre.php
@@ -69,7 +69,9 @@ class mod_contract_magre extends ModelNumRefContracts
$tooltip = $langs->trans("GenericMaskCodes", $langs->transnoentities("Contract"), $langs->transnoentities("Contract"));
$tooltip .= $langs->trans("GenericMaskCodes1");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes2");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes3");
$tooltip .= $langs->trans("GenericMaskCodes4a", $langs->transnoentities("Contract"), $langs->transnoentities("Contract"));
$tooltip .= $langs->trans("GenericMaskCodes5");
diff --git a/htdocs/core/modules/delivery/mod_delivery_saphir.php b/htdocs/core/modules/delivery/mod_delivery_saphir.php
index 0156601fe6e..7c9e892fdc6 100644
--- a/htdocs/core/modules/delivery/mod_delivery_saphir.php
+++ b/htdocs/core/modules/delivery/mod_delivery_saphir.php
@@ -82,7 +82,9 @@ class mod_delivery_saphir extends ModeleNumRefDeliveryOrder
$tooltip = $langs->trans("GenericMaskCodes", $langs->transnoentities("Delivery"), $langs->transnoentities("Delivery"));
$tooltip .= $langs->trans("GenericMaskCodes1");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes2");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes3");
$tooltip .= $langs->trans("GenericMaskCodes4a", $langs->transnoentities("Delivery"), $langs->transnoentities("Delivery"));
$tooltip .= $langs->trans("GenericMaskCodes5");
diff --git a/htdocs/core/modules/expedition/mod_expedition_ribera.php b/htdocs/core/modules/expedition/mod_expedition_ribera.php
index 13adce36f88..1b81ad04ece 100644
--- a/htdocs/core/modules/expedition/mod_expedition_ribera.php
+++ b/htdocs/core/modules/expedition/mod_expedition_ribera.php
@@ -79,7 +79,9 @@ class mod_expedition_ribera extends ModelNumRefExpedition
$tooltip = $langs->trans("GenericMaskCodes", $langs->transnoentities("Shipment"), $langs->transnoentities("Shipment"));
$tooltip .= $langs->trans("GenericMaskCodes1");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes2");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes3");
$tooltip .= $langs->trans("GenericMaskCodes4a", $langs->transnoentities("Shipment"), $langs->transnoentities("Shipment"));
$tooltip .= $langs->trans("GenericMaskCodes5");
diff --git a/htdocs/core/modules/expensereport/mod_expensereport_sand.php b/htdocs/core/modules/expensereport/mod_expensereport_sand.php
index cd80b7d7f15..9fa93736432 100644
--- a/htdocs/core/modules/expensereport/mod_expensereport_sand.php
+++ b/htdocs/core/modules/expensereport/mod_expensereport_sand.php
@@ -81,6 +81,7 @@ class mod_expensereport_sand extends ModeleNumRefExpenseReport
$tooltip = $langs->trans("GenericMaskCodes", $langs->transnoentities("ExpenseReport"), $langs->transnoentities("ExpenseReport"));
$tooltip .= $langs->trans("GenericMaskCodes1");
+ $tooltip .= '
';
//$tooltip.=$langs->trans("GenericMaskCodes2");
$tooltip .= $langs->trans("GenericMaskCodes3");
$tooltip .= $langs->trans("GenericMaskCodes4a", $langs->transnoentities("ExpenseReport"), $langs->transnoentities("ExpenseReport"));
diff --git a/htdocs/core/modules/facture/mod_facture_mercure.php b/htdocs/core/modules/facture/mod_facture_mercure.php
index 564d74abcaf..31a01aa92ba 100644
--- a/htdocs/core/modules/facture/mod_facture_mercure.php
+++ b/htdocs/core/modules/facture/mod_facture_mercure.php
@@ -87,6 +87,7 @@ class mod_facture_mercure extends ModeleNumRefFactures
$tooltip = $langs->trans("GenericMaskCodes", $langs->transnoentities("Invoice"), $langs->transnoentities("Invoice"));
$tooltip .= $langs->trans("GenericMaskCodes1");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes2");
$tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes3");
diff --git a/htdocs/core/modules/fichinter/mod_arctic.php b/htdocs/core/modules/fichinter/mod_arctic.php
index d5f9f55cab8..34c382f7132 100644
--- a/htdocs/core/modules/fichinter/mod_arctic.php
+++ b/htdocs/core/modules/fichinter/mod_arctic.php
@@ -83,7 +83,9 @@ class mod_arctic extends ModeleNumRefFicheinter
$tooltip = $langs->trans("GenericMaskCodes", $langs->transnoentities("InterventionCard"), $langs->transnoentities("InterventionCard"));
$tooltip .= $langs->trans("GenericMaskCodes1");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes2");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes3");
$tooltip .= $langs->trans("GenericMaskCodes4a", $langs->transnoentities("InterventionCard"), $langs->transnoentities("InterventionCard"));
$tooltip .= $langs->trans("GenericMaskCodes5");
diff --git a/htdocs/core/modules/holiday/mod_holiday_immaculate.php b/htdocs/core/modules/holiday/mod_holiday_immaculate.php
index 231b2e6c069..83cb9ce17e8 100644
--- a/htdocs/core/modules/holiday/mod_holiday_immaculate.php
+++ b/htdocs/core/modules/holiday/mod_holiday_immaculate.php
@@ -69,7 +69,9 @@ class mod_holiday_immaculate extends ModelNumRefHolidays
$tooltip = $langs->trans("GenericMaskCodes", $langs->transnoentities("Holiday"), $langs->transnoentities("Holiday"));
$tooltip .= $langs->trans("GenericMaskCodes1");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes2");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes3");
$tooltip .= $langs->trans("GenericMaskCodes4a", $langs->transnoentities("Holiday"), $langs->transnoentities("Holiday"));
$tooltip .= $langs->trans("GenericMaskCodes5");
diff --git a/htdocs/core/modules/hrm/mod_evaluation_advanced.php b/htdocs/core/modules/hrm/mod_evaluation_advanced.php
index 28dd7b3fd15..bd3685a335f 100644
--- a/htdocs/core/modules/hrm/mod_evaluation_advanced.php
+++ b/htdocs/core/modules/hrm/mod_evaluation_advanced.php
@@ -77,7 +77,9 @@ class mod_evaluation_advanced extends ModeleNumRefEvaluation
$tooltip = $langs->trans("GenericMaskCodes", $langs->transnoentities("Evaluation"), $langs->transnoentities("Evaluation"));
$tooltip .= $langs->trans("GenericMaskCodes1");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes2");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes3");
$tooltip .= $langs->trans("GenericMaskCodes4a", $langs->transnoentities("Evaluation"), $langs->transnoentities("Evaluation"));
$tooltip .= $langs->trans("GenericMaskCodes5");
diff --git a/htdocs/core/modules/mrp/mod_mo_advanced.php b/htdocs/core/modules/mrp/mod_mo_advanced.php
index 533f4abaa03..a53ad6e577c 100644
--- a/htdocs/core/modules/mrp/mod_mo_advanced.php
+++ b/htdocs/core/modules/mrp/mod_mo_advanced.php
@@ -76,7 +76,9 @@ class mod_mo_advanced extends ModeleNumRefMos
$tooltip = $langs->trans("GenericMaskCodes", $langs->transnoentities("Mo"), $langs->transnoentities("Mo"));
$tooltip .= $langs->trans("GenericMaskCodes1");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes2");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes3");
$tooltip .= $langs->trans("GenericMaskCodes4a", $langs->transnoentities("Mo"), $langs->transnoentities("Mo"));
$tooltip .= $langs->trans("GenericMaskCodes5");
diff --git a/htdocs/core/modules/payment/mod_payment_ant.php b/htdocs/core/modules/payment/mod_payment_ant.php
index fac435471af..2b5e78fc067 100644
--- a/htdocs/core/modules/payment/mod_payment_ant.php
+++ b/htdocs/core/modules/payment/mod_payment_ant.php
@@ -85,7 +85,9 @@ class mod_payment_ant extends ModeleNumRefPayments
$tooltip = $langs->trans("GenericMaskCodes", $langs->transnoentities("Order"), $langs->transnoentities("Order"));
$tooltip .= $langs->trans("GenericMaskCodes1");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes2");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes3");
$tooltip .= $langs->trans("GenericMaskCodes4a", $langs->transnoentities("Order"), $langs->transnoentities("Order"));
$tooltip .= $langs->trans("GenericMaskCodes5");
diff --git a/htdocs/core/modules/product_batch/mod_lot_advanced.php b/htdocs/core/modules/product_batch/mod_lot_advanced.php
index fe4ef704242..87e2a588d26 100644
--- a/htdocs/core/modules/product_batch/mod_lot_advanced.php
+++ b/htdocs/core/modules/product_batch/mod_lot_advanced.php
@@ -81,7 +81,9 @@ class mod_lot_advanced extends ModeleNumRefBatch
$tooltip = $langs->trans("GenericMaskCodes", $langs->transnoentities("Batch"), $langs->transnoentities("Batch"));
$tooltip .= $langs->trans("GenericMaskCodes1");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes2");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes3");
$tooltip .= $langs->trans("GenericMaskCodes4a", $langs->transnoentities("Batch"), $langs->transnoentities("Batch"));
$tooltip .= $langs->trans("GenericMaskCodes5");
diff --git a/htdocs/core/modules/product_batch/mod_sn_advanced.php b/htdocs/core/modules/product_batch/mod_sn_advanced.php
index d8f45643e48..cdaaa9d4bef 100644
--- a/htdocs/core/modules/product_batch/mod_sn_advanced.php
+++ b/htdocs/core/modules/product_batch/mod_sn_advanced.php
@@ -81,7 +81,9 @@ class mod_sn_advanced extends ModeleNumRefBatch
$tooltip = $langs->trans("GenericMaskCodes", $langs->transnoentities("Batch"), $langs->transnoentities("Batch"));
$tooltip .= $langs->trans("GenericMaskCodes1");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes2");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes3");
$tooltip .= $langs->trans("GenericMaskCodes4a", $langs->transnoentities("Batch"), $langs->transnoentities("Batch"));
$tooltip .= $langs->trans("GenericMaskCodes5");
diff --git a/htdocs/core/modules/project/task/mod_task_universal.php b/htdocs/core/modules/project/task/mod_task_universal.php
index 354833b7d32..5f3983d8c72 100644
--- a/htdocs/core/modules/project/task/mod_task_universal.php
+++ b/htdocs/core/modules/project/task/mod_task_universal.php
@@ -82,7 +82,9 @@ class mod_task_universal extends ModeleNumRefTask
$tooltip = $langs->trans("GenericMaskCodes", $langs->transnoentities("Task"), $langs->transnoentities("Task"));
$tooltip .= $langs->trans("GenericMaskCodes1");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes2");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes3");
$tooltip .= $langs->trans("GenericMaskCodes4a", $langs->transnoentities("Task"), $langs->transnoentities("Task"));
$tooltip .= $langs->trans("GenericMaskCodes5");
diff --git a/htdocs/core/modules/propale/mod_propale_saphir.php b/htdocs/core/modules/propale/mod_propale_saphir.php
index 718065a170e..df4a29ce260 100644
--- a/htdocs/core/modules/propale/mod_propale_saphir.php
+++ b/htdocs/core/modules/propale/mod_propale_saphir.php
@@ -84,7 +84,9 @@ class mod_propale_saphir extends ModeleNumRefPropales
$tooltip = $langs->trans("GenericMaskCodes", $langs->transnoentities("Proposal"), $langs->transnoentities("Proposal"));
$tooltip .= $langs->trans("GenericMaskCodes1");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes2");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes3");
$tooltip .= $langs->trans("GenericMaskCodes4a", $langs->transnoentities("Proposal"), $langs->transnoentities("Proposal"));
$tooltip .= $langs->trans("GenericMaskCodes5");
diff --git a/htdocs/core/modules/reception/mod_reception_moonstone.php b/htdocs/core/modules/reception/mod_reception_moonstone.php
index aaff44b33ec..7a9b2d7a27f 100644
--- a/htdocs/core/modules/reception/mod_reception_moonstone.php
+++ b/htdocs/core/modules/reception/mod_reception_moonstone.php
@@ -63,7 +63,9 @@ class mod_reception_moonstone extends ModelNumRefReception
$tooltip = $langs->trans("GenericMaskCodes", $langs->transnoentities("Reception"), $langs->transnoentities("Reception"));
$tooltip .= $langs->trans("GenericMaskCodes1");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes2");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes3");
$tooltip .= $langs->trans("GenericMaskCodes4a", $langs->transnoentities("Reception"), $langs->transnoentities("Reception"));
$tooltip .= $langs->trans("GenericMaskCodes5");
diff --git a/htdocs/core/modules/stocktransfer/mod_stocktransfer_advanced.php b/htdocs/core/modules/stocktransfer/mod_stocktransfer_advanced.php
index 3c301deaf9e..9b769a236e2 100644
--- a/htdocs/core/modules/stocktransfer/mod_stocktransfer_advanced.php
+++ b/htdocs/core/modules/stocktransfer/mod_stocktransfer_advanced.php
@@ -78,7 +78,9 @@ class mod_stocktransfer_advanced extends ModeleNumRefStockTransfer
$tooltip = $langs->trans("GenericMaskCodes", $langs->transnoentities("StockTransfer"), $langs->transnoentities("StockTransfer"));
$tooltip .= $langs->trans("GenericMaskCodes1");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes2");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes3");
$tooltip .= $langs->trans("GenericMaskCodes4a", $langs->transnoentities("StockTransfer"), $langs->transnoentities("StockTransfer"));
$tooltip .= $langs->trans("GenericMaskCodes5");
diff --git a/htdocs/core/modules/supplier_payment/mod_supplier_payment_brodator.php b/htdocs/core/modules/supplier_payment/mod_supplier_payment_brodator.php
index 7cfcecdc3a3..2f3cfcddce4 100644
--- a/htdocs/core/modules/supplier_payment/mod_supplier_payment_brodator.php
+++ b/htdocs/core/modules/supplier_payment/mod_supplier_payment_brodator.php
@@ -81,7 +81,9 @@ class mod_supplier_payment_brodator extends ModeleNumRefSupplierPayments
$tooltip = $langs->trans("GenericMaskCodes", $langs->transnoentities("Order"), $langs->transnoentities("Order"));
$tooltip .= $langs->trans("GenericMaskCodes1");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes2");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes3");
$tooltip .= $langs->trans("GenericMaskCodes4a", $langs->transnoentities("Order"), $langs->transnoentities("Order"));
$tooltip .= $langs->trans("GenericMaskCodes5");
diff --git a/htdocs/core/modules/supplier_proposal/mod_supplier_proposal_saphir.php b/htdocs/core/modules/supplier_proposal/mod_supplier_proposal_saphir.php
index 864fec5eb91..e6aad80c438 100644
--- a/htdocs/core/modules/supplier_proposal/mod_supplier_proposal_saphir.php
+++ b/htdocs/core/modules/supplier_proposal/mod_supplier_proposal_saphir.php
@@ -83,7 +83,9 @@ class mod_supplier_proposal_saphir extends ModeleNumRefSupplierProposal
$tooltip = $langs->trans("GenericMaskCodes", $langs->transnoentities("CommRequest"), $langs->transnoentities("CommRequest"));
$tooltip .= $langs->trans("GenericMaskCodes1");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes2");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes3");
$tooltip .= $langs->trans("GenericMaskCodes4a", $langs->transnoentities("CommRequest"), $langs->transnoentities("CommRequest"));
$tooltip .= $langs->trans("GenericMaskCodes5");
diff --git a/htdocs/core/modules/takepos/mod_takepos_ref_universal.php b/htdocs/core/modules/takepos/mod_takepos_ref_universal.php
index 900472345db..ef94e59ebf1 100644
--- a/htdocs/core/modules/takepos/mod_takepos_ref_universal.php
+++ b/htdocs/core/modules/takepos/mod_takepos_ref_universal.php
@@ -78,7 +78,9 @@ class mod_takepos_ref_universal extends ModeleNumRefTakepos
$tooltip = $langs->trans('GenericMaskCodes', $langs->transnoentities('CashDesk'), $langs->transnoentities('CashDesk'));
$tooltip .= $langs->trans("GenericMaskCodes1");
+ $tooltip .= '
';
$tooltip .= $langs->trans('GenericMaskCodes2');
+ $tooltip .= '
';
$tooltip .= $langs->trans('GenericMaskCodes3');
$tooltip .= $langs->trans('GenericMaskCodes4a', $langs->transnoentities('CashDesk'), $langs->transnoentities('CashDesk'));
$tooltip .= $langs->trans('GenericMaskCodes5');
diff --git a/htdocs/core/modules/ticket/mod_ticket_universal.php b/htdocs/core/modules/ticket/mod_ticket_universal.php
index b772d919a06..f900c7dc4e0 100644
--- a/htdocs/core/modules/ticket/mod_ticket_universal.php
+++ b/htdocs/core/modules/ticket/mod_ticket_universal.php
@@ -78,7 +78,9 @@ class mod_ticket_universal extends ModeleNumRefTicket
$tooltip = $langs->trans("GenericMaskCodes", $langs->transnoentities("Ticket"), $langs->transnoentities("Ticket"));
$tooltip .= $langs->trans("GenericMaskCodes1");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes2");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes3");
$tooltip .= $langs->trans("GenericMaskCodes4a", $langs->transnoentities("Ticket"), $langs->transnoentities("Ticket"));
$tooltip .= $langs->trans("GenericMaskCodes5");
diff --git a/htdocs/core/modules/workstation/mod_workstation_advanced.php b/htdocs/core/modules/workstation/mod_workstation_advanced.php
index 3a2f4f8e3e8..a68bf9821f2 100644
--- a/htdocs/core/modules/workstation/mod_workstation_advanced.php
+++ b/htdocs/core/modules/workstation/mod_workstation_advanced.php
@@ -78,7 +78,9 @@ class mod_workstation_advanced extends ModeleNumRefWorkstation
$tooltip = $langs->trans("GenericMaskCodes", $langs->transnoentities("Workstation"), $langs->transnoentities("Workstation"));
$tooltip .= $langs->trans("GenericMaskCodes1");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes2");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes3");
$tooltip .= $langs->trans("GenericMaskCodes4a", $langs->transnoentities("Workstation"), $langs->transnoentities("Workstation"));
$tooltip .= $langs->trans("GenericMaskCodes5");
diff --git a/htdocs/knowledgemanagement/core/modules/knowledgemanagement/mod_knowledgerecord_advanced.php b/htdocs/knowledgemanagement/core/modules/knowledgemanagement/mod_knowledgerecord_advanced.php
index 415907a4b29..41772f09a28 100644
--- a/htdocs/knowledgemanagement/core/modules/knowledgemanagement/mod_knowledgerecord_advanced.php
+++ b/htdocs/knowledgemanagement/core/modules/knowledgemanagement/mod_knowledgerecord_advanced.php
@@ -75,7 +75,9 @@ class mod_knowledgerecord_advanced extends ModeleNumRefKnowledgeRecord
$tooltip = $langs->trans("GenericMaskCodes", $langs->transnoentities("KnowledgeRecord"), $langs->transnoentities("KnowledgeRecord"));
$tooltip .= $langs->trans("GenericMaskCodes1");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes2");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes3");
$tooltip .= $langs->trans("GenericMaskCodes4a", $langs->transnoentities("KnowledgeRecord"), $langs->transnoentities("KnowledgeRecord"));
$tooltip .= $langs->trans("GenericMaskCodes5");
diff --git a/htdocs/modulebuilder/template/core/modules/mymodule/mod_myobject_advanced.php b/htdocs/modulebuilder/template/core/modules/mymodule/mod_myobject_advanced.php
index e796401e824..1ebc67b2699 100644
--- a/htdocs/modulebuilder/template/core/modules/mymodule/mod_myobject_advanced.php
+++ b/htdocs/modulebuilder/template/core/modules/mymodule/mod_myobject_advanced.php
@@ -76,7 +76,9 @@ class mod_myobject_advanced extends ModeleNumRefMyObject
$tooltip = $langs->trans("GenericMaskCodes", $langs->transnoentities("MyObject"), $langs->transnoentities("MyObject"));
$tooltip .= $langs->trans("GenericMaskCodes1");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes2");
+ $tooltip .= '
';
$tooltip .= $langs->trans("GenericMaskCodes3");
$tooltip .= $langs->trans("GenericMaskCodes4a", $langs->transnoentities("MyObject"), $langs->transnoentities("MyObject"));
$tooltip .= $langs->trans("GenericMaskCodes5");