phpcompta-dev
[Top][All Lists]
Advanced

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

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


From: phpcompta-dev
Subject: [Phpcompta-dev] r4721 - phpcompta/trunk/include
Date: Wed, 18 Jan 2012 16:31:32 +0100 (CET)

Author: danydb
Date: 2012-01-18 16:31:31 +0100 (Wed, 18 Jan 2012)
New Revision: 4721

Modified:
   phpcompta/trunk/include/class_iposte.php
Log:
add css_size property to iposte 

Modified: phpcompta/trunk/include/class_iposte.php
===================================================================
--- phpcompta/trunk/include/class_iposte.php    2012-01-16 14:28:34 UTC (rev 
4720)
+++ phpcompta/trunk/include/class_iposte.php    2012-01-18 15:31:31 UTC (rev 
4721)
@@ -150,7 +150,12 @@
 
         /* create the text  */
         $itext=new IText($this->name,$this->value);
-               $itext->size=$this->size;
+
+       if ( isset ($this->css_size))
+            $itext->css_size=$this->css_size;
+       else
+            $itext->size=$this->size;
+
         /* create the button */
         $ibutton=$this->dsp_button();
         if ( $this->table==3)




reply via email to

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