diff --git a/common/code/boost_filters.php b/common/code/boost_filters.php index 2f1bf04b..a8d6291b 100644 --- a/common/code/boost_filters.php +++ b/common/code/boost_filters.php @@ -131,19 +131,25 @@ function latest_link($params) case 0: break; case 1: + echo '
'; if (is_file(ARCHIVE_DIR."/{$current->dir()}/$params[key]")) { echo 'This is the documentation for an old version of boost, click '. ''. - 'here for the latest version'; + 'here for the current version of this page'; } else { - echo 'This is the documentation for an old version of boost.'; + echo 'This is the documentation for an old version of boost, '; + echo 'click here for the current boost '; + echo 'documentation.'; } + echo '
', "\n"; break; case -1: + echo '
'; echo 'This is the documentation for an unreleased version of boost'; + echo '
', "\n"; break; } } diff --git a/style-v2/css_0/header.css b/style-v2/css_0/header.css index d7b6272a..ea919f53 100644 --- a/style-v2/css_0/header.css +++ b/style-v2/css_0/header.css @@ -102,3 +102,10 @@ #heading .heading-search #search-text #q:hover { border-bottom: 1px #FFFFFF solid; } +.boost-common-header-notice { + border: 1px solid #aa5; + background: #ffc; + color: #000; + margin: 0 auto 1em auto; + padding: 0.5em 1em; +} \ No newline at end of file