mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-01 06:27:15 +00:00
show list of expired documents
newer shew any documents
This commit is contained in:
parent
6e2dd6c159
commit
13fcdf43ca
|
@ -821,7 +821,7 @@ class SeedDMS_View_MyDocuments extends SeedDMS_Bootstrap_Style {
|
|||
if($docs = $dms->getDocumentsExpired(-3*365, $user)) {
|
||||
$this->contentHeading(getMLText("documents_expired"));
|
||||
$this->contentContainerStart();
|
||||
if (count($resArr)>0) {
|
||||
if (count($docs)>0) {
|
||||
|
||||
print "<table class=\"table table-condensed\">";
|
||||
print "<thead>\n<tr>\n";
|
||||
|
@ -863,7 +863,7 @@ class SeedDMS_View_MyDocuments extends SeedDMS_Bootstrap_Style {
|
|||
print "</tbody></table>";
|
||||
|
||||
}
|
||||
else printMLText("no_docs_locked");
|
||||
else printMLText("no_docs_expired");
|
||||
|
||||
$this->contentContainerEnd();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user