FS#110 add a new of the details for a card : textarea (zone)

This commit is contained in:
Dany De Bontridder 2010-07-09 20:34:38 +00:00
parent 5b33019bfd
commit c6bc3da90e
3 changed files with 6 additions and 4 deletions

View file

@ -59,9 +59,9 @@ require_once('class_html_input.php');
$extra=(isset($this->extra))?$this->extra:"";
$readonly=" readonly ";$this->style='style="border:solid 1px blue;color:black;background:#EDEDED"';
$readonly=" readonly ";$style='style="border:solid 1px blue;color:black;background:#EDEDED"';
$this->value=str_replace('"','',$this->value);
$r='<INPUT '.$this->style.' TYPE="TEXT" id="'.
$r='<INPUT '.$style.' TYPE="TEXT" id="'.
$this->name.'"'.$t.
'NAME="'.$this->name.'" VALUE="'.$this->value.'" '.
'SIZE="'.$this->size.'" '.$this->javascript." $readonly $this->extra >";