#20 améliorer cosmetique setup.php: cosmetic résultat
This commit is contained in:
parent
d5ad84a6b0
commit
c61d76ac4c
1 changed files with 7 additions and 5 deletions
|
|
@ -6,10 +6,12 @@ body {
|
|||
color:blue;
|
||||
background-color:#EDF3FF;
|
||||
}
|
||||
h2.info {
|
||||
color:green;
|
||||
font-size:14px;
|
||||
p.info {
|
||||
color:blue;
|
||||
font-family:Verdana,arial,sans-serif;
|
||||
padding: 30px;
|
||||
border : 1px solid green;
|
||||
|
||||
}
|
||||
h2.error {
|
||||
color:red;
|
||||
|
|
@ -425,7 +427,7 @@ if ($account == 0 ) {
|
|||
//--
|
||||
$cn=new Database();
|
||||
|
||||
echo "<h2 class=\"info\"> Félicitation : Installation réussie</h2>";
|
||||
echo "<p class=\"info\"> Félicitation : Installation réussie</p>";
|
||||
|
||||
echo '<hr>';
|
||||
echo "<h1>Mise a jour du systeme</h1>";
|
||||
|
|
@ -476,6 +478,6 @@ echo '<hr>';
|
|||
}
|
||||
|
||||
if (! DEBUG) ob_end_clean();
|
||||
echo "<p class=\"warning\">Tout est installé</p>";
|
||||
echo "<p class=\"info\">Tout est installé $succeed</p>";
|
||||
?>
|
||||
<A HREF="../index.php">Connectez-vous à PhpCompta</A>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue