mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +00:00
- better output text if no review or approval is pending
This commit is contained in:
parent
f55a496fee
commit
1ac1b3810a
|
@ -191,7 +191,7 @@ if ($showInProcess){
|
|||
if (!$printheader){
|
||||
echo "</tbody>\n</table>";
|
||||
}else{
|
||||
printMLText("empty_notify_list");
|
||||
printMLText("no_docs_to_review");
|
||||
}
|
||||
UI::contentContainerEnd();
|
||||
|
||||
|
@ -250,7 +250,7 @@ if ($showInProcess){
|
|||
if (!$printheader){
|
||||
echo "</tbody>\n</table>\n";
|
||||
}else{
|
||||
printMLText("empty_notify_list");
|
||||
printMLText("no_docs_to_approve");
|
||||
}
|
||||
UI::contentContainerEnd();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user