summaryrefslogtreecommitdiff
path: root/flowsheet_details.inc
diff options
context:
space:
mode:
authorSashi202017-08-28 11:13:54 +0530
committerSashi202017-08-28 11:13:54 +0530
commit02934ee42699c1b5691046a3f3dccd07d716f1bb (patch)
tree02badf83fa5716ccc6dc8a4beed38e1f65bf7786 /flowsheet_details.inc
parent0baea72bf36452e124f2085e301cc52860af7c87 (diff)
downloaddwsim_flowsheet-02934ee42699c1b5691046a3f3dccd07d716f1bb.tar.gz
dwsim_flowsheet-02934ee42699c1b5691046a3f3dccd07d716f1bb.tar.bz2
dwsim_flowsheet-02934ee42699c1b5691046a3f3dccd07d716f1bb.zip
Changes made in completed flowsheet and edit interface
Diffstat (limited to 'flowsheet_details.inc')
-rwxr-xr-xflowsheet_details.inc2
1 files changed, 2 insertions, 0 deletions
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'
);