phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r4420 - phpcompta/trunk/html/admin


From: phpcompta-dev
Subject: [Phpcompta-dev] r4420 - phpcompta/trunk/html/admin
Date: Mon, 21 Nov 2011 14:41:11 +0100 (CET)

Author: danydb
Date: 2011-11-21 14:41:09 +0100 (Mon, 21 Nov 2011)
New Revision: 4420

Modified:
   phpcompta/trunk/html/admin/setup.php
Log:
#20 am?\195?\169liorer cosmetique setup.php: title h1 & h2

Modified: phpcompta/trunk/html/admin/setup.php
===================================================================
--- phpcompta/trunk/html/admin/setup.php        2011-11-21 13:33:13 UTC (rev 
4419)
+++ phpcompta/trunk/html/admin/setup.php        2011-11-21 13:41:09 UTC (rev 
4420)
@@ -15,17 +15,22 @@
 }
 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 @@
 echo "<p class=\"info\"> F&eacute;licitation : Installation 
r&eacute;ussie</p>";
 
 
-echo '<hr>';
 echo "<h1>Mise a jour du systeme</h1>";
 echo "<h2 > Mise &agrave; jour dossier</h2>";
 
@@ -460,7 +464,6 @@
 //----------------------------------------------------------------------
 $Resdossier=$cn->exec_sql("select mod_id, mod_name from modeledef");
 $MaxDossier=$cn->size();
-echo '<hr>';
 echo "<h2>Mise &agrave; jour mod&egrave;le</h2>";
 
 for ($e=0;$e < $MaxDossier;$e++) {
@@ -473,7 +476,6 @@
 //----------------------------------------------------------------------
 // Upgrade the account_repository
 //----------------------------------------------------------------------
-echo '<hr>';
  echo "<h2>Mise &agrave; jour Repository</h2>";
  $cn=new Database();
  if ( DEBUG == false ) ob_start();




reply via email to

[Prev in Thread] Current Thread [Next in Thread]