Bug : IDate readonly does not contain the ID
This commit is contained in:
parent
72a32bd124
commit
8ea794a436
1 changed files with 2 additions and 2 deletions
|
|
@ -94,9 +94,9 @@ class IDate extends HtmlInput
|
|||
|
||||
public function display()
|
||||
{
|
||||
$r="<span> : ".$this->value;
|
||||
$r="<span> ".$this->value;
|
||||
$r.='<input type="hidden" name="'.$this->name.'"'.
|
||||
'id="'.$this->name.'"'.
|
||||
'id="'.$this->id.'"'.
|
||||
' value = "'.$this->value.'"></span>';
|
||||
return $r;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue