#20 améliorer cosmetique setup.php: title h1 & h2
This commit is contained in:
parent
cdadc3202c
commit
797a6d8607
1 changed files with 9 additions and 7 deletions
|
|
@ -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 "<p class=\"info\"> Félicitation : Installation réussie</p>";
|
||||
|
||||
|
||||
echo '<hr>';
|
||||
echo "<h1>Mise a jour du systeme</h1>";
|
||||
echo "<h2 > Mise à jour dossier</h2>";
|
||||
|
||||
|
|
@ -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 '<hr>';
|
||||
echo "<h2>Mise à jour modèle</h2>";
|
||||
|
||||
for ($e=0;$e < $MaxDossier;$e++) {
|
||||
|
|
@ -473,7 +476,6 @@ for ($e=0;$e < $MaxDossier;$e++) {
|
|||
//----------------------------------------------------------------------
|
||||
// Upgrade the account_repository
|
||||
//----------------------------------------------------------------------
|
||||
echo '<hr>';
|
||||
echo "<h2>Mise à jour Repository</h2>";
|
||||
$cn=new Database();
|
||||
if ( DEBUG == false ) ob_start();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue