From ff4935fbc6cf3d5aafe205d12abbc052efc2c485 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 26 May 2010 11:42:29 +0000 Subject: [PATCH] Fix: Title of page is second parameter --- htdocs/admin/clicktodial.php | 2 +- htdocs/admin/company.php | 2 +- htdocs/admin/ihm.php | 2 +- htdocs/admin/index.php | 2 +- htdocs/admin/mails.php | 2 +- htdocs/admin/menus.php | 2 +- htdocs/admin/tools/update.php | 2 +- htdocs/fourn/facture/index.php | 2 +- htdocs/societe.php | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/htdocs/admin/clicktodial.php b/htdocs/admin/clicktodial.php index db34396fc53..0bce6a88448 100644 --- a/htdocs/admin/clicktodial.php +++ b/htdocs/admin/clicktodial.php @@ -53,7 +53,7 @@ if ($_POST["action"] == 'setvalue' && $user->admin) */ $wikihelp='EN:Module_ClickToDial_En|FR:Module_ClickToDial|ES:Módulo_ClickTodial_Es'; -llxHeader($langs->trans("ClickToDialSetup"),'',$wikihelp); +llxHeader('',$langs->trans("ClickToDialSetup"),$wikihelp); $linkback=''.$langs->trans("BackToModuleList").''; print_fiche_titre($langs->trans("ClickToDialSetup"),$linkback,'setup'); diff --git a/htdocs/admin/company.php b/htdocs/admin/company.php index 809fd4e7f97..073de5ebbbb 100644 --- a/htdocs/admin/company.php +++ b/htdocs/admin/company.php @@ -218,7 +218,7 @@ if ($_GET["action"] == 'removelogo') */ $wikihelp='EN:First_setup|FR:Premiers_paramétrages|ES:Primeras_configuraciones'; -llxHeader($langs->trans("Setup"),'',$wikihelp); +llxHeader('',$langs->trans("Setup"),$wikihelp); $form = new Form($db); $formcompany = new FormCompany($db); diff --git a/htdocs/admin/ihm.php b/htdocs/admin/ihm.php index f1e6b5193fd..760c4cda5fc 100644 --- a/htdocs/admin/ihm.php +++ b/htdocs/admin/ihm.php @@ -95,7 +95,7 @@ if (isset($_POST["action"]) && $_POST["action"] == 'update') */ $wikihelp='EN:First_setup|FR:Premiers_paramétrages|ES:Primeras_configuraciones'; -llxHeader($langs->trans("Setup"),'',$wikihelp); +llxHeader('',$langs->trans("Setup"),$wikihelp); $html=new Form($db); $formadmin=new FormAdmin($db); diff --git a/htdocs/admin/index.php b/htdocs/admin/index.php index 147b275f057..8a8b1bf26a0 100644 --- a/htdocs/admin/index.php +++ b/htdocs/admin/index.php @@ -39,7 +39,7 @@ $mesg=''; */ $wikihelp='EN:First_setup|FR:Premiers_paramétrages|ES:Primeras_configuraciones'; -llxHeader($langs->trans("Setup"),'',$wikihelp); +llxHeader('',$langs->trans("Setup"),$wikihelp); $form = new Form($db); diff --git a/htdocs/admin/mails.php b/htdocs/admin/mails.php index 611496bb6f2..660575df4a2 100644 --- a/htdocs/admin/mails.php +++ b/htdocs/admin/mails.php @@ -244,7 +244,7 @@ if (! $server) $server='127.0.0.1'; */ $wikihelp='EN:Setup EMails|FR:Paramétrage EMails|ES:Configuración EMails'; -llxHeader($langs->trans("Setup"),'',$wikihelp); +llxHeader('',$langs->trans("Setup"),$wikihelp); print_fiche_titre($langs->trans("EMailsSetup"),'','setup'); diff --git a/htdocs/admin/menus.php b/htdocs/admin/menus.php index 47ac7155b5f..2061c79628c 100644 --- a/htdocs/admin/menus.php +++ b/htdocs/admin/menus.php @@ -89,7 +89,7 @@ $html=new Form($db); $htmladmin=new FormAdmin($db); $wikihelp='EN:First_setup|FR:Premiers_paramétrages|ES:Primeras_configuraciones'; -llxHeader($langs->trans("Setup"),'',$wikihelp); +llxHeader('',$langs->trans("Setup"),$wikihelp); print_fiche_titre($langs->trans("Menus"),'','setup'); diff --git a/htdocs/admin/tools/update.php b/htdocs/admin/tools/update.php index 1e1c6068781..27b6e4565f9 100644 --- a/htdocs/admin/tools/update.php +++ b/htdocs/admin/tools/update.php @@ -57,7 +57,7 @@ if ($_POST["action"]=='update') */ $wikihelp='EN:Installation_-_Upgrade|FR:Installation_-_Mise_à_jour|ES:Instalaci&omodulon_-_Actualizaci&omodulon'; -llxHeader($langs->trans("Upgrade"),'',$wikihelp); +llxHeader('',$langs->trans("Upgrade"),$wikihelp); print_fiche_titre($langs->trans("Upgrade"),'','setup'); diff --git a/htdocs/fourn/facture/index.php b/htdocs/fourn/facture/index.php index aff4755add3..9ac08ea248b 100644 --- a/htdocs/fourn/facture/index.php +++ b/htdocs/fourn/facture/index.php @@ -93,7 +93,7 @@ if ($_POST["mode"] == 'search') $now=gmmktime(); $html=new Form($db); -llxHeader($langs->trans("SuppliersInovices"),'','EN:Suppliers_Invoices|FR:FactureFournisseur|ES:Facturas_de_proveedores'); +llxHeader('',$langs->trans("SuppliersInvoices"),'EN:Suppliers_Invoices|FR:FactureFournisseur|ES:Facturas_de_proveedores'); $sql = "SELECT s.rowid as socid, s.nom, "; $sql.= " fac.rowid as ref, fac.rowid as facid, fac.facnumber, fac.datef, fac.date_lim_reglement as date_echeance,"; diff --git a/htdocs/societe.php b/htdocs/societe.php index 42a33a0e673..4a3592a9733 100644 --- a/htdocs/societe.php +++ b/htdocs/societe.php @@ -115,7 +115,7 @@ if ($user->societe_id > 0) */ $help_url='EN:Module_Third_Parties|FR:Module_Tiers|ES:Empresas'; -llxHeader($langs->trans("ThirdParty"),'',$help_url); +llxHeader('',$langs->trans("ThirdParty"),$help_url); $form=new Form($db); $companystatic=new Societe($db);