From 2a979fa7497003672699a78d455f91b0b51b01d3 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Fri, 26 Jul 2019 18:10:35 +0530 Subject: Font size and color changes in step 6 --- esim_workshop_form_2019.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/esim_workshop_form_2019.inc b/esim_workshop_form_2019.inc index 8080977..50776cf 100644 --- a/esim_workshop_form_2019.inc +++ b/esim_workshop_form_2019.inc @@ -1931,7 +1931,7 @@ function esim_workshop_step6_form($form, &$form_state, $no_js_use = FALSE) '#type' => 'item', '#title' => t('Existing Project file'), '#markup' => l($step6_data->project_file, 'esim-workshop/download/project-file/' . $step6_data->uid), - '#suffix' => '

Click on the link to download the project file

' + '#suffix' => 'Click on the above link to download the project file' ); $form['step6_field2_fieldset']['project_file']['upload_project_file'] = array( '#type' => 'file', @@ -2101,7 +2101,7 @@ function esim_workshop_step6_form($form, &$form_state, $no_js_use = FALSE) '#type' => 'item', '#title' => t('Existing Project file'), '#markup' => l($step6_data->project_file, 'esim-workshop/download/project-file/' . $step6_data->uid), - '#suffix' => '

Click on the link to download the project file

' + '#suffix' => 'Click on the above link to download the project file' ); $form['step6_field2_fieldset']['project_file']['upload_project_file'] = array( '#type' => 'file', -- cgit