diff options
author | Sashi20 | 2019-06-10 15:53:34 +0530 |
---|---|---|
committer | GitHub | 2019-06-10 15:53:34 +0530 |
commit | 13b7a3be9e0c7364201976cac28f1274d464a68c (patch) | |
tree | a5d75a2da1a124c29982db487bd6e4f9bcb993e0 | |
parent | 05332c4d9eddf3380205b496f5560e10539d4054 (diff) | |
parent | 62a76ac229e55b3d8a84d25d7f4bdd5d9c36709a (diff) | |
download | om_flowsheet-13b7a3be9e0c7364201976cac28f1274d464a68c.tar.gz om_flowsheet-13b7a3be9e0c7364201976cac28f1274d464a68c.tar.bz2 om_flowsheet-13b7a3be9e0c7364201976cac28f1274d464a68c.zip |
Merge pull request #5 from Sashi20/master
Update urls in the email templates
-rwxr-xr-x | email.inc | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -133,7 +133,8 @@ FOSSEE, IIT Bombay', array( $query->range(0, 1); $proposal_data = $query->execute()->fetchObject(); $user_data = user_load($params['om_flowsheet_proposal_approved']['user_id']); - $url = 'https://om.fossee.in/flowsheeting-project/coding-guidelines'; + $code_submission_url = l('here', 'https://om.fossee.in/chemical/flowsheeting-project/abstract-code'); + $url = 'https://om.fossee.in/chemical/flowsheeting-project/coding-guidelines'; if ($proposal_data->project_guide_name == "NULL" || $proposal_data->project_guide_name == "") { $project_guide_name = "Not Entered"; @@ -166,9 +167,9 @@ Full Name : ' . $proposal_data->name_title . ' ' . $proposal_data->contributor_n Project Title : ' . $proposal_data->project_title . ' Name of compound for which process development is carried out : ' . $proposal_data->process_development_compound_name . ' -Please ensure that ALL the guidelines for coding at https://om.fossee.in/flowsheeting-project/coding-guidelines are strictly followed. Refer https://om.fossee.in/flowsheeting-project/internship for the further procedure for submission of the project. Kindly ensure that the flowsheet and abstract are submitted within 1 month. +Please ensure that ALL the guidelines for coding at https://om.fossee.in/chemical/flowsheeting-project/coding-guidelines are strictly followed. Refer https://om.fossee.in/chemical/flowsheeting-project/internship for the further procedure for submission of the project. Kindly ensure that the flowsheet and abstract are submitted within 1 month. -You can upload your abstract using abstract and flowsheet submission interface' . l('here', 'https://om.fossee.in/flowsheeting-project/abstract-code') . ' +You can upload your abstract using abstract and flowsheet submission interface ' . $code_submission_url . '. Best Wishes, @@ -221,7 +222,7 @@ Full Name : ' . $proposal_data->name_title . ' ' . $proposal_data->contributor_n Project Title : ' . $proposal_data->project_title . ' Kindly access this link to download the same. -https://om.fossee.in/flowsheeting-project/completed-flowsheet +https://om.fossee.in/chemical/flowsheeting-project/completed-flowsheet You can now download your e-certificate after logging into the om website: om.fossee.in. On the left-hand side panel, go to User Dashboard > Flowsheet Certificates > Download. In case of any difficulties, kindly let us know. |