mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 12:11:19 +00:00
echo number of pending reviews at right place in code
This commit is contained in:
parent
56627d8df0
commit
41584479b7
|
@ -128,9 +128,9 @@ $(document).ready( function() {
|
|||
$i++;
|
||||
}
|
||||
}
|
||||
echo "<tr><td>".getMLText('pending_reviews')."</td><td>".$i."</td></tr>";
|
||||
}
|
||||
if($workflowmode == "traditional" || $workflowmode == 'traditional_only_approval') {
|
||||
echo "<tr><td>".getMLText('pending_reviews')."</td><td>".$i."</td></tr>";
|
||||
$approvalstatus = $selgroup->getApprovalStatus();
|
||||
$i = 0;
|
||||
foreach($approvalstatus as $rv) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user