blob: 912e9f32226139296248d3f11b5e001d1b52b31f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[% 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 %]
|