diff --git a/htdocs/admin/societe.php b/htdocs/admin/societe.php index d5c45d54f13..37fe17f7311 100644 --- a/htdocs/admin/societe.php +++ b/htdocs/admin/societe.php @@ -23,7 +23,7 @@ * \file htdocs/admin/societe.php * \ingroup company * \brief Third party module setup page - * \version $Id$ + * \version $Id: societe.php,v 1.60 2011/07/04 07:38:22 eldy Exp $ */ require("../main.inc.php"); @@ -166,8 +166,8 @@ if ($_GET["action"] == 'setdoc') $form=new Form($db); - -llxHeader('',$langs->trans("CompanySetup"),'EN:Module Third Parties setup|FR:Paramétrage_du_module_Tiers'); +$help_url='EN:Module Third Parties setup|FR:Paramétrage_du_module_Tiers'; +llxHeader('',$langs->trans("CompanySetup"),$help_url); $linkback=''.$langs->trans("BackToModuleList").''; print_fiche_titre($langs->trans("CompanySetup"),$linkback,'setup'); @@ -499,5 +499,5 @@ dol_fiche_end(); $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/04 07:38:22 $ - $Revision: 1.60 $'); ?> diff --git a/htdocs/admin/societe_extrafields.php b/htdocs/admin/societe_extrafields.php index ac6b0a8374a..fe274220197 100755 --- a/htdocs/admin/societe_extrafields.php +++ b/htdocs/admin/societe_extrafields.php @@ -22,7 +22,7 @@ * \file htdocs/admin/societe_extrafields.php * \ingroup societe * \brief Page to setup extra fields of third party - * \version $Id$ + * \version $Id: societe_extrafields.php,v 1.4 2011/07/04 07:38:22 eldy Exp $ */ require("../main.inc.php"); @@ -169,7 +169,7 @@ if ($action == 'delete') $textobject=$langs->transnoentitiesnoconv("ThirdParty"); -$help_url='EN:Module_Foundations|FR:Module_Adhérents|ES:Módulo_Miembros'; +$help_url='EN:Module Third Parties setup|FR:Paramétrage_du_module_Tiers'; llxHeader('',$langs->trans("CompanySetup"),$help_url); @@ -312,5 +312,5 @@ if ($_GET["attrname"] && $action == 'edit') $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/04 07:38:22 $ - $Revision: 1.4 $'); ?>