From 183a348f34328f8f79685dbb9d2872f5bcf49b2b Mon Sep 17 00:00:00 2001 From: James Date: Fri, 24 Jun 2011 10:25:28 -0400 Subject: [PATCH] CC-2433: Support settings: shrink down text area - fixed --- airtime_mvc/application/forms/SupportPreferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/airtime_mvc/application/forms/SupportPreferences.php b/airtime_mvc/application/forms/SupportPreferences.php index 85e96158b..f5b443416 100644 --- a/airtime_mvc/application/forms/SupportPreferences.php +++ b/airtime_mvc/application/forms/SupportPreferences.php @@ -122,6 +122,7 @@ class Application_Form_SupportPreferences extends Zend_Form_SubForm 'filters' => array('StringTrim'), 'readonly' => true, 'cols' => 61, + 'rows' => 5, 'value' => Application_Model_Preference::GetSystemInfo(), 'decorators' => array( 'ViewHelper'