From d033109bdc8729e9ef46fc82ad200c7d2cda5a1a Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Fri, 19 Apr 2002 01:56:11 +0000 Subject: Bug 135707 - rearrange templates to normalise filenames, and create directory structure which allows for localised versions of the templates. Earlier versions of these templates can be found, cvs removed, scattered around bugzilla/template/default; but there are no substantial changes between their initial checkin there and here. --- template/en/default/global/message.html.tmpl | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 template/en/default/global/message.html.tmpl (limited to 'template/en/default/global/message.html.tmpl') diff --git a/template/en/default/global/message.html.tmpl b/template/en/default/global/message.html.tmpl new file mode 100644 index 000000000..d0c8281eb --- /dev/null +++ b/template/en/default/global/message.html.tmpl @@ -0,0 +1,17 @@ + +[% DEFAULT title = "Bugzilla Message" %] + +[% PROCESS global/header %] + +[%# The "header" template automatically displays the contents of a "message" + variable if it finds one, so it is not necessary to display the message + here. %] + +[%# Display a URL if the calling script has included one. %] +[% IF url && link %] +

+ [% link %] +

+[% END %] + +[% PROCESS global/footer %] -- cgit v1.2.3-24-g4f1b