diff --git a/htdocs/adherents/admin/adherent.php b/htdocs/adherents/admin/adherent.php index 6534ac09ac3..f285d9a8a3a 100644 --- a/htdocs/adherents/admin/adherent.php +++ b/htdocs/adherents/admin/adherent.php @@ -115,7 +115,7 @@ print_fiche_titre($langs->trans("MembersSetup"),$linkback,'setup'); $head = member_admin_prepare_head(); -dol_fiche_head($head, 'general', $langs->trans("Member"), 0, 'user'); +dol_fiche_head($head, 'general', $langs->trans("Members"), 0, 'user'); dol_htmloutput_mesg($mesg); diff --git a/htdocs/adherents/admin/public.php b/htdocs/adherents/admin/public.php index 1bb11d41c40..9a1fceb9b4e 100644 --- a/htdocs/adherents/admin/public.php +++ b/htdocs/adherents/admin/public.php @@ -84,7 +84,7 @@ print_fiche_titre($langs->trans("MembersSetup"),$linkback,'setup'); $head = member_admin_prepare_head(); -dol_fiche_head($head, 'public', $langs->trans("Member"), 0, 'user'); +dol_fiche_head($head, 'public', $langs->trans("Members"), 0, 'user'); dol_htmloutput_mesg($mesg); @@ -206,7 +206,7 @@ if (! empty($conf->paybox->enabled) || ! empty($conf->paypal->enabled)) print ''; print '
'; -print ''; +print '
'; print '
'; print ''; diff --git a/htdocs/admin/agenda.php b/htdocs/admin/agenda.php index 76541401924..178d37c333e 100644 --- a/htdocs/admin/agenda.php +++ b/htdocs/admin/agenda.php @@ -137,7 +137,7 @@ print "
\n"; $head=agenda_prepare_head(); -dol_fiche_head($head, 'autoactions', $langs->trans("Agenda")); +dol_fiche_head($head, 'autoactions', $langs->trans("Agenda"), 0, 'action'); print $langs->trans("AgendaAutoActionDesc")."
\n"; print $langs->trans("OnlyActiveElementsAreShown").'
'; diff --git a/htdocs/admin/agenda_extrafields.php b/htdocs/admin/agenda_extrafields.php index 64f793cc761..d66ebb76b9c 100644 --- a/htdocs/admin/agenda_extrafields.php +++ b/htdocs/admin/agenda_extrafields.php @@ -74,7 +74,7 @@ print "
\n"; $head=agenda_prepare_head(); -dol_fiche_head($head, 'attributes', $langs->trans("Agenda")); +dol_fiche_head($head, 'attributes', $langs->trans("Agenda"), 0, 'action'); print $langs->trans("DefineHereComplementaryAttributes", $langs->transnoentitiesnoconv("Agenda")).'
'."\n"; print '
'; diff --git a/htdocs/admin/agenda_extsites.php b/htdocs/admin/agenda_extsites.php index 4bb3cb8c4f3..9a3a95f924c 100644 --- a/htdocs/admin/agenda_extsites.php +++ b/htdocs/admin/agenda_extsites.php @@ -125,7 +125,7 @@ print '
'; $head=agenda_prepare_head(); -dol_fiche_head($head, 'extsites', $langs->trans("Agenda")); +dol_fiche_head($head, 'extsites', $langs->trans("Agenda"), 0, 'action'); print $langs->trans("AgendaExtSitesDesc")."
\n"; print "
\n"; diff --git a/htdocs/admin/agenda_other.php b/htdocs/admin/agenda_other.php index 8476a1508cd..c54d571086a 100644 --- a/htdocs/admin/agenda_other.php +++ b/htdocs/admin/agenda_other.php @@ -84,7 +84,7 @@ print "
\n"; $head=agenda_prepare_head(); -dol_fiche_head($head, 'other', $langs->trans("Agenda")); +dol_fiche_head($head, 'other', $langs->trans("Agenda"), 0, 'action'); print_titre($langs->trans("OtherOptions")); diff --git a/htdocs/admin/agenda_xcal.php b/htdocs/admin/agenda_xcal.php index 135429e15d3..8805ca381ad 100644 --- a/htdocs/admin/agenda_xcal.php +++ b/htdocs/admin/agenda_xcal.php @@ -79,7 +79,7 @@ print '
'; $head=agenda_prepare_head(); -dol_fiche_head($head, 'xcal', $langs->trans("Agenda")); +dol_fiche_head($head, 'xcal', $langs->trans("Agenda"), 0, 'action'); print $langs->trans("AgendaSetupOtherDesc")."
\n"; print "
\n"; diff --git a/htdocs/admin/bank.php b/htdocs/admin/bank.php index 0fcf52b888a..34b7ece1cf2 100644 --- a/htdocs/admin/bank.php +++ b/htdocs/admin/bank.php @@ -88,15 +88,6 @@ $linkback=''.$langs->trans("BackToM print_fiche_titre($langs->trans("BankSetupModule"),$linkback,'setup'); print '
'; -$h = 0; - -$head[$h][0] = DOL_URL_ROOT."/admin/bank.php"; -$head[$h][1] = $langs->trans("Miscellaneous"); -$head[$h][2] = 'general'; -$hselected=$h; -$h++; - -dol_fiche_head($head, $hselected, $langs->trans("ModuleSetup")); print ''; print ''; diff --git a/htdocs/admin/commande.php b/htdocs/admin/commande.php index e24800d18f2..6736f9d2279 100644 --- a/htdocs/admin/commande.php +++ b/htdocs/admin/commande.php @@ -218,7 +218,7 @@ print '
'; $head = order_admin_prepare_head(null); -dol_fiche_head($head, 'general', $langs->trans("ModuleSetup"), 0, 'order'); +dol_fiche_head($head, 'general', $langs->trans("Orders"), 0, 'order'); /* * Orders Numbering model diff --git a/htdocs/admin/compta.php b/htdocs/admin/compta.php index a2abb070c3a..1e5828f55e2 100644 --- a/htdocs/admin/compta.php +++ b/htdocs/admin/compta.php @@ -104,16 +104,6 @@ print_fiche_titre($langs->trans('ComptaSetup'),$linkback,'setup'); print '
'; -$h = 0; - -$head[$h][0] = DOL_URL_ROOT."/admin/compta.php"; -$head[$h][1] = $langs->trans("Accountancy"); -$head[$h][2] = 'Compta'; -$hselected=$h; -$h++; - -dol_fiche_head($head, $hselected, $langs->trans("ModuleSetup")); - print '
'; // Cas du parametre COMPTA_MODE diff --git a/htdocs/admin/contract.php b/htdocs/admin/contract.php index b059fa34bec..00f6c7af825 100644 --- a/htdocs/admin/contract.php +++ b/htdocs/admin/contract.php @@ -204,7 +204,7 @@ print "
"; $head=contract_admin_prepare_head(); -dol_fiche_head($head, 'contract', $langs->trans("ModuleSetup")); +dol_fiche_head($head, 'contract', $langs->trans("Contracts"), 0, 'contract'); /* * Contracts Numbering model diff --git a/htdocs/admin/dons.php b/htdocs/admin/dons.php index bb54f0ead67..c6e42a0f12d 100644 --- a/htdocs/admin/dons.php +++ b/htdocs/admin/dons.php @@ -120,18 +120,6 @@ llxHeader('',$langs->trans("DonationsSetup"),'DonConfiguration'); $linkback=''.$langs->trans("BackToModuleList").''; print_fiche_titre($langs->trans("DonationsSetup"),$linkback,'setup'); -print '
'; - -$h = 0; - -$head[$h][0] = DOL_URL_ROOT."/admin/dons.php"; -$head[$h][1] = $langs->trans("Donations"); -$head[$h][2] = 'Donation'; -$hselected=$h; -$h++; - -dol_fiche_head($head, $hselected, $langs->trans("ModuleSetup")); - // Document templates print '
'; @@ -167,6 +155,7 @@ print ''; print ''; print ''; print ''; +print ''; print "\n"; clearstatcache(); @@ -245,10 +234,14 @@ 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 ''; + + // Preview + print ''; print "\n"; } diff --git a/htdocs/admin/ecm.php b/htdocs/admin/ecm.php index 68782a2620d..50ad5ce13e8 100644 --- a/htdocs/admin/ecm.php +++ b/htdocs/admin/ecm.php @@ -72,16 +72,6 @@ $linkback=''.$langs->trans("BackToM print_fiche_titre($langs->trans("ECMSetup"),$linkback,'setup'); print '
'; -$h = 0; - -$head[$h][0] = DOL_URL_ROOT."/admin/ecm.php"; -$head[$h][1] = $langs->trans("Miscellaneous"); -$head[$h][2] = 'general'; -$hselected=$h; -$h++; - -dol_fiche_head($head, $hselected, $langs->trans("ModuleSetup")); - print '
'.$langs->trans("Description").''.$langs->trans("Activated").''.$langs->trans("Default").''.$langs->trans("ShortInfo").''.$langs->trans("Preview").'
'; - print $form->textwithpicto('   '.$text,$htmltooltip,-1,0); + print $form->textwithpicto('',$htmltooltip,-1,0); print ''; + print ''.img_object($langs->trans("Preview"),'generic').''; + print '
'; print ''; print ''; diff --git a/htdocs/admin/livraison.php b/htdocs/admin/livraison.php index 56602508777..750bc5ebbb4 100644 --- a/htdocs/admin/livraison.php +++ b/htdocs/admin/livraison.php @@ -412,7 +412,7 @@ foreach ($dirmodels as $reldir) // Info $htmltooltip = ''.$langs->trans("Type").': '.($module->type?$module->type:$langs->trans("Unknown")); $htmltooltip.='
'.$langs->trans("Width").'/'.$langs->trans("Height").': '.$module->page_largeur.'/'.$module->page_hauteur; - $htmltooltip.='

'.$langs->trans("FeaturesSupported").':'; + $htmltooltip.='

'.$langs->trans("FeaturesSupported").':'; $htmltooltip.='
'.$langs->trans("Logo").': '.yn($module->option_logo,1,1); print '
'.$langs->trans("Description").''; print $form->textwithpicto('',$htmltooltip,1,0); diff --git a/htdocs/admin/mailing.php b/htdocs/admin/mailing.php index 3c9c2f5ad93..43fd62028fd 100644 --- a/htdocs/admin/mailing.php +++ b/htdocs/admin/mailing.php @@ -80,16 +80,6 @@ llxHeader('',$langs->trans("MailingSetup")); $linkback=''.$langs->trans("BackToModuleList").''; print_fiche_titre($langs->trans("MailingSetup"),$linkback,'setup'); -$h = 0; - -$head[$h][0] = DOL_URL_ROOT."/admin/mailing.php"; -$head[$h][1] = $langs->trans("Miscellaneous"); -$head[$h][2] = 'general'; -$hselected=$h; -$h++; - -dol_fiche_head($head, $hselected, $langs->trans("ModuleSetup")); - if (! empty($conf->use_javascript_ajax)) { print "\n".'