mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Added rows and cols to menu options textarea, fixing xhtml break.
This commit is contained in:
parent
e025351854
commit
008bc40114
@ -4,7 +4,7 @@ class profile_define_menu extends profile_define_base {
|
||||
|
||||
function define_form_specific(&$form) {
|
||||
/// Param 1 for menu type contains the options
|
||||
$form->addElement('textarea', 'param1', get_string('profilemenuoptions', 'admin'));
|
||||
$form->addElement('textarea', 'param1', get_string('profilemenuoptions', 'admin'), array('rows' => 6, 'cols' => 40));
|
||||
$form->setType('param1', PARAM_MULTILANG);
|
||||
|
||||
/// Default data
|
||||
@ -38,4 +38,4 @@ class profile_define_menu extends profile_define_base {
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user