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)


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

Reply via email to