From fdd4bea6f9d8c64e4ebc83114fa37c687624dbed Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 1 May 2011 18:56:41 +0000 Subject: [PATCH] Add title --- htdocs/societe/agenda.php | 2 +- htdocs/societe/document.php | 3 ++- htdocs/societe/socnote.php | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/htdocs/societe/agenda.php b/htdocs/societe/agenda.php index 92b212e0c58..d53ed66417e 100644 --- a/htdocs/societe/agenda.php +++ b/htdocs/societe/agenda.php @@ -71,7 +71,7 @@ if ($_GET["socid"]) $soc = new Societe($db); $result = $soc->fetch($_GET["socid"]); - llxHeader("","",$langs->trans("Category")); + llxHeader("",$langs->trans("Agenda"),$langs->trans("Category")); if ($conf->notification->enabled) $langs->load("mails"); $head = societe_prepare_head($soc); diff --git a/htdocs/societe/document.php b/htdocs/societe/document.php index 36f9f87ed23..5c0ee3eee73 100644 --- a/htdocs/societe/document.php +++ b/htdocs/societe/document.php @@ -122,7 +122,8 @@ if ($_REQUEST['action'] == 'confirm_deletefile' && $_REQUEST['confirm'] == 'yes' $form = new Form($db); -llxHeader(); +$help_url='EN:Module_Third_Parties|FR:Module_Tiers|ES:Empresas'; +llxHeader('',$langs->trans("ThirdParty").' - '.$langs->trans("Files"),$help_url); if ($socid > 0) { diff --git a/htdocs/societe/socnote.php b/htdocs/societe/socnote.php index 326e0b31078..ae1268e1aa4 100644 --- a/htdocs/societe/socnote.php +++ b/htdocs/societe/socnote.php @@ -62,7 +62,8 @@ if ($conf->global->MAIN_DIRECTEDITMODE && $user->rights->societe->creer) $action $form = new Form($db); -llxHeader(); +$help_url='EN:Module_Third_Parties|FR:Module_Tiers|ES:Empresas'; +llxHeader('',$langs->trans("ThirdParty").' - '.$langs->trans("Notes"),$help_url); if ($socid > 0) {