mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 20:51:30 +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++;
|
$i++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
echo "<tr><td>".getMLText('pending_reviews')."</td><td>".$i."</td></tr>";
|
||||||
}
|
}
|
||||||
if($workflowmode == "traditional" || $workflowmode == 'traditional_only_approval') {
|
if($workflowmode == "traditional" || $workflowmode == 'traditional_only_approval') {
|
||||||
echo "<tr><td>".getMLText('pending_reviews')."</td><td>".$i."</td></tr>";
|
|
||||||
$approvalstatus = $selgroup->getApprovalStatus();
|
$approvalstatus = $selgroup->getApprovalStatus();
|
||||||
$i = 0;
|
$i = 0;
|
||||||
foreach($approvalstatus as $rv) {
|
foreach($approvalstatus as $rv) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user