mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 13:11:31 +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'];
|
$logname = $this->params['logname'];
|
||||||
|
|
||||||
if(!$logname) {
|
if(!$logname) {
|
||||||
$this->htmlStartPage(getMLText("backup_tools"));
|
$this->htmlStartPage(getMLText("log_management"));
|
||||||
$this->globalNavigation();
|
$this->globalNavigation();
|
||||||
$this->contentStart();
|
$this->contentStart();
|
||||||
$this->pageNavigation(getMLText("admin_tools"), "admin_tools");
|
$this->pageNavigation(getMLText("admin_tools"), "admin_tools");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user