diff options
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 |