Add title

This commit is contained in:
Laurent Destailleur 2011-05-01 18:56:41 +00:00
parent a3924dc0b0
commit fdd4bea6f9
3 changed files with 5 additions and 3 deletions

View File

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

View File

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

View File

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