mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-15 06:01:19 +00:00
use better text when no documents needs attention
This commit is contained in:
parent
15216ebd5a
commit
09d0a1defd
|
@ -100,7 +100,7 @@ class SeedDMS_View_WorkflowSummary extends SeedDMS_Bootstrap_Style {
|
||||||
if (!$printheader) {
|
if (!$printheader) {
|
||||||
echo "</tbody>\n</table>";
|
echo "</tbody>\n</table>";
|
||||||
} else {
|
} else {
|
||||||
printMLText("no_docs_to_review");
|
printMLText("no_docs_to_look_at");
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->contentContainerEnd();
|
$this->contentContainerEnd();
|
||||||
|
@ -155,7 +155,7 @@ class SeedDMS_View_WorkflowSummary extends SeedDMS_Bootstrap_Style {
|
||||||
if (!$printheader) {
|
if (!$printheader) {
|
||||||
echo "</tbody>\n</table>";
|
echo "</tbody>\n</table>";
|
||||||
}else{
|
}else{
|
||||||
printMLText("empty_notify_list");
|
printMLText("no_docs_to_look_at");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user