summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprashantsinalkar2017-07-17 16:01:16 +0530
committerprashantsinalkar2017-07-17 16:01:16 +0530
commit50a411c45bf13732f11723ed4a6d0959f3f89cfb (patch)
tree0dd7ef09468a968329a9a4c4db0c751aaa1adc98
parentda5b0740585144b8b99247d110a28f225371995e (diff)
downloaddwsim_flowsheet-50a411c45bf13732f11723ed4a6d0959f3f89cfb.tar.gz
dwsim_flowsheet-50a411c45bf13732f11723ed4a6d0959f3f89cfb.tar.bz2
dwsim_flowsheet-50a411c45bf13732f11723ed4a6d0959f3f89cfb.zip
increased the length
-rwxr-xr-xmanage_proposal.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/manage_proposal.inc b/manage_proposal.inc
index cc4563f..903221c 100755
--- a/manage_proposal.inc
+++ b/manage_proposal.inc
@@ -782,8 +782,8 @@ function dwsim_flowsheet_proposal_edit_form($form, &$form_state)
$form['university'] = array(
'#type' => 'textfield',
'#title' => t('University/Institute'),
- '#size' => 30,
- '#maxlength' => 50,
+ '#size' => 200,
+ '#maxlength' => 200,
'#required' => TRUE,
'#default_value' => $proposal_data->university
);