mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
replacing fieldset with div for small forms
This commit is contained in:
parent
09eb304cf7
commit
c5150fe5a9
1 changed files with 2 additions and 2 deletions
|
@ -186,8 +186,8 @@ class page_blog extends page_base {
|
|||
$paramstring .= '<input type="hidden" name="'.$key.'" value="'.s($val).'" />';
|
||||
}
|
||||
|
||||
$editformstring = '<form '.$CFG->frametarget.' method="get" action="'.$this->url_get_path().'"><fieldset class="invisiblefieldset">'
|
||||
.$paramstring.'<input type="submit" value="'.$editingString.'" /></fieldset></form>';
|
||||
$editformstring = '<form '.$CFG->frametarget.' method="get" action="'.$this->url_get_path().'"><div>'
|
||||
.$paramstring.'<input type="submit" value="'.$editingString.'" /></div></form>';
|
||||
}
|
||||
|
||||
return $editformstring;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue