From 1b59bc8fe3ffc9009bd8cfcd304ed3a0ec6f71a5 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Fri, 2 Feb 2024 16:57:13 +0530 Subject: Update email templates --- scilab_case_study.module | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'scilab_case_study.module') diff --git a/scilab_case_study.module b/scilab_case_study.module index a1ea709..003831f 100644 --- a/scilab_case_study.module +++ b/scilab_case_study.module @@ -110,6 +110,19 @@ function scilab_case_study_menu() 'type' => MENU_CALLBACK, 'file' => 'manage_proposal.inc', ); + $items['case-study-project/manage-proposal/send-reminder-mail'] = array( + 'title' => 'Send Reminder to Contriubutor about Proposal Completion Date', + 'description' => 'Send Reminder to Contriubutor about Proposal Completion Date', + 'page callback' => 'drupal_get_form', + 'page arguments' => array( + 'scilab_case_study_proposal_send_reminder_mail_form', + ), + 'access arguments' => array( + 'Case Study manage proposal', + ), + 'type' => MENU_CALLBACK, + 'file' => 'manage_proposal.inc', + ); $items['case-study-project/manage-proposal/status'] = array( 'title' => 'Proposal Status', 'description' => 'Proposal Status', -- cgit