diff --git a/htdocs/admin/dons.php b/htdocs/admin/dons.php index 048a4308b36..10b8211a462 100644 --- a/htdocs/admin/dons.php +++ b/htdocs/admin/dons.php @@ -141,9 +141,7 @@ $linkback=''.$langs->trans("BackToM print_fiche_titre($langs->trans("DonationsSetup"),$linkback,'setup'); -/* - * PDF - */ +// Document templates print '
'; print_titre($langs->trans("DonationsModels")); @@ -176,7 +174,7 @@ print ''.$langs->trans("Name").''; print ''.$langs->trans("Description").''; print ''.$langs->trans("Activated").''; print ''.$langs->trans("Default").''; -print ''.$langs->trans("Infos").''; +print ''.$langs->trans("Infos").''; print "\n"; clearstatcache(); @@ -255,11 +253,9 @@ if (is_resource($handle)) $htmltooltip.='

'.$langs->trans("FeaturesSupported").':'; $htmltooltip.='
'.$langs->trans("Logo").': '.yn($module->option_logo,1,1); $htmltooltip.='
'.$langs->trans("MultiLanguage").': '.yn($module->option_multilang,1,1); + $text='
'.img_object($langs->trans("Preview"),'generic').''; print ''; - print $html->textwithpicto('',$htmltooltip,1,0); - print ''; - print ''; - print ''.img_object($langs->trans("Preview"),'generic').''; + print $html->textwithpicto('   '.$text,$htmltooltip,-1,0); print ''; print "\n";