diff options
author | Sashi20 | 2020-05-19 11:00:30 +0530 |
---|---|---|
committer | Sashi20 | 2020-05-19 11:00:30 +0530 |
commit | 6d7dd27bb952db535ae095b5b27b33eeb993a034 (patch) | |
tree | 9ddd05356ab80bbb1ac9784d5888ae9c2d37325b /my_proposals.inc | |
parent | 5c25d80bfa7020afa72c53ee3ef75a1a86e8e613 (diff) | |
download | arduino_projects_blog-6d7dd27bb952db535ae095b5b27b33eeb993a034.tar.gz arduino_projects_blog-6d7dd27bb952db535ae095b5b27b33eeb993a034.tar.bz2 arduino_projects_blog-6d7dd27bb952db535ae095b5b27b33eeb993a034.zip |
Add step submission and manage step submission forms
Diffstat (limited to 'my_proposals.inc')
-rw-r--r-- | my_proposals.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/my_proposals.inc b/my_proposals.inc index 4c3ff5f..d79a55f 100644 --- a/my_proposals.inc +++ b/my_proposals.inc @@ -233,7 +233,7 @@ else{ $temp_no = $i; $form['reference_files'][$i]['image'] = array( //'#title' => t('Add Event Image'), - '#type' => 'file', + '#type' => 'managed_file', '#weight' => '5', '#description' => t('Upload filenames with allowed extensions only. No spaces or any special characters allowed in filename.') . '<br />' . t('<span style="color:red;">Allowed file extensions: ') . variable_get('reference_image_extensions', '') . '</span>', // We need this to know which file element this is. |