mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 12:41:30 +00:00
fix title of page
This commit is contained in:
parent
44ed1bd931
commit
0577a058dc
|
@ -52,7 +52,7 @@ class SeedDMS_View_ExpiredDocuments extends SeedDMS_Bootstrap_Style {
|
|||
$this->contentStart();
|
||||
$this->pageNavigation(getMLText("expired_documents"), "admin_tools");
|
||||
|
||||
$this->contentHeading(getMLText("all_documents"));
|
||||
$this->contentHeading(getMLText("expired_documents"));
|
||||
$this->contentContainerStart();
|
||||
|
||||
if($docs = $dms->getDocumentsExpired(-1400)) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user