diff options
Diffstat (limited to 'manage_proposal.inc')
-rwxr-xr-x | manage_proposal.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manage_proposal.inc b/manage_proposal.inc index 0a421f2..8f8f08a 100755 --- a/manage_proposal.inc +++ b/manage_proposal.inc @@ -828,6 +828,14 @@ else{ '#required' => TRUE, '#default_value' => $proposal_data->project_title ); + $form['description'] = array( + '#type' => 'textarea', + '#title' => t('Description of the Project'), + '#size' => 250, + '#maxlength' => 250, + '#required' => TRUE, + '#default_value' => $proposal_data->description + ); $form['reference'] = array( '#type' => 'textarea', '#title' => t('Reference'), |