phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5365 - phpcompta/trunk/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r5365 - phpcompta/trunk/include
Date: Wed, 28 Aug 2013 23:25:58 +0200 (CEST)

Author: danydb
Date: 2013-08-28 23:25:58 +0200 (Wed, 28 Aug 2013)
New Revision: 5365

Modified:
   phpcompta/trunk/include/class_itextarea.php
   phpcompta/trunk/include/class_user.php
Log:
am?\195?\169liore apparence

Modified: phpcompta/trunk/include/class_itextarea.php
===================================================================
--- phpcompta/trunk/include/class_itextarea.php 2013-08-28 21:23:50 UTC (rev 
5364)
+++ phpcompta/trunk/include/class_itextarea.php 2013-08-28 21:25:58 UTC (rev 
5365)
@@ -31,8 +31,8 @@
     {
         $this->name=($p_name==null)?$this->name:$p_name;
         $this->value=($p_value==null)?$this->value:$p_value;
-               if ( !isset ($this->style )) $this->style=' style="border:solid 
blue 1px" ';
-               $this->id=($this->id=="")?$this->name:$this->id;
+       if ( !isset ($this->style )) $this->style=' style="border:solid blue 
1px" ';
+       $this->id=($this->id=="")?$this->name:$this->id;
 
         if ( $this->readOnly==true) return $this->display();
 

Modified: phpcompta/trunk/include/class_user.php
===================================================================
--- phpcompta/trunk/include/class_user.php      2013-08-28 21:23:50 UTC (rev 
5364)
+++ phpcompta/trunk/include/class_user.php      2013-08-28 21:25:58 UTC (rev 
5365)
@@ -935,7 +935,7 @@
                if ($p_array == 0)
                        return $result . " * Aucun dossier *";
 
-               $result.="<TABLE id=\"folder\" 
style=\"width:auto;border-width:0px;border-collapse:collapse;\">";
+               $result.="<TABLE id=\"folder\" 
style=\"font-size:154%;width:auto;border-width:0px;border-collapse:collapse;\">";
                for ($i = 0; $i < sizeof($p_array); $i++)
                {
 



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

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