From 797a6d8607a9d2b0c3271cfe69a152e512bb34a0 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Mon, 21 Nov 2011 13:41:09 +0000 Subject: [PATCH] =?UTF-8?q?#20=20am=C3=A9liorer=20cosmetique=20setup.php:?= =?UTF-8?q?=20title=20h1=20&=20h2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/admin/setup.php | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/html/admin/setup.php b/html/admin/setup.php index e59b1298d..1eafdbf98 100644 --- a/html/admin/setup.php +++ b/html/admin/setup.php @@ -15,17 +15,22 @@ p.info { } h2.error { color:red; - font-size:14px; + font-size:12px; font-family:Verdana,arial,sans-serif; } h1 { color:blue; - font-size:14px; + font-size:16px; font-family:Verdana,arial,sans-serif; - border : 1px solid green; + border : 1px solid blue; text-align: center; } - +h2 { + color:blue; + font-size:14px; + font-family:Verdana,arial,sans-serif; + font-style: italic; +} p.warning { font-family:Verdana,arial,sans-serif; font-size:12px; @@ -437,7 +442,6 @@ $cn=new Database(); echo "

Félicitation : Installation réussie

"; -echo '
'; echo "

Mise a jour du systeme

"; echo "

Mise à jour dossier

"; @@ -460,7 +464,6 @@ for ($e=0;$e < $MaxDossier;$e++) { //---------------------------------------------------------------------- $Resdossier=$cn->exec_sql("select mod_id, mod_name from modeledef"); $MaxDossier=$cn->size(); -echo '
'; echo "

Mise à jour modèle

"; for ($e=0;$e < $MaxDossier;$e++) { @@ -473,7 +476,6 @@ for ($e=0;$e < $MaxDossier;$e++) { //---------------------------------------------------------------------- // Upgrade the account_repository //---------------------------------------------------------------------- -echo '
'; echo "

Mise à jour Repository

"; $cn=new Database(); if ( DEBUG == false ) ob_start();