Index: typo3/sysext/lowlevel/dbint/index.php =================================================================== --- typo3/sysext/lowlevel/dbint/index.php (revision 9382) +++ typo3/sysext/lowlevel/dbint/index.php (working copy) @@ -317,28 +317,34 @@ } /** - * Menu + * Creates the overview menu. * - * @return void */ - function func_default() { - $this->content .= $this->doc->header($GLOBALS['LANG']->getLL('title')); + protected function func_default() { + $availableModFuncs = array('records', 'relations', 'search', 'filesearch', 'refindex'); - $content = '
'; + $moduleTitle = $GLOBALS['LANG']->getLL('title'); + $content = '
'; - $availableModFuncs = array('records', 'relations', 'search', 'filesearch', 'refindex'); foreach ($availableModFuncs as $modFunc) { - $link = 'index.php?SET[function]=' . $modFunc; - $title = $GLOBALS['LANG']->getLL($modFunc); + $link = 'index.php?SET[function]=' . $modFunc; + $title = $GLOBALS['LANG']->getLL($modFunc); $description = $GLOBALS['LANG']->getLL($modFunc . '_description'); + + $icon = '' . $title
+			. ''; + $content .= ' -
' . $title . '
+
' . $icon . $title . '
' . $description . '
'; } $content .= '
'; - $this->content .= $content; + + $this->content .= $this->doc->section($moduleTitle, $content, false, true); } Index: typo3/sysext/lowlevel/dbint/locallang.xml =================================================================== --- typo3/sysext/lowlevel/dbint/locallang.xml (revision 9382) +++ typo3/sysext/lowlevel/dbint/locallang.xml (working copy) @@ -69,7 +69,7 @@ - + @@ -78,7 +78,7 @@ - +