blob: 03253242a1432a9709d49f20bd794f93b79e1108 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[% DEFAULT title = "Bugzilla Message" %]
[% INCLUDE global/header title=title %]
[%# 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 %]
[% INCLUDE global/footer %]
|