From 02934ee42699c1b5691046a3f3dccd07d716f1bb Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Mon, 28 Aug 2017 11:13:54 +0530 Subject: Changes made in completed flowsheet and edit interface --- flowsheet_details.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flowsheet_details.inc') diff --git a/flowsheet_details.inc b/flowsheet_details.inc index 909886d..f7813ab 100755 --- a/flowsheet_details.inc +++ b/flowsheet_details.inc @@ -24,6 +24,7 @@ function dwsim_flowsheet_completed_proposals_all() $preference_rows[] = array( $i, l($row->project_title, "flowsheeting-project/dwsim-flowsheet-run/" . $row->id, array('attributes' => array('title' => 'This is a zip file containing a pdf (abstract) and a dwxml/dwxmz file which is the DWSIM flow sheet which is to be viewed by right clicking on the file and opening with DWSIM.'))), + $row->contributor_name, $row->university, $approval_date ); @@ -32,6 +33,7 @@ function dwsim_flowsheet_completed_proposals_all() $preference_header = array( 'No', 'Flowsheet Project', + 'Contributor Name', 'Institution', 'Year' ); -- cgit