Changed textarea @cols value for smaller screens
This commit is contained in:
parent
ed85dc2700
commit
94c7b2b43a
|
@ -350,7 +350,7 @@ class MobileProfilePlugin extends WAP20Plugin
|
||||||
}
|
}
|
||||||
|
|
||||||
$form->out->element('textarea', array('id' => 'notice_data-text',
|
$form->out->element('textarea', array('id' => 'notice_data-text',
|
||||||
'cols' => 35,
|
'cols' => 15,
|
||||||
'rows' => 4,
|
'rows' => 4,
|
||||||
'name' => 'status_textarea'),
|
'name' => 'status_textarea'),
|
||||||
($form->content) ? $form->content : '');
|
($form->content) ? $form->content : '');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user