diff options
author | prashant | 2015-11-05 11:55:16 +0530 |
---|---|---|
committer | prashant | 2015-11-05 11:55:16 +0530 |
commit | e0f4078f4a0dca51daefef485fcec42e3b95a442 (patch) | |
tree | b644d4234c481553b221f7d94b3d565b82c37641 /email.inc | |
parent | 2d0c4265e1a061522d0e4f4d1b5b772c92f3803a (diff) | |
download | DWSIM_lab_migration_module-e0f4078f4a0dca51daefef485fcec42e3b95a442.tar.gz DWSIM_lab_migration_module-e0f4078f4a0dca51daefef485fcec42e3b95a442.tar.bz2 DWSIM_lab_migration_module-e0f4078f4a0dca51daefef485fcec42e3b95a442.zip |
changes done in solution proposal received template
Diffstat (limited to 'email.inc')
-rwxr-xr-x | email.inc | 20 |
1 files changed, 8 insertions, 12 deletions
@@ -514,22 +514,18 @@ FOSSEE,IIT Bombay', array( 'body' => t(' Dear !user_name, -We have received your proposal for solution for following Lab migration : - -Full Name : ' . $proposal_data->name_title . ' ' . $proposal_data->name . ' -Email : ' . $user_data->mail . ' -Contact No. : ' . $proposal_data->contact_ph . ' -Department/Branch : ' . $proposal_data->department . ' -University/Institute : ' . $proposal_data->university . ' -City : ' . $proposal_data->city . ' -State : ' . $proposal_data->state . ' +We have received your proposal for providing solution for lab migration with the following details: +List of experiments : ' . $experiment_list . ' -Solution Provided By : ' . $proposal_data->name_title . ' +Full Name : ' . $proposal_data->solution_provider_name_title . ' '. $proposal_data->solution_provider_name . ' +Email : ' . $user->mail . ' +Contact No. : ' . $proposal_data->solution_provider_contact_ph . ' +Department/Branch : ' . $proposal_data->department . ' +University/Institute : ' . $proposal_data->solution_provider_university . ' -List of experiments : ' . $experiment_list . ' -Your proposal is under review and you will soon receive an email from us regarding the same. +Your proposal is under review. You will soon receive an email when the same has been approved / disapproved. Please ensure that ALL the codes follow guidelines at http://dwsim.fossee.in/lab-migration-project/lab-migration-guidelines |