diff options
author | akshay | 2024-12-24 11:05:05 +0530 |
---|---|---|
committer | GitHub | 2024-12-24 11:05:05 +0530 |
commit | 25898df56b67c6dff11eba3832b341b28df793b9 (patch) | |
tree | cb8a4ac5c1a2a028d3bf724327bf2ebf236f202c | |
parent | a42d73e4393332e440c8ff6535b4d76551521443 (diff) | |
download | scilab_case_study_portal-25898df56b67c6dff11eba3832b341b28df793b9.tar.gz scilab_case_study_portal-25898df56b67c6dff11eba3832b341b28df793b9.tar.bz2 scilab_case_study_portal-25898df56b67c6dff11eba3832b341b28df793b9.zip |
directly added from GitHub
-rw-r--r-- | proposal.inc | 4 |
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 +} |