summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSashi202019-01-04 15:20:19 +0530
committerSashi202019-01-04 15:20:19 +0530
commitcf1b30fa55d64c01d7093d11f5d09824aa8b9416 (patch)
tree38387cbd92495703b24324ce22bae9485c077c20
parent0b00723a678df01df6ec1d614675843e3bbb296e (diff)
downloadom_pssp-cf1b30fa55d64c01d7093d11f5d09824aa8b9416.tar.gz
om_pssp-cf1b30fa55d64c01d7093d11f5d09824aa8b9416.tar.bz2
om_pssp-cf1b30fa55d64c01d7093d11f5d09824aa8b9416.zip
Added description field to the manage proposal form
-rwxr-xr-xmanage_proposal.inc8
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'),