replace function widget::Submit and static widget::submit_button by static widget::submit (same for Reset)
This commit is contained in:
parent
5a982fb2ad
commit
bc4e5cfcba
6 changed files with 6 additions and 6 deletions
|
|
@ -650,7 +650,7 @@ class widget {
|
|||
return '<INPUT TYPE="SUBMIT" NAME="'.$p_name.'" VALUE="'.$p_value.'" '.$p_javascript.'>';
|
||||
}
|
||||
|
||||
function Reset ($p_value) {
|
||||
static function reset ($p_value) {
|
||||
return '<INPUT TYPE="SUBMIT" VALUE="'.$p_value.'">';
|
||||
}
|
||||
static function hidden($p_name,$p_value) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue