Changed textarea @cols value for smaller screens

This commit is contained in:
Sarven Capadisli 2009-10-15 12:47:59 +00:00
parent ed85dc2700
commit 94c7b2b43a
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ class MobileProfilePlugin extends WAP20Plugin
}
$form->out->element('textarea', array('id' => 'notice_data-text',
'cols' => 35,
'cols' => 15,
'rows' => 4,
'name' => 'status_textarea'),
($form->content) ? $form->content : '');