From 9a41e94a6b1b5015b0eb984c4e2caae7e210e926 Mon Sep 17 00:00:00 2001
From: Sashi20
Date: Fri, 12 Oct 2018 16:41:43 +0530
Subject: Added a sample abstract file in proposal form and removed from upload
project submission
---
upload_code.inc | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
(limited to 'upload_code.inc')
diff --git a/upload_code.inc b/upload_code.inc
index 05d8a00..5adeb2e 100755
--- a/upload_code.inc
+++ b/upload_code.inc
@@ -167,9 +167,7 @@ function om_pssp_upload_abstract_code_form($form, &$form_state)
'#type' => 'file',
'#title' => t('Upload an abstract of the project.') ,
//'#required' => TRUE,
- '#description' => t('For a sample of the abstract →
-
- Click here' . '
' . t('Current File : ' . $existing_uploaded_A_file->filename . '
' . t('Allowed file extensions : ') . variable_get('om_pssp_abstract_upload_extensions', '') . ''
+ '#description' => t(t('Current File : ' . $existing_uploaded_A_file->filename . '
' . t('Allowed file extensions : ') . variable_get('om_pssp_abstract_upload_extensions', '') . ''
)));
$existing_uploaded_S_file = default_value_for_uploaded_files("S", $proposal_data->id);
if (!$existing_uploaded_S_file)
--
cgit