add css_size property to iposte
This commit is contained in:
parent
4c36c6f5cb
commit
a7369a72a0
1 changed files with 6 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue