diff options
Diffstat (limited to 'template/en/default/global/message.html.tmpl')
-rw-r--r-- | template/en/default/global/message.html.tmpl | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/template/en/default/global/message.html.tmpl b/template/en/default/global/message.html.tmpl new file mode 100644 index 000000000..d0c8281eb --- /dev/null +++ b/template/en/default/global/message.html.tmpl @@ -0,0 +1,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 %] |