summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/message.html.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-07-27 05:49:02 +0200
committergerv%gerv.net <>2002-07-27 05:49:02 +0200
commitc30cf5bb3eb1149ea43ae6018fae22164d6cd010 (patch)
treed6a1d264a3411618b943fa132d0988940d92714a /template/en/default/global/message.html.tmpl
parent18b8582df8e89acc8dc7defa7b6848928327e621 (diff)
downloadbugzilla-c30cf5bb3eb1149ea43ae6018fae22164d6cd010.tar.gz
bugzilla-c30cf5bb3eb1149ea43ae6018fae22164d6cd010.tar.xz
Bug 158658 - relogin.cgi should use a template. This also adds the ability to localise messages. Patch by gerv; r=burnus.
Diffstat (limited to 'template/en/default/global/message.html.tmpl')
-rw-r--r--template/en/default/global/message.html.tmpl7
1 files changed, 3 insertions, 4 deletions
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 %]
<p>
<a href="[% url %]">[% link %]</a>