From cea1ba1953ef1dab6c50f3237db9e858d3a55439 Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Sat, 2 Dec 2017 10:43:01 -0500 Subject: Bug 1420295 - Remove the Bugzilla version number from homepage --- template/en/default/bug/show-header.html.tmpl | 1 - template/en/default/global/header.html.tmpl | 10 +--------- template/en/default/index.html.tmpl | 1 - template/en/default/reports/chart.html.tmpl | 1 - template/en/default/reports/report.html.tmpl | 1 - template/en/default/welcome-admin.html.tmpl | 1 - 6 files changed, 1 insertion(+), 14 deletions(-) (limited to 'template') diff --git a/template/en/default/bug/show-header.html.tmpl b/template/en/default/bug/show-header.html.tmpl index 2fbc7ef51..6308098b5 100644 --- a/template/en/default/bug/show-header.html.tmpl +++ b/template/en/default/bug/show-header.html.tmpl @@ -40,7 +40,6 @@ [% title = title _ filtered_desc %] [% generate_api_token = 1 %] [% header = "$terms.Bug $bug.bug_id" %] -[% header_addl_info = "Last modified: $filtered_timestamp" %] [% javascript_urls = [ "js/util.js", "js/field.js" ] %] [% javascript_urls.push("js/bug.js") IF user.id %] [% javascript_urls.push('js/comment-tagging.js') diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 6d5d54a48..90cdbd4e8 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -26,7 +26,6 @@ # title: string. Page title. # header: string. Main page header. # subheader: string. Page subheader. - # header_addl_info: string. Additional header information. # bodyclasses: array of extra CSS classes for the # onload: string. JavaScript code to run when the page finishes loading. # javascript: string. Javascript to go in the header. @@ -48,7 +47,6 @@ [% DEFAULT subheader = "" - header_addl_info = "" onload = "" style_urls = [] no_yui = 0 @@ -126,6 +124,7 @@ END; %] + [% title %] @@ -331,13 +330,6 @@ - [%# display the version number on the index page %] - [% IF title == "$terms.Bugzilla Main Page" %] -
- [% header_addl_info FILTER html %] -
- [% END %] - [% PROCESS "global/common-links.html.tmpl" qs_suffix = "_top" %] diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index 70c3d7f3e..4e56caa7f 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -28,7 +28,6 @@ [% PROCESS global/header.html.tmpl title = "$terms.Bugzilla Main Page" header = "Main Page" - header_addl_info = "version " _ bugzilla_version style_urls = [ 'skins/standard/index.css' ] no_yui = 1 %] diff --git a/template/en/default/reports/chart.html.tmpl b/template/en/default/reports/chart.html.tmpl index e14744d31..a927c382d 100644 --- a/template/en/default/reports/chart.html.tmpl +++ b/template/en/default/reports/chart.html.tmpl @@ -29,7 +29,6 @@ [% PROCESS global/header.html.tmpl title = "Chart" - header_addl_info = time %]
diff --git a/template/en/default/reports/report.html.tmpl b/template/en/default/reports/report.html.tmpl index deb570202..c70f3de13 100644 --- a/template/en/default/reports/report.html.tmpl +++ b/template/en/default/reports/report.html.tmpl @@ -76,7 +76,6 @@ .t4 { background-color: #c3d3ed } /* darker blue */ .ttotal, .ttotal td { background-color: #cfffdf } /* light green */ " - header_addl_info = time %] [% IF debug %] diff --git a/template/en/default/welcome-admin.html.tmpl b/template/en/default/welcome-admin.html.tmpl index 289a6bd7d..e37008fc7 100644 --- a/template/en/default/welcome-admin.html.tmpl +++ b/template/en/default/welcome-admin.html.tmpl @@ -23,7 +23,6 @@ [% PROCESS global/header.html.tmpl title = title - header_addl_info = "version $constants.BUGZILLA_VERSION" style_urls = [ 'skins/standard/index.css' ] %] -- cgit v1.2.3-24-g4f1b