Qual: Uniformize code

This commit is contained in:
Laurent Destailleur
2011-07-04 07:38:22 +00:00
parent 00d69a5855
commit 588547ea6c
2 changed files with 7 additions and 7 deletions

View File

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

View File

@@ -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&eacute;rents|ES:M&oacute;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 $');
?>