From 8e770f94806e4f22735588991fd3a8e1a17caa02 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 2 Aug 2009 16:16:15 +0000 Subject: [PATCH] Minor change --- htdocs/admin/compta.php | 8 ++++---- htdocs/admin/facture.php | 16 ++++++++++------ htdocs/compta/facture.php | 2 +- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/htdocs/admin/compta.php b/htdocs/admin/compta.php index 49ed1a84a45..8ee489de7b6 100644 --- a/htdocs/admin/compta.php +++ b/htdocs/admin/compta.php @@ -19,10 +19,10 @@ */ /** - \file htdocs/admin/compta.php - \ingroup tax - \brief Page de configuration du module tax - \version $Id$ + * \file htdocs/admin/compta.php + * \ingroup tax + * \brief Page de configuration du module tax + * \version $Id$ */ require('./pre.inc.php'); diff --git a/htdocs/admin/facture.php b/htdocs/admin/facture.php index d3ab550b58d..e7596223d57 100644 --- a/htdocs/admin/facture.php +++ b/htdocs/admin/facture.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004-2008 Laurent Destailleur + * Copyright (C) 2004-2009 Laurent Destailleur * Copyright (C) 2005 Eric Seigne * Copyright (C) 2005-2009 Regis Houssin * Copyright (C) 2008 Raphael Bertrand (Resultic) @@ -25,7 +25,7 @@ * \ingroup facture * \brief Page d'administration/configuration du module Facture * \version $Id$ -*/ + */ require("./pre.inc.php"); require_once(DOL_DOCUMENT_ROOT."/lib/admin.lib.php"); @@ -209,16 +209,16 @@ if ($_POST["action"] == 'setNumWithInvoice') dolibarr_set_const($db, "AVOIR_NUM_ /* - * Affiche page + * View page */ -llxHeader("",""); +llxHeader("",$langs->trans("BillsSetup"),'EN:Invoice_Configuration|FR:Configuration_module_facture|ES:ConfiguracionFactura'); $html=new Form($db); $linkback=''.$langs->trans("BackToModuleList").''; -print_fiche_titre($langs->trans("BillsNumberingModule"),$linkback,'setup'); +print_fiche_titre($langs->trans("BillsSetup"),$linkback,'setup'); print '
'; $h = 0; @@ -230,9 +230,13 @@ $h++; dol_fiche_head($head, $hselected, $langs->trans("ModuleSetup")); + /* - * Module numerotation + * Numbering module */ + +print_titre($langs->trans("BillsNumberingModule")); + print ''; print ''; print ''; diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index b6bfbeaa833..4e6b19047fc 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -1355,7 +1355,7 @@ if ($_REQUEST['action'] == 'builddoc') // En get ou en post * View */ -llxHeader('',$langs->trans('Bill'),'HelpInvoice'); +llxHeader('',$langs->trans('Bill'),'EN:Customers_Invoices|FR:Factures_Clients|ES:Facturas_a_clientes'); $html = new Form($db); $formfile = new FormFile($db);
'.$langs->trans("Name").'