.
This commit is contained in:
parent
b8ab8b140e
commit
85b72dc5b8
@ -10,24 +10,19 @@
|
||||
|
||||
<titlepag>
|
||||
|
||||
<title>Manuel d'utilisation/développement Dolibarr</title>
|
||||
<title>Manuel d'utilisation/développement Dolibarr</title>
|
||||
|
||||
<author>Rodolphe Quiédeville<email/rodolphe@quiedeville.org/
|
||||
</author>
|
||||
<author>Rodolphe Quiédeville<email/rodolphe@quiedeville.org/</author>
|
||||
|
||||
<version>
|
||||
0.0.1
|
||||
<date>
|
||||
$Date$
|
||||
</date>
|
||||
</version>
|
||||
<version>0.0.1</version>
|
||||
|
||||
</titlepag>
|
||||
|
||||
<toc sect>
|
||||
|
||||
&ch-adherent;
|
||||
&ch-don;
|
||||
|
||||
</book>
|
||||
|
||||
</book>
|
||||
|
||||
</debiandoc>
|
||||
|
||||
@ -76,9 +76,11 @@ if ($action == 'commentaire')
|
||||
|
||||
llxHeader();
|
||||
|
||||
print_titre("Configuration");
|
||||
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* Liste */
|
||||
/* */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@ -95,7 +97,7 @@ if ($result)
|
||||
|
||||
print '<TR class="liste_titre">';
|
||||
print "<td>Id</td>";
|
||||
print "<td>Libelle</td><td>Soumis a cotisation</td><td> </td>";
|
||||
print "<td>Libellé</td><td>Soumis à cotisation</td><td> </td>";
|
||||
print "</TR>\n";
|
||||
|
||||
$var=True;
|
||||
|
||||
@ -1,7 +1,4 @@
|
||||
/* Copyright (C) 2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
*
|
||||
* $Id$
|
||||
* $Source$
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@ -17,6 +14,9 @@
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
* $Id$
|
||||
* $Source$
|
||||
*
|
||||
*/
|
||||
|
||||
BODY
|
||||
@ -78,7 +78,7 @@ table.leftmenu
|
||||
|
||||
}
|
||||
|
||||
TD.barre
|
||||
td.barre
|
||||
{
|
||||
border-right: 1px solid #000000;
|
||||
border-bottom: 1px solid #000000;
|
||||
|
||||
@ -1,7 +1,4 @@
|
||||
/* Copyright (C) 2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
*
|
||||
* $Id$
|
||||
* $Source$
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@ -17,6 +14,8 @@
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
* $Id$
|
||||
* $Source$
|
||||
*/
|
||||
|
||||
body {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user