summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--skins/contrib/Mozilla/global.css6
-rw-r--r--template/en/default/global/header.html.tmpl7
2 files changed, 13 insertions, 0 deletions
diff --git a/skins/contrib/Mozilla/global.css b/skins/contrib/Mozilla/global.css
index cbd829740..3def65b5b 100644
--- a/skins/contrib/Mozilla/global.css
+++ b/skins/contrib/Mozilla/global.css
@@ -130,6 +130,12 @@ hr {
visibility: hidden;
}
+#bugzilla_version {
+ float: right;
+ color: #888;
+ padding: 5px 20px;
+}
+
#titles {
width: 100%;
background-color: transparent;
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl
index 6071b2845..d4f042e25 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -312,6 +312,13 @@
</tr>
</table>
+ [%# display the version number on the index page %]
+ [% IF title == "$terms.Bugzilla Main Page" %]
+ <div id="bugzilla_version">
+ [% header_addl_info FILTER html %]
+ </div>
+ [% END %]
+
[% PROCESS "global/common-links.html.tmpl" qs_suffix = "_top" %]
</div>