Fix tooltip
This commit is contained in:
parent
720ea16bb1
commit
bc816f253c
@ -547,7 +547,11 @@ print dol_get_fiche_head($head, 'AccountancyFiles');
|
|||||||
print '<form name="searchfiles" action="?action=searchfiles" method="POST">'."\n";
|
print '<form name="searchfiles" action="?action=searchfiles" method="POST">'."\n";
|
||||||
print '<input type="hidden" name="token" value="'.newToken().'">';
|
print '<input type="hidden" name="token" value="'.newToken().'">';
|
||||||
|
|
||||||
print '<span class="opacitymedium">'.$langs->trans("ExportAccountingSourceDocHelp", $langs->transnoentitiesnoconv("Accounting"), $langs->transnoentitiesnoconv("Journals")).'</span><br>';
|
print '<span class="opacitymedium">'.$langs->trans("ExportAccountingSourceDocHelp");
|
||||||
|
if (!empty($conf->accounting->enabled)) {
|
||||||
|
print ' '.$langs->trans("ExportAccountingSourceDocHelp2", $langs->transnoentitiesnoconv("Accounting"), $langs->transnoentitiesnoconv("Journals"));
|
||||||
|
}
|
||||||
|
print '</span><br>';
|
||||||
print '<br>';
|
print '<br>';
|
||||||
|
|
||||||
print $langs->trans("ReportPeriod").': ';
|
print $langs->trans("ReportPeriod").': ';
|
||||||
|
|||||||
@ -48,7 +48,8 @@ CountriesNotInEEC=Countries not in EEC
|
|||||||
CountriesInEECExceptMe=Countries in EEC except %s
|
CountriesInEECExceptMe=Countries in EEC except %s
|
||||||
CountriesExceptMe=All countries except %s
|
CountriesExceptMe=All countries except %s
|
||||||
AccountantFiles=Export source documents
|
AccountantFiles=Export source documents
|
||||||
ExportAccountingSourceDocHelp=With this tool, you can export the source events (list and PDFs) that were used to generate your accountancy. To export your journals, use the menu entry %s - %s.
|
ExportAccountingSourceDocHelp=With this tool, you can export the source events (list in CSV and PDFs) that were used to generate your accountancy.
|
||||||
|
ExportAccountingSourceDocHelp2=To export your journals, use the menu entry %s - %s.
|
||||||
VueByAccountAccounting=View by accounting account
|
VueByAccountAccounting=View by accounting account
|
||||||
VueBySubAccountAccounting=View by accounting subaccount
|
VueBySubAccountAccounting=View by accounting subaccount
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user