blob: a2e9c017a8df07e9b818a7d6d0b37b7882ba4b25 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
function dwsim_flowsheet_download_completed_proposals()
{
$output = "";
$output .= "Click ".l("here","/flowsheeting-project/download-proposals-all"). " to download the proposals of the participants" ."<h4>";
return $output;
}
|