From b0ee8a1d9170b65deb17c1dde6a4b5027aabd716 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 8 Feb 2004 18:41:44 +0000 Subject: [PATCH] =?UTF-8?q?Corrections=20esth=E9tiques=20mineures.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/admin/index.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/htdocs/admin/index.php b/htdocs/admin/index.php index f745065e047..d4edf506100 100644 --- a/htdocs/admin/index.php +++ b/htdocs/admin/index.php @@ -1,5 +1,6 @@ + * Copyright (C) 2004 Laurent Destailleur * * 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 @@ -50,7 +51,7 @@ print 'NomValeurAction'; print "\n"; print 'Version' . DOL_VERSION . ' '; -print 'theme'; +print 'Theme'; if ($_GET["action"] == 'modtheme') { @@ -91,9 +92,9 @@ if ($_GET["action"] == 'edit') print ''; print ''; - print ''; + print ''; - print ''; print '
Informations sur la société
Informations sur la société ou association
Nom de la société'; + print '
Nom de la société/association'; print '
Numéro de tva intracommunautaire'; @@ -107,8 +108,8 @@ else { print ''; - print ''; - print ''; + print ''; + print ''; print ''; print '
Informations sur la société
Nom de la société' . MAIN_INFO_SOCIETE_NOM . '
Informations sur la société ou association
Nom de la société/association' . MAIN_INFO_SOCIETE_NOM . '
Numéro de tva intracommunautaire' . MAIN_INFO_TVAINTRA . '

';