diff options
author | Saketh1499 | 2021-11-15 11:50:22 +0530 |
---|---|---|
committer | Saketh1499 | 2021-11-15 11:50:22 +0530 |
commit | d9d5af764f8e549e11d814e660d342c0071c7c0b (patch) | |
tree | 3e8e06cbf21ac9bab24083746bc60330489324e5 /download_proposals.inc | |
parent | 15dca07df6dd9d49257c86228092eac0382a3897 (diff) | |
download | dwsim_flowsheet-d9d5af764f8e549e11d814e660d342c0071c7c0b.tar.gz dwsim_flowsheet-d9d5af764f8e549e11d814e660d342c0071c7c0b.tar.bz2 dwsim_flowsheet-d9d5af764f8e549e11d814e660d342c0071c7c0b.zip |
Updating download proposals of participants interface
Diffstat (limited to 'download_proposals.inc')
-rw-r--r-- | download_proposals.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/download_proposals.inc b/download_proposals.inc new file mode 100644 index 0000000..10bb87f --- /dev/null +++ b/download_proposals.inc @@ -0,0 +1,10 @@ +<?php + +function dwsim_flowsheet_download_completed_proposals() +{ + $output = ""; + $output .= "Click ".l("here","/flowsheeting-project/download-proposals"). " to download the Proposals of the participants" ."<h4>"; + + return $output; + +}
\ No newline at end of file |