Files
Mozilla/mozilla/webtools/bugzilla/template/default/global/message.html.tmpl
zach%zachlipton.com 0fb81cfa92 Fix for bug 98658: Let administrator know which customised templates have been updated by Bugzilla team.
Patch adds a version string to every template and a check in
t/004template.t to check for version strings in templates.
Note that two templates that were not included in the initial patch
now have version strings added.

r=justdave, r2=myk


git-svn-id: svn://10.0.0.236/trunk@118028 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-03 20:01:42 +00:00

18 lines
437 B
Cheetah

<!-- 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 %]