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