diff options
author | Sarven Capadisli <csarven@status.net> | 2009-10-15 12:47:59 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-10-15 12:47:59 +0000 |
commit | 94c7b2b43ab04c94e85bc276e6ee9bd59d424984 (patch) | |
tree | b1645c91500b6b2245bdb7c0a8f50c93b4af5036 /plugins/MobileProfile | |
parent | ed85dc2700eb664c98ca74fef2db2e548cf1a104 (diff) |
Changed textarea @cols value for smaller screens
Diffstat (limited to 'plugins/MobileProfile')
-rw-r--r-- | plugins/MobileProfile/MobileProfilePlugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MobileProfile/MobileProfilePlugin.php b/plugins/MobileProfile/MobileProfilePlugin.php index eba460ed6..4bbdb3541 100644 --- a/plugins/MobileProfile/MobileProfilePlugin.php +++ b/plugins/MobileProfile/MobileProfilePlugin.php @@ -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 : ''); |