diff options
Diffstat (limited to 'manage_solution_proposal.inc')
-rwxr-xr-x | manage_solution_proposal.inc | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/manage_solution_proposal.inc b/manage_solution_proposal.inc index 3e9aad5..bd65200 100755 --- a/manage_solution_proposal.inc +++ b/manage_solution_proposal.inc @@ -115,14 +115,6 @@ $form['country'] = array( '#title' => t('Pincode/Postal code') ); - - $form['esim_version'] = array( - '#type' => 'item', - '#title' => t('eSim version used'), - '#markup'=>$proposal_data->esim_version, - ); - - $form['lab_title'] = array( '#type' => 'item', '#markup' => $proposal_data->lab_title, @@ -149,7 +141,7 @@ $form['country'] = array( ); $form['solution_display'] = array( '#type' => 'item', - '#title' => t('Display the solution on the www.esim.fossee.in website'), + '#title' => t('Display the solution on the www.cfd.fossee.in website'), '#markup' => ($proposal_data->solution_display == 1) ? "Yes" : "No" ); /*if ($proposal_data->solution_provider_uid == 0) |