summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakshay2024-12-24 11:05:05 +0530
committerGitHub2024-12-24 11:05:05 +0530
commit25898df56b67c6dff11eba3832b341b28df793b9 (patch)
treecb8a4ac5c1a2a028d3bf724327bf2ebf236f202c
parenta42d73e4393332e440c8ff6535b4d76551521443 (diff)
downloadscilab_case_sudy_portal-master.tar.gz
scilab_case_sudy_portal-master.tar.bz2
scilab_case_sudy_portal-master.zip
add decription under project titleHEADmaster
directly added from GitHub
-rw-r--r--proposal.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/proposal.inc b/proposal.inc
index a699a48..039fccb 100644
--- a/proposal.inc
+++ b/proposal.inc
@@ -255,7 +255,7 @@ function scilab_case_study_proposal_form($form, &$form_state, $no_js_use = FALSE
'#title' => t('Project Title'),
'#size' => 250,
'#maxlength' => 250,
- '#description' => t('Maximum character limit is 250'),
+ '#description' => t('Maximum character limit is 250' . '<p style="color:red;font-weight:bold;"><span>Important: When mentioning the name of your chosen case study project in the proposal form, use this format: "NameOfCaseStudyProject (SCSH25)"</p>'),
'#required' => TRUE,
'#validated' => TRUE,
);
@@ -607,4 +607,4 @@ function scilab_case_study_proposal_form_submit($form, &$form_state)
drupal_set_message('Error sending email message.', 'error');
drupal_set_message(t('We have received your case study proposal. We will get back to you soon.'), 'status');
drupal_goto('');
-} \ No newline at end of file
+}