summaryrefslogtreecommitdiff
path: root/flowsheet_details.inc
diff options
context:
space:
mode:
authorSashi202020-06-19 16:12:23 +0530
committerGitHub2020-06-19 16:12:23 +0530
commit1ead58c64e7dd0b482496eb70f415116878b4810 (patch)
treeda5959263eac13479378861485843e3631cd5189 /flowsheet_details.inc
parentbdbd8beaa25ddb6649bb801a8bf73bdc188b4b0d (diff)
parent3b2bf8291ab5b53f66c0f53d881f0fb2eb201bc6 (diff)
downloaddwsim_flowsheet-1ead58c64e7dd0b482496eb70f415116878b4810.tar.gz
dwsim_flowsheet-1ead58c64e7dd0b482496eb70f415116878b4810.tar.bz2
dwsim_flowsheet-1ead58c64e7dd0b482496eb70f415116878b4810.zip
Merge pull request #39 from Sashi20/drupal_7.x
Display count of completed flowsheets and update certificate
Diffstat (limited to 'flowsheet_details.inc')
-rwxr-xr-xflowsheet_details.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/flowsheet_details.inc b/flowsheet_details.inc
index 67192ca..cba65d0 100755
--- a/flowsheet_details.inc
+++ b/flowsheet_details.inc
@@ -16,6 +16,7 @@ function dwsim_flowsheet_completed_proposals_all()
} //$result->rowCount() == 0
else
{
+ $output .= "Total number of completed flowsheets: " . $result->rowCount() . "<br>";
$output .= "Work has been completed for the following flow sheets. We welcome your contributions. For more details, please visit ".l("https://dwsim.fossee.in/flowsheeting-project","https://dwsim.fossee.in/flowsheeting-project", array('attributes' => array('target' => '_blank')))."<br>"."<h4>"."If you are looking for flowsheeting project ideas, ".l("click here","https://dwsim.fossee.in/flowsheeting-ideas",array('attributes' => array('class' => array('flash_content'), 'target' => '_blank')))."</h4>"."<hr>";
$preference_rows = array();
$i = 1;