From b763b8f607f723e89eb6302a21838e6a214acc3d Mon Sep 17 00:00:00 2001
From: Saketh1499
Date: Thu, 28 Apr 2022 16:58:49 +0530
Subject: Adding Operating System field in proposal form
---
run.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'run.inc')
diff --git a/run.inc b/run.inc
index 67ab8ea..44ae20f 100755
--- a/run.inc
+++ b/run.inc
@@ -513,7 +513,7 @@ function _lab_details($lab_default_value)
drupal_goto('lab-migration/lab-migration-run');
}
- $form['lab_details']['#markup'] = 'About the Lab
' . '' . '- Proposer Name: ' . $lab_details->name_title . ' ' . $lab_details->name . '
' . '- Title of the Lab: ' . $lab_details->lab_title . '
' . '- Department: ' . $lab_details->department . '
' . '- University: ' . $lab_details->university . '
' . '- Category: ' . $lab_details->category . '
' . ' ' . $solution_provider;
+ $form['lab_details']['#markup'] = 'About the Lab | ' . '' . '- Proposer Name: ' . $lab_details->name_title . ' ' . $lab_details->name . '
' . '- Title of the Lab: ' . $lab_details->lab_title . '
' . '- Department: ' . $lab_details->department . '
' . '- University: ' . $lab_details->university . '
' . '- R Version: ' . $lab_details->r_version . '
' . '- Operating System: ' . $lab_details->operating_system . '
' . ' ' . $solution_provider;
$details = $form['lab_details']['#markup'];
return $details;
}
--
cgit
|