From 3d317ca092cec05ad9dcdd3815d74bedbd9f3412 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 3 Jul 2006 15:53:24 +0000 Subject: Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by RĂ©mi Zara r=mkanat a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/bug/show.xml.tmpl | 2 +- template/en/default/config.js.tmpl | 2 +- template/en/default/config.rdf.tmpl | 2 +- template/en/default/filterexceptions.pl | 2 +- template/en/default/index.html.tmpl | 2 +- template/en/default/list/list.ics.tmpl | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'template') diff --git a/template/en/default/bug/show.xml.tmpl b/template/en/default/bug/show.xml.tmpl index 1e35d8f36..a941ebc62 100644 --- a/template/en/default/bug/show.xml.tmpl +++ b/template/en/default/bug/show.xml.tmpl @@ -24,7 +24,7 @@ - - [% VERSION FILTER html %] + [% constants.BUGZILLA_VERSION FILTER html %] [% Param('maintainer') FILTER html %] diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index eee3b8963..14043a9bf 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -350,7 +350,7 @@ ], 'bug/show.xml.tmpl' => [ - 'VERSION', + 'constants.BUGZILLA_VERSION', 'a.id', 'field', ], diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index 053c03b92..9e11e4af0 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -32,7 +32,7 @@ [% PROCESS global/header.html.tmpl title = "$terms.Bugzilla Main Page" h1 = "Main Page" - h3 = "version $VERSION" + h3 = "version $constants.BUGZILLA_VERSION" style_urls = [ 'skins/standard/index.css' ] onload = 'document.forms[\'f\'].quicksearch.focus();' %] diff --git a/template/en/default/list/list.ics.tmpl b/template/en/default/list/list.ics.tmpl index 6246cf755..f857d30b6 100644 --- a/template/en/default/list/list.ics.tmpl +++ b/template/en/default/list/list.ics.tmpl @@ -54,7 +54,7 @@ END:VTODO END:VCALENDAR [% BLOCK ics_prodid %] - [% "-//Mozilla/Bugzilla $VERSION//EN" FILTER ics('PRODID') %] + [% "-//Mozilla/Bugzilla $constants.BUGZILLA_VERSION//EN" FILTER ics('PRODID') %] [% END %] [% BLOCK ics_uid %] -- cgit v1.2.3-24-g4f1b