mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
replace phrase when no review is needed
This commit is contained in:
parent
74f9a0209b
commit
3112078041
|
@ -102,7 +102,7 @@ class SeedDMS_View_ReviewSummary extends SeedDMS_Bootstrap_Style {
|
|||
if (!$printheader) {
|
||||
echo "</tbody>\n</table>";
|
||||
} else {
|
||||
printMLText("no_docs_to_review");
|
||||
printMLText("no_review_needed");
|
||||
}
|
||||
|
||||
// $this->contentContainerEnd();
|
||||
|
@ -143,7 +143,7 @@ class SeedDMS_View_ReviewSummary extends SeedDMS_Bootstrap_Style {
|
|||
if (!$printheader) {
|
||||
echo "</tbody>\n</table>";
|
||||
}else{
|
||||
printMLText("no_docs_to_review");
|
||||
printMLText("no_review_needed");
|
||||
}
|
||||
|
||||
// $this->contentContainerEnd();
|
||||
|
|
Loading…
Reference in New Issue
Block a user