diff options
author | Sashi20 | 2018-07-02 16:20:28 +0530 |
---|---|---|
committer | Sashi20 | 2018-07-02 16:20:28 +0530 |
commit | d96ff8c220053b7065c7047c46797caf35071195 (patch) | |
tree | b435bd2ecaee51e9e38f4d48cb20bb8574b4c860 /textbook_companion.module | |
parent | d5dd7b5f88bcdd8c0a842a39dc8a1c07d2f2beba (diff) | |
download | r_textbook_companion-d96ff8c220053b7065c7047c46797caf35071195.tar.gz r_textbook_companion-d96ff8c220053b7065c7047c46797caf35071195.tar.bz2 r_textbook_companion-d96ff8c220053b7065c7047c46797caf35071195.zip |
Enabled download certificates after completion of textbook companion
Diffstat (limited to 'textbook_companion.module')
-rwxr-xr-x | textbook_companion.module | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/textbook_companion.module b/textbook_companion.module index d86b626..5771c72 100755 --- a/textbook_companion.module +++ b/textbook_companion.module @@ -712,6 +712,15 @@ function textbook_companion_menu() ), 'file' => 'pdf/generate_pdf.inc' ); + $items["certificates/verify"] = array( + "title" => "Certificate Verification", + "page callback" => "verify_certificates", + "access arguments" => array( + "verify certificates" + ), + 'file' => 'pdf/verify_certificates.inc', + + ); $items['textbook-companion/manage-proposal/paper-submission'] = array( 'title' => 'Application Submission', 'description' => 'Application Submission', @@ -806,6 +815,10 @@ function textbook_companion_permission() "title" => t("list all certificates"), "description" => t("Allows users to list all certificates.") ), + "verify certificates" => array( + "title" => t("Verify certificates"), + "description" => t("Allows users to verify certificates.") + ), "generate pdf" => array( "title" => t("Generate pdf"), "description" => t("Allows users to Generate pdf.") @@ -2858,7 +2871,7 @@ Year of publication : ' . $approved_preference_data->year . ' Please ensure that ALL the guidelines for coding are strictly followed: -http://r.fossee.in/textbook-companion/guidelines-coding +https://r.fossee.in/textbook-companion/guidelines-coding Best Wishes, |