From 970190150a40d4bd574a1a84ac640ec44318869e Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 31 May 2017 17:48:17 -0400 Subject: Bug 1365734 - Handle BMO version number in Makefile.PL / MYMETA.json --- template/en/default/admin/params/core.html.tmpl | 3 --- template/en/default/index.html.tmpl | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'template/en/default') diff --git a/template/en/default/admin/params/core.html.tmpl b/template/en/default/admin/params/core.html.tmpl index 0f7a95139..b1578f422 100644 --- a/template/en/default/admin/params/core.html.tmpl +++ b/template/en/default/admin/params/core.html.tmpl @@ -28,9 +28,6 @@ urlbase => "The URL that is the common initial leading part of all $terms.Bugzilla " _ "URLs.", - bugzilla_version => "The visible version number of Bugzilla. This should be set to " _ - "the date when BMO was last updated, in the format yyyy.mm.dd", - sslbase => "The URL that is the common initial leading part of all HTTPS " _ "(SSL) $terms.Bugzilla URLs.", diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index c79be57ca..70c3d7f3e 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -28,7 +28,7 @@ [% PROCESS global/header.html.tmpl title = "$terms.Bugzilla Main Page" header = "Main Page" - header_addl_info = "version " _ (Bugzilla.params.bugzilla_version || constants.BUGZILLA_VERSION) + header_addl_info = "version " _ bugzilla_version style_urls = [ 'skins/standard/index.css' ] no_yui = 1 %] -- cgit v1.2.3-24-g4f1b