summaryrefslogtreecommitdiff
path: root/custom_model_details.inc
diff options
context:
space:
mode:
authorSashi202020-02-10 15:31:32 +0530
committerSashi202020-02-10 15:31:32 +0530
commit4252d7a8b41bd121b64d2561afb592be574aeb65 (patch)
treeb8633ea407e4ea4d2df1cf7e158fba65029d70fb /custom_model_details.inc
parentea8664a466b084a09e286aa4200c447b458e6510 (diff)
downloaddwsim_custom_model-4252d7a8b41bd121b64d2561afb592be574aeb65.tar.gz
dwsim_custom_model-4252d7a8b41bd121b64d2561afb592be574aeb65.tar.bz2
dwsim_custom_model-4252d7a8b41bd121b64d2561afb592be574aeb65.zip
Modiy link to proposal terms, add link to download abstract in Download codes
Diffstat (limited to 'custom_model_details.inc')
-rwxr-xr-xcustom_model_details.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/custom_model_details.inc b/custom_model_details.inc
index 19cb3a0..893e0d7 100755
--- a/custom_model_details.inc
+++ b/custom_model_details.inc
@@ -23,13 +23,13 @@ function custom_model_completed_proposals_all()
while ($row = $result->fetchObject())
{
$proposal_id = $row->id;
- $approval_date = date("Y", $row->approval_date);
+ $completion_date = date("Y", $row->actual_completion_date);
$preference_rows[] = array(
$i,
l($row->project_title, "custom-model/custom-model-run/" . $row->id),
$row->contributor_name,
$row->university,
- $approval_date
+ $completion_date
);
$i++;
} //$row = $result->fetchObject()
@@ -37,8 +37,8 @@ function custom_model_completed_proposals_all()
'No',
'Custom Model Project',
'Contributor Name',
- 'Institute',
- 'Year'
+ 'University / Institute',
+ 'Year of Completion'
);
$output .= theme('table', array(
'header' => $preference_header,
@@ -79,9 +79,9 @@ function custom_model_progress_all()
} //$row = $result->fetchObject()
$preference_header = array(
'No',
- 'custom model Project',
+ 'Custom Model Project',
'Contributor Name',
- 'Institute',
+ 'University / Institute',
'Year'
);
$page_content .= theme('table', array(