fix page title (bug #31)

This commit is contained in:
Uwe Steinmann 2013-03-06 15:19:15 +01:00
parent 75b83f7811
commit 62015344ee

View File

@ -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");