Skip to content
Snippets Groups Projects
Commit aba2c33e authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Doc: Mise a jour doc doxygen

parent 5c0797e9
No related branches found
No related tags found
No related merge requests found
......@@ -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$
*/
......
......@@ -22,9 +22,9 @@
*
*/
/*! \file htdocs/compta/facture.php
/*! \file htdocs/compta/facture/apercu.php
\ingroup facture
\brief Page de cration d'une facture
\brief Page de l'onglet aperu 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>";
......
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment