Correction of small presentation bugs
This commit is contained in:
parent
72f61b0a87
commit
051bd86b37
2 changed files with 3 additions and 3 deletions
|
|
@ -34,7 +34,7 @@ require_once('class_html_input.php');
|
|||
if ( $this->readOnly==true) return $this->display();
|
||||
$r='<input type="text" name="'.$this->name.'" id="'.$this->name.'"'.
|
||||
'style="border:solid 1px blue;"'.
|
||||
'size="10"'.
|
||||
'size="8"'.
|
||||
' value ="'.$this->value.'"'.
|
||||
'/>'.
|
||||
'<img src="image/x-office-calendar.png" id="'.$this->name.'_trigger"'.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue