diff --git a/htdocs/don/admin/donation.php b/htdocs/don/admin/donation.php index cfaa781fd0d..385f63a4473 100644 --- a/htdocs/don/admin/donation.php +++ b/htdocs/don/admin/donation.php @@ -359,13 +359,13 @@ if (preg_match('/fr/i',$conf->global->MAIN_INFO_SOCIETE_COUNTRY)) print '
| '.$langs->trans("Parameters").' | '."\n"; -print ''.$langs->trans("Status").' | '."\n"; + print ''.$langs->trans("Parameters").' | '."\n"; + print ''.$langs->trans("Status").' | '."\n"; print "
| ' . $langs->trans("DONATION_ART200") . ' | '; - print ''; + print ' | '; if ($conf->use_javascript_ajax) { print ajax_constantonoff('DONATION_ART200'); } else { @@ -376,7 +376,7 @@ if ($conf->use_javascript_ajax) { print ' | |
| ' . $langs->trans("DONATION_ART238") . ' | '; - print ''; + print ' | '; if ($conf->use_javascript_ajax) { print ajax_constantonoff('DONATION_ART238'); } else { @@ -387,7 +387,7 @@ if ($conf->use_javascript_ajax) { print ' | |
| ' . $langs->trans("DONATION_ART885") . ' | '; - print ''; + print ' | '; if ($conf->use_javascript_ajax) { print ajax_constantonoff('DONATION_ART885'); } else { |