From c30cf5bb3eb1149ea43ae6018fae22164d6cd010 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Sat, 27 Jul 2002 03:49:02 +0000 Subject: Bug 158658 - relogin.cgi should use a template. This also adds the ability to localise messages. Patch by gerv; r=burnus. --- template/en/default/global/message.html.tmpl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (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 index 14e1f10d0..f6cb321c6 100644 --- a/template/en/default/global/message.html.tmpl +++ b/template/en/default/global/message.html.tmpl @@ -28,11 +28,10 @@ [% PROCESS global/header.html.tmpl %] -[%# 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. %] +[%# The "header" template automatically displays a message if it finds one. + Note that the global messages list is in messages.html.tmpl. %] -[%# Display a URL if the calling script has included one. %] +[%# Display a URL if the calling script or message block has included one. %] [% IF url && link %]

[% link %] -- cgit v1.2.3-24-g4f1b