Tasl 3778 : Add uploaded document for operation
This commit is contained in:
parent
925bcead82
commit
c757cd7f96
9 changed files with 123 additions and 27 deletions
|
|
@ -188,7 +188,7 @@ class widget {
|
|||
//file
|
||||
if (strtoupper($this->type)=="FILE") {
|
||||
if ( $this->readonly == false ) {
|
||||
$r='<INPUT TYPE="file" name="'.$this->name.'" '.$disabled.'>';
|
||||
$r='<INPUT TYPE="file" name="'.$this->name.'" VALUE="'.$this->value.'">';
|
||||
|
||||
}
|
||||
if ( $this->table==1) $r="<TD>$this->label</TD><TD>$r</TD>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue