From aba2c33ed5cde39a14a1742442cdab6a60528cfc Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Tue, 12 Oct 2004 22:06:55 +0000 Subject: [PATCH] Doc: Mise a jour doc doxygen --- htdocs/compta/bank/account.class.php | 4 ++-- htdocs/compta/facture/apercu.php | 8 ++++---- htdocs/html.form.class.php | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/htdocs/compta/bank/account.class.php b/htdocs/compta/bank/account.class.php index df4b21e2572..143e8ed45f5 100644 --- a/htdocs/compta/bank/account.class.php +++ b/htdocs/compta/bank/account.class.php @@ -23,8 +23,8 @@ */ /*! - \file htdocs/account.class.php - \ingroup bank + \file htdocs/compta/bank/account.class.php + \ingroup banque \brief Fichier de la classe des comptes bancaires \version $Revision$ */ diff --git a/htdocs/compta/facture/apercu.php b/htdocs/compta/facture/apercu.php index 27ba50806cc..914e4791c87 100644 --- a/htdocs/compta/facture/apercu.php +++ b/htdocs/compta/facture/apercu.php @@ -22,9 +22,9 @@ * */ -/*! \file htdocs/compta/facture.php +/*! \file htdocs/compta/facture/apercu.php \ingroup facture - \brief Page de cr�ation d'une facture + \brief Page de l'onglet aper�u d'une facture \version $Revision$ */ @@ -90,7 +90,7 @@ if ($_GET["facid"] > 0) /* * Facture */ - print '<table class="border" cellspacing="0" cellpadding="2" width="100%">'; + print '<table class="border" width="100%">'; print '<tr><td>'.$langs->trans("Customer").'</td>'; print '<td colspan="3">'; print '<b><a href="fiche.php?socid='.$soc->id.'">'.$soc->nom.'</a></b></td>'; @@ -137,7 +137,7 @@ if ($_GET["facid"] > 0) { $encfile = urlencode($file); print_titre("Documents"); - print '<table class="border" width="100%" cellspacing="0" cellpadding="3">'; + print '<table class="border" width="100%">'; print "<tr $bc[0]><td>Facture PDF</td>"; diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index 5575b32b8ce..430560fed32 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -749,11 +749,11 @@ class Form /*! \brief Affiche un select � partir d'un tableau - \param nom de la zone select - \param tableau de key+valeur - \param key pr�s�lectionn�e - \param 1 si il faut un valeur "-" dans la liste, 0 sinon - \param 1 pour afficher la key dans la valeur "[key] value" + \param name nom de la zone select + \param array tableau de key+valeur + \param id key pr�s�lectionn�e + \param empty 1 si il faut un valeur "-" dans la liste, 0 sinon + \param key_libelle 1 pour afficher la key dans la valeur "[key] value" */ function select_array($name, $array, $id='', $empty=0, $key_libelle=0) { -- GitLab