blob: 10bb87fcf6cf4ca85030bc0bf0035b043f8ea8f6 (
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"). " to download the Proposals of the participants" ."<h4>";
return $output;
}
|