diff options
author | akshay9085 | 2023-12-12 14:22:25 +0530 |
---|---|---|
committer | akshay9085 | 2023-12-12 14:22:25 +0530 |
commit | 85f6d97c8bb8d42be4eccd33bef22ffbf24d515d (patch) | |
tree | fddff6975c8f6ccf22a2330b181a7e488494a9cd /lab_migration.module | |
parent | 643aea437d36eac961e9384a130eff81241cc754 (diff) | |
download | cfd_lab_migration-85f6d97c8bb8d42be4eccd33bef22ffbf24d515d.tar.gz cfd_lab_migration-85f6d97c8bb8d42be4eccd33bef22ffbf24d515d.tar.bz2 cfd_lab_migration-85f6d97c8bb8d42be4eccd33bef22ffbf24d515d.zip |
change in alignment and add description
Diffstat (limited to 'lab_migration.module')
-rwxr-xr-x | lab_migration.module | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lab_migration.module b/lab_migration.module index 2ec2172..430feb9 100755 --- a/lab_migration.module +++ b/lab_migration.module @@ -1011,7 +1011,7 @@ function lab_migration_certificate_form($form, $form_state) $form['semester_details'] = array( '#type' => 'textfield', '#title' => t('Semester details'), - '#description' => 'Eg. V or II', + '#description' => 'Eg. 5th or 2nd', '#required' => TRUE ); $form['proposal_id'] = array( @@ -1114,7 +1114,7 @@ function lab_migration_certificate_edit_form($form, $form_state) $form['semester_details'] = array( '#type' => 'textfield', '#title' => t('Semester details '), - '#description' => 'Eg.V or II', + '#description' => 'Eg. 5th or 2nd', '#default_value' => $details_list->semester_details ); $form['proposal_id'] = array( @@ -1236,7 +1236,7 @@ function lab_migration_certificate_participation_form($form, $form_state) $form['semester_details'] = array( '#type' => 'textfield', '#title' => t('Semester details and department'), - '#description' => 'Eg. V or II', + '#description' => 'Eg. 5th or 2nd', '#required' => TRUE ); $form['proposal_id'] = array( @@ -1337,7 +1337,7 @@ function lab_migration_certificate_participation_edit_form($form, $form_state) $form['semester_details'] = array( '#type' => 'textfield', '#title' => t('Semester details and department'), - '#description' => 'Eg. V or II', + '#description' => 'Eg. 5th or 2nd', '#default_value' => $details_list->semester_details ); $form['proposal_id'] = array( |