mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-29 21:17:22 +00:00
display translation of no_docs_expired instead of key
This commit is contained in:
parent
7c18872531
commit
00e6efed58
|
@ -90,7 +90,7 @@ class SeedDMS_View_ExpiredDocuments extends SeedDMS_Bootstrap_Style {
|
||||||
}
|
}
|
||||||
print "</tbody></table>";
|
print "</tbody></table>";
|
||||||
}
|
}
|
||||||
else $this->infoMsg("no_docs_expired");
|
else $this->infoMsg(getMLText("no_docs_expired"));
|
||||||
|
|
||||||
// $this->contentContainerEnd();
|
// $this->contentContainerEnd();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user