- better output text if no review or approval is pending

This commit is contained in:
steinm 2010-12-14 16:05:07 +00:00
parent f55a496fee
commit 1ac1b3810a

View File

@ -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();
}