diff --git a/htdocs/user/fiche.php3 b/htdocs/user/fiche.php3 index 5525cff5c41..e9562984822 100644 --- a/htdocs/user/fiche.php3 +++ b/htdocs/user/fiche.php3 @@ -1,8 +1,5 @@ - * - * $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 @@ -18,6 +15,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$ */ require("./pre.inc.php3"); @@ -27,7 +26,8 @@ llxHeader(); $db = new Db(); -if ($action == 'add') { +if ($action == 'add') +{ $service = new Service($db); $service->ref = $ref; @@ -43,7 +43,8 @@ if ($action == 'add') { } -if ($action == 'set_datedeb') { +if ($action == 'set_datedeb') +{ $service = new Service($db); $service->start_comm($id, $user->id, $datedeb); } @@ -62,43 +63,55 @@ if ($action == 'update') { $service->update($id, $user); } -/* - * Nouvel utilisateur - * - * - */ -if ($action == 'create') { - print '
| Référence | '; - print '|
| Nom | '; + print ''.$user->id.' |
| Nom | '; + print '|
| Libelle | '; - print '|
| Prénom | '; + print '|
| Prix | '; - print '|
| Login | '; + print '|
| Description | '; print " |