Fix: Title of page is second parameter

This commit is contained in:
Laurent Destailleur 2010-05-26 11:42:29 +00:00
parent 4c6a3a0fdc
commit ff4935fbc6
9 changed files with 9 additions and 9 deletions

View File

@ -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='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToModuleList").'</a>';
print_fiche_titre($langs->trans("ClickToDialSetup"),$linkback,'setup');

View File

@ -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);

View File

@ -95,7 +95,7 @@ if (isset($_POST["action"]) && $_POST["action"] == 'update')
*/
$wikihelp='EN:First_setup|FR:Premiers_param&eacute;trages|ES:Primeras_configuraciones';
llxHeader($langs->trans("Setup"),'',$wikihelp);
llxHeader('',$langs->trans("Setup"),$wikihelp);
$html=new Form($db);
$formadmin=new FormAdmin($db);

View File

@ -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);

View File

@ -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');

View File

@ -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');

View File

@ -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');

View File

@ -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,";

View File

@ -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);