diff --git a/htdocs/admin/facture.php b/htdocs/admin/facture.php index 0c9e739bb33..89e1fea2c63 100644 --- a/htdocs/admin/facture.php +++ b/htdocs/admin/facture.php @@ -438,10 +438,8 @@ while (($file = readdir($handle))!==false) $htmltooltip.='
'.$langs->trans("Escompte").': '.yn($module->option_escompte,1,1); $htmltooltip.='
'.$langs->trans("CreditNote").': '.yn($module->option_credit_note,1,1); $htmltooltip.='
'.$langs->trans("MultiLanguage").': '.yn($module->option_multilang,1,1); - //TODO : $htmltooltip.='
'.$langs->trans("Escompte").': '.yn($module->option_escompte); - $htmltooltip.='
'.$langs->trans("CreditNote").': '.yn($module->option_credit_note); - $htmltooltip.='
'.$langs->trans("FreeLegalTextOnInvoices").': '.yn($module->option_freetext); - $htmltooltip.='
'.$langs->trans("WatermarkOnDraftInvoices").': '.yn($module->option_draft_watermark); + $htmltooltip.='
'.$langs->trans("FreeLegalTextOnInvoices").': '.yn($module->option_freetext,1,1); + $htmltooltip.='
'.$langs->trans("WatermarkOnDraftInvoices").': '.yn($module->option_draft_watermark,1,1); print ''; diff --git a/htdocs/includes/login/README.txt b/htdocs/includes/login/README.txt index 81ac8c6d917..8ea3d79077c 100644 --- a/htdocs/includes/login/README.txt +++ b/htdocs/includes/login/README.txt @@ -2,7 +2,9 @@ README (english) --------------------------------------------- Decription of htdocs/includes/login directory --------------------------------------------- + This directory contains files that handle way to validate passwords. + If you want to add a new password checker function, just add a file in this directory that follow example of already existing files. This file must be called for example :