Icons & fr_FR options not show
This commit is contained in:
parent
a92f68a5ed
commit
ed493b651b
@ -184,7 +184,7 @@ print_fiche_titre($langs->trans("DonationsSetup"),$linkback,'setup');
|
|||||||
|
|
||||||
$head = donation_admin_prepare_head();
|
$head = donation_admin_prepare_head();
|
||||||
|
|
||||||
dol_fiche_head($head, 'general', $langs->trans("Donations"), 0, 'donation');
|
dol_fiche_head($head, 'general', $langs->trans("Donations"), 0, 'payment');
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Params
|
* Params
|
||||||
@ -215,7 +215,8 @@ print '</form>';
|
|||||||
/*
|
/*
|
||||||
* French params
|
* French params
|
||||||
*/
|
*/
|
||||||
if (preg_match('/fr/i',$outputlangs->defaultlang))
|
print $outputlangs->defaultlang;
|
||||||
|
if (preg_match('/fr/i',$conf->global->MAIN_INFO_SOCIETE_COUNTRY))
|
||||||
{
|
{
|
||||||
print '<br>';
|
print '<br>';
|
||||||
print_titre($langs->trans("FrenchOptions"));
|
print_titre($langs->trans("FrenchOptions"));
|
||||||
|
|||||||
@ -66,7 +66,7 @@ print_fiche_titre($langs->trans("DonationsSetup"),$linkback,'setup');
|
|||||||
|
|
||||||
$head = donation_admin_prepare_head();
|
$head = donation_admin_prepare_head();
|
||||||
|
|
||||||
dol_fiche_head($head, 'attributes', $langs->trans("Donations"), 0, 'donation');
|
dol_fiche_head($head, 'attributes', $langs->trans("Donations"), 0, 'payment');
|
||||||
|
|
||||||
require DOL_DOCUMENT_ROOT.'/core/tpl/admin_extrafields_view.tpl.php';
|
require DOL_DOCUMENT_ROOT.'/core/tpl/admin_extrafields_view.tpl.php';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user