diff --git a/ChangeLog b/ChangeLog index 1c34496e8..2be237ac1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -82,6 +82,7 @@ $Id$ + [doc] Incorporate synchronisation docs into main document. + [core] Include Content Security Policy HTTP headers. - bug #3004216 [CSS] Field attributes use inline CSS +- patch #2999595, rfe #2998130 [interface] Cleanup navigation frame. 3.3.4.0 (not yet released) - bug #2996161 [import] properly escape import value diff --git a/navigation.php b/navigation.php index 21ef3208e..909bc0054 100644 --- a/navigation.php +++ b/navigation.php @@ -230,7 +230,6 @@ if (! $GLOBALS['server']) {
- databases->getHtmlSelectGrouped(true, $_SESSION['tmp_user_values']['navi_limit_offset'], $GLOBALS['cfg']['MaxDbList']) . "\n"; @@ -299,19 +298,6 @@ if ($GLOBALS['cfg']['LeftFrameLight'] && strlen($GLOBALS['db'])) { $db_tooltip = $GLOBALS['db']; } - ?> -

- (' . $table_count . ') '; - } - echo '' . htmlspecialchars($disp_name) . ''; - if ($GLOBALS['text_dir'] === 'ltr') { - echo ' (' . $table_count . ') '; - } - echo '

'; if ($table_count) { ?>