Author: danydb
Date: 2011-12-04 06:22:15 +0100 (Sun, 04 Dec 2011)
New Revision: 4552

Modified:
   phpcompta/trunk/include/class_inum.php
Log:
size is set in the constructor


Modified: phpcompta/trunk/include/class_inum.php
===================================================================
--- phpcompta/trunk/include/class_inum.php      2011-12-03 21:21:16 UTC (rev 
4551)
+++ phpcompta/trunk/include/class_inum.php      2011-12-04 05:22:15 UTC (rev 
4552)
@@ -42,7 +42,6 @@
     /*!\brief print in html the readonly value of the widget*/
     public function display()
     {
-        $this->size=9;
         $readonly=" readonly ";
         $style='style="border:solid 1px 
blue;color:black;background:#EDEDED;text-align:right"';
         $this->value=str_replace('"','',$this->value);


_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to