From b8b44d9c8de5dd32f1067b56a8e4475f9b14b096 Mon Sep 17 00:00:00 2001 From: Saketh1499 Date: Thu, 5 Aug 2021 12:12:22 +0530 Subject: Update email content --- abstract_bulk_approval.inc | 5 +++-- email.inc | 11 +++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/abstract_bulk_approval.inc b/abstract_bulk_approval.inc index be8429f..68a43ad 100755 --- a/abstract_bulk_approval.inc +++ b/abstract_bulk_approval.inc @@ -123,7 +123,7 @@ function chemistry_lab_abstract_bulk_approval_form_submit($form, &$form_state) } //$abstract_data = $abstracts_q->fetchObject() drupal_set_message(t('Approved chemistry lab project.'), 'status'); // email - $email_subject = t('[!site_name][chemistry lab Project] Your uploaded chemistry lab project have been approved', array( + $email_subject = t('[!site_name][chemistry lab Project] Your uploaded project files for chemistry lab project have been approved', array( '!site_name' => variable_get('site_name', '') )); $email_body = array( @@ -131,8 +131,9 @@ function chemistry_lab_abstract_bulk_approval_form_submit($form, &$form_state) Dear !user_name, -Your uploaded abstract for the chemistry lab project has been approved: +Your uploaded report and project files for the chemistry lab project has been approved: +Full Name : ' . $proposal_data->name_title . ' ' . $proposal_data->contributor_name . ' Title of chemistry lab project : ' . $user_info->project_title . ' Best Wishes, diff --git a/email.inc b/email.inc index c9b887e..78a7fb2 100755 --- a/email.inc +++ b/email.inc @@ -181,7 +181,7 @@ Project Guide: ' . $project_guide_name . ' Project Guide Email: ' . $project_guide_email_id . ' Project Title: ' . $proposal_data->project_title . ' -You can upload your abstract and the completed simulation at: ' . $url . ' +You can upload your report and the project files at: ' . $url . ' Best Wishes, !site_name Team, @@ -243,8 +243,7 @@ Project Title: ' . $proposal_data->project_title . ' Kindly access this link to download the same. https://soul.fossee.in/chemistry-lab-project/completed-labs -Thank you for participating in the SOUL Chemistry Lab Project. You are -welcome to propose a new flowsheet. +Thank you for participating in the SOUL Chemistry Lab Project. You are welcome to propose a new chemistry lab project. Best Wishes, @@ -293,7 +292,7 @@ FOSSEE,IIT Bombay', array( Dear !user_name, We regret to inform you that your soul chemistry lab Project proposal with following details have been -deleted +deleted. Full Name: ' . $proposal_data->name_title . ' ' . $proposal_data->contributor_name . ' Email: ' . $user_data->mail . ' @@ -338,12 +337,12 @@ FOSSEE,IIT Bombay', array( 'body' => t(' Dear !user_name, -We received your project files for the following details: +We received your report and project files for the following details: Full Name : ' . $proposal_data->name_title . ' ' . $proposal_data->contributor_name . ' Project Title: ' . $proposal_data->project_title . ' -The project files are under review. You will be notified when it has been approved. +The report and project files are under review. You will be notified when it has been approved. Best Wishes, -- cgit