Add verify function + fix bug in budget detail

This commit is contained in:
sparkyx 2007-12-28 15:56:58 +00:00
parent 3f6ec9a500
commit ed70806553
5 changed files with 38 additions and 5 deletions

View file

@ -588,7 +588,7 @@ class widget {
$r.='<input type="text" readonly id="'.$this->name.'" name="'.
$this->name.'" value ="'.$this->value.'" size="35">';
$r.='<input type="hidden" name="'.$this->name.'_hidden" id="'.$this->name.'_hidden" value="'.$this->value.'">';
$r.='<input type="hidden" name="'.$this->name.'_hidden" id="'.$this->name.'_hidden" value="'.$this->extra.'">';
return $r;
}