summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/message.html.tmpl
blob: d0c8281eb50acaeb8feeee456d5c69844671b10a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!-- 1.0@bugzilla.org -->
[% 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 %]
  <p>
    <a href="[% url %]">[% link %]</a>
  </p>
[% END %]

[% PROCESS global/footer %]