Qual: Uniformize code
This commit is contained in:
parent
00d69a5855
commit
588547ea6c
@ -23,7 +23,7 @@
|
|||||||
* \file htdocs/admin/societe.php
|
* \file htdocs/admin/societe.php
|
||||||
* \ingroup company
|
* \ingroup company
|
||||||
* \brief Third party module setup page
|
* \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");
|
require("../main.inc.php");
|
||||||
@ -166,8 +166,8 @@ if ($_GET["action"] == 'setdoc')
|
|||||||
|
|
||||||
$form=new Form($db);
|
$form=new Form($db);
|
||||||
|
|
||||||
|
$help_url='EN:Module Third Parties setup|FR:Paramétrage_du_module_Tiers';
|
||||||
llxHeader('',$langs->trans("CompanySetup"),'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>';
|
$linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToModuleList").'</a>';
|
||||||
print_fiche_titre($langs->trans("CompanySetup"),$linkback,'setup');
|
print_fiche_titre($langs->trans("CompanySetup"),$linkback,'setup');
|
||||||
@ -499,5 +499,5 @@ dol_fiche_end();
|
|||||||
|
|
||||||
$db->close();
|
$db->close();
|
||||||
|
|
||||||
llxFooter('$Date$ - $Revision$');
|
llxFooter('$Date: 2011/07/04 07:38:22 $ - $Revision: 1.60 $');
|
||||||
?>
|
?>
|
||||||
|
|||||||
@ -22,7 +22,7 @@
|
|||||||
* \file htdocs/admin/societe_extrafields.php
|
* \file htdocs/admin/societe_extrafields.php
|
||||||
* \ingroup societe
|
* \ingroup societe
|
||||||
* \brief Page to setup extra fields of third party
|
* \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");
|
require("../main.inc.php");
|
||||||
@ -169,7 +169,7 @@ if ($action == 'delete')
|
|||||||
|
|
||||||
$textobject=$langs->transnoentitiesnoconv("ThirdParty");
|
$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);
|
llxHeader('',$langs->trans("CompanySetup"),$help_url);
|
||||||
|
|
||||||
|
|
||||||
@ -312,5 +312,5 @@ if ($_GET["attrname"] && $action == 'edit')
|
|||||||
|
|
||||||
$db->close();
|
$db->close();
|
||||||
|
|
||||||
llxFooter('$Date$ - $Revision$');
|
llxFooter('$Date: 2011/07/04 07:38:22 $ - $Revision: 1.4 $');
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user