From 09114c215c8c58595964ff017ab80394860fd75b Mon Sep 17 00:00:00 2001 From: "zach%zachlipton.com" <> Date: Thu, 4 Apr 2002 04:01:01 +0000 Subject: Fix for bug 98658: Let administrator know which customised templates have been updated by Bugzilla team. Patch adds a version string to every template and a check in t/004template.t to check for version strings in templates. Note that two templates that were not included in the initial patch now have version strings added. r=justdave, r2=myk --- template/default/global/choose_product.tmpl | 1 + template/default/global/footer | 2 +- template/default/global/header | 1 + template/default/global/message.html.tmpl | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) (limited to 'template/default/global') diff --git a/template/default/global/choose_product.tmpl b/template/default/global/choose_product.tmpl index 03d3fcd63..31d9ea7ba 100644 --- a/template/default/global/choose_product.tmpl +++ b/template/default/global/choose_product.tmpl @@ -1,3 +1,4 @@ + [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of diff --git a/template/default/global/footer b/template/default/global/footer index e06d3d8e1..98d525a78 100755 --- a/template/default/global/footer +++ b/template/default/global/footer @@ -1,4 +1,4 @@ - + [% PerformSubsts(Param('footerhtml')) %] diff --git a/template/default/global/header b/template/default/global/header index d175dd4df..5e6a183dd 100755 --- a/template/default/global/header +++ b/template/default/global/header @@ -1,3 +1,4 @@ + [% DEFAULT title = "" h1 = title diff --git a/template/default/global/message.html.tmpl b/template/default/global/message.html.tmpl index 912e9f322..d0c8281eb 100644 --- a/template/default/global/message.html.tmpl +++ b/template/default/global/message.html.tmpl @@ -1,3 +1,4 @@ + [% DEFAULT title = "Bugzilla Message" %] [% PROCESS global/header %] -- cgit v1.2.3-24-g4f1b