Add documentation
This commit is contained in:
parent
0d6c83b5a3
commit
aeacdb933b
@ -438,10 +438,8 @@ while (($file = readdir($handle))!==false)
|
|||||||
$htmltooltip.='<br><b>'.$langs->trans("Escompte").'</b>: '.yn($module->option_escompte,1,1);
|
$htmltooltip.='<br><b>'.$langs->trans("Escompte").'</b>: '.yn($module->option_escompte,1,1);
|
||||||
$htmltooltip.='<br><b>'.$langs->trans("CreditNote").'</b>: '.yn($module->option_credit_note,1,1);
|
$htmltooltip.='<br><b>'.$langs->trans("CreditNote").'</b>: '.yn($module->option_credit_note,1,1);
|
||||||
$htmltooltip.='<br><b>'.$langs->trans("MultiLanguage").'</b>: '.yn($module->option_multilang,1,1);
|
$htmltooltip.='<br><b>'.$langs->trans("MultiLanguage").'</b>: '.yn($module->option_multilang,1,1);
|
||||||
//TODO : $htmltooltip.='<br><b>'.$langs->trans("Escompte").'</b>: '.yn($module->option_escompte);
|
$htmltooltip.='<br><b>'.$langs->trans("FreeLegalTextOnInvoices").'</b>: '.yn($module->option_freetext,1,1);
|
||||||
$htmltooltip.='<br><b>'.$langs->trans("CreditNote").'</b>: '.yn($module->option_credit_note);
|
$htmltooltip.='<br><b>'.$langs->trans("WatermarkOnDraftInvoices").'</b>: '.yn($module->option_draft_watermark,1,1);
|
||||||
$htmltooltip.='<br><b>'.$langs->trans("FreeLegalTextOnInvoices").'</b>: '.yn($module->option_freetext);
|
|
||||||
$htmltooltip.='<br><b>'.$langs->trans("WatermarkOnDraftInvoices").'</b>: '.yn($module->option_draft_watermark);
|
|
||||||
|
|
||||||
|
|
||||||
print '<td align="center">';
|
print '<td align="center">';
|
||||||
|
|||||||
@ -2,7 +2,9 @@ README (english)
|
|||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
Decription of htdocs/includes/login directory
|
Decription of htdocs/includes/login directory
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
|
|
||||||
This directory contains files that handle way to validate passwords.
|
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
|
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 directory that follow example of already existing files.
|
||||||
This file must be called for example :
|
This file must be called for example :
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user