summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--esim_workshop_form_2019.inc4
1 files 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' => '<p>Click on the link to download the project file</p>'
+ '#suffix' => '<span style="color:red;font-size:12px">Click on the above link to download the project file</span>'
);
$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' => '<p>Click on the link to download the project file</p>'
+ '#suffix' => '<span style="color:red;font-size:12px">Click on the above link to download the project file</span>'
);
$form['step6_field2_fieldset']['project_file']['upload_project_file'] = array(
'#type' => 'file',