add css_size property to iposte

This commit is contained in:
Dany De Bontridder 2012-01-18 15:31:31 +00:00
parent 4c36c6f5cb
commit a7369a72a0

View file

@ -150,7 +150,12 @@ class IPoste extends HtmlInput
/* 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)