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