summaryrefslogtreecommitdiff
path: root/plugins/MobileProfile/MobileProfilePlugin.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2009-10-15 12:47:59 +0000
committerSarven Capadisli <csarven@status.net>2009-10-15 12:47:59 +0000
commit94c7b2b43ab04c94e85bc276e6ee9bd59d424984 (patch)
treeb1645c91500b6b2245bdb7c0a8f50c93b4af5036 /plugins/MobileProfile/MobileProfilePlugin.php
parented85dc2700eb664c98ca74fef2db2e548cf1a104 (diff)
Changed textarea @cols value for smaller screens
Diffstat (limited to 'plugins/MobileProfile/MobileProfilePlugin.php')
-rw-r--r--plugins/MobileProfile/MobileProfilePlugin.php2
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 : '');