diff options
author | Sashi20 | 2021-01-14 14:42:01 +0530 |
---|---|---|
committer | Sashi20 | 2021-01-14 14:42:01 +0530 |
commit | 7ea8be630a1adb9ca3d4cc30c05b07be11ac5a08 (patch) | |
tree | f074b31ed98c91afc5397529c992f49007c8eb37 | |
parent | 7b55a9bbb7b6165bfd88cb94bb4096f4335a32d9 (diff) | |
download | osdag_installer_response_form-7ea8be630a1adb9ca3d4cc30c05b07be11ac5a08.tar.gz osdag_installer_response_form-7ea8be630a1adb9ca3d4cc30c05b07be11ac5a08.tar.bz2 osdag_installer_response_form-7ea8be630a1adb9ca3d4cc30c05b07be11ac5a08.zip |
Update response form title
-rwxr-xr-x | installer_response_form.module | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/installer_response_form.module b/installer_response_form.module index 9d42b05..9c5d08a 100755 --- a/installer_response_form.module +++ b/installer_response_form.module @@ -35,7 +35,7 @@ function installer_response_form_menu() 'file' => 'download.inc' ); $items['download-installer'] = array( - 'title' => t('Download Installer'), + 'title' => t('Osdag User Information Form'), 'page callback' => 'drupal_get_form', 'page arguments' => array( 'data_submission_form' @@ -45,7 +45,7 @@ function installer_response_form_menu() ), ); $items['skip/download-installer'] = array( - 'title' => 'Download Installer', + 'title' => 'Osdag User Information Form', 'description' => 'Download Installer', 'page callback' => 'skip_download_osdag_installer', 'access arguments' => array( @@ -113,7 +113,7 @@ function data_submission_form($form, &$form_state) { '#markup' => t(' <center><p style="font-size:14px;">Osdag®️ license and its resources are completely free of cost!</p> -<p style="font-size:14px;">Osdag®️ and the Osdag logo are the registered trademarks of the Indian Institute of Technology, Bombay</p></center> +<p style="font-size:14px;">Osdag®️ and the Osdag logo are the registered trademarks of the Indian Institute of Technology, Bombay</p></center><br> <p style="font-size:14px;">Please fill the `Osdag User Information Form’ given below. Your data is completely safe with IIT Bombay and shall be used only for internal quality assessment by the team, sending timely e-mail notification(s) regarding Osdag events/workshops, installer updates/patches, etc. </p><p style="font-size:14px;"> |