mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
fix page title (bug #31)
This commit is contained in:
parent
75b83f7811
commit
62015344ee
|
@ -73,7 +73,7 @@ class SeedDMS_View_LogManagement extends SeedDMS_Bootstrap_Style {
|
|||
$logname = $this->params['logname'];
|
||||
|
||||
if(!$logname) {
|
||||
$this->htmlStartPage(getMLText("backup_tools"));
|
||||
$this->htmlStartPage(getMLText("log_management"));
|
||||
$this->globalNavigation();
|
||||
$this->contentStart();
|
||||
$this->pageNavigation(getMLText("admin_tools"), "admin_tools");
|
||||
|
|
Loading…
Reference in New Issue
Block a user