summaryrefslogtreecommitdiff
path: root/manage_proposal.inc
diff options
context:
space:
mode:
authorprashantsinalkar2017-03-15 15:42:31 +0530
committerprashantsinalkar2017-03-15 15:42:31 +0530
commit7eeb3c6db5f25eba0fd60845526ae285a3ac0360 (patch)
tree272712b6b83249e0b0a0c23debc15ef09f911df0 /manage_proposal.inc
parenta1267603c1597e6eff9a10bae19a75f18d2bdfbc (diff)
downloaddwsim_flowsheet-7eeb3c6db5f25eba0fd60845526ae285a3ac0360.tar.gz
dwsim_flowsheet-7eeb3c6db5f25eba0fd60845526ae285a3ac0360.tar.bz2
dwsim_flowsheet-7eeb3c6db5f25eba0fd60845526ae285a3ac0360.zip
added manage submitted abstract interface
Diffstat (limited to 'manage_proposal.inc')
-rwxr-xr-xmanage_proposal.inc8
1 files changed, 7 insertions, 1 deletions
diff --git a/manage_proposal.inc b/manage_proposal.inc
index 3e07608..e87fdd6 100755
--- a/manage_proposal.inc
+++ b/manage_proposal.inc
@@ -205,6 +205,11 @@ function dwsim_flowsheet_proposal_approval_form($form, &$form_state)
'#markup' => user_load($proposal_data->uid)->mail,
'#title' => t('Email')
);
+ $form['contributor_contact_no'] = array(
+ '#title' => t('Contact No.'),
+ '#type' => 'item',
+ '#markup' => $proposal_data->contact_no,
+ );
$form['month_year_of_degree'] = array(
'#type' => 'date_popup',
'#title' => t('Month and year of award of degree'),
@@ -294,12 +299,13 @@ function dwsim_flowsheet_proposal_approval_form($form, &$form_state)
'#title' => t('List of compounds from DWSIM Database used in process flowsheet'),
'#markup' => $proposal_data->dwsim_database_compound_name
);
+
$form['user_defined_compounds_used_in_process_flowsheetcompound_name'] = array(
'#type' => 'item',
'#title' => t('List of user defined compounds used in process flowsheet'),
'#markup' => _dwsim_flowsheet_list_of_user_defined_compound($proposal_id)
);
- if ($proposal_data->user_defined_compound_filepath != "")
+ if (($proposal_data->user_defined_compound_filepath != "") && ($proposal_data->user_defined_compound_filepath != 'NULL'))
{
$form['user_defined_compound_filepath'] = array(
'#type' => 'item',