mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 23:24:57 +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) {
|
if (!$printheader) {
|
||||||
echo "</tbody>\n</table>";
|
echo "</tbody>\n</table>";
|
||||||
} else {
|
} else {
|
||||||
printMLText("no_docs_to_review");
|
printMLText("no_review_needed");
|
||||||
}
|
}
|
||||||
|
|
||||||
// $this->contentContainerEnd();
|
// $this->contentContainerEnd();
|
||||||
|
@ -143,7 +143,7 @@ class SeedDMS_View_ReviewSummary 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_review_needed");
|
||||||
}
|
}
|
||||||
|
|
||||||
// $this->contentContainerEnd();
|
// $this->contentContainerEnd();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user