summaryrefslogtreecommitdiff
path: root/scilab_case_study.module
diff options
context:
space:
mode:
authorSashi202024-02-02 16:57:13 +0530
committerSashi202024-02-02 16:57:13 +0530
commit1b59bc8fe3ffc9009bd8cfcd304ed3a0ec6f71a5 (patch)
tree65228c71c7ffb97e4d47aa9d0e9639cf22ae835f /scilab_case_study.module
parentb72eaa3365003192b93ecdddfe29d8b2bf0036a7 (diff)
downloadscilab_case_sudy_portal-1b59bc8fe3ffc9009bd8cfcd304ed3a0ec6f71a5.tar.gz
scilab_case_sudy_portal-1b59bc8fe3ffc9009bd8cfcd304ed3a0ec6f71a5.tar.bz2
scilab_case_sudy_portal-1b59bc8fe3ffc9009bd8cfcd304ed3a0ec6f71a5.zip
Update email templates
Diffstat (limited to 'scilab_case_study.module')
-rw-r--r--scilab_case_study.module13
1 files changed, 13 insertions, 0 deletions
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',