summaryrefslogtreecommitdiff
path: root/httemplate/elements/errorpage-popup.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/errorpage-popup.html')
-rw-r--r--httemplate/elements/errorpage-popup.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/httemplate/elements/errorpage-popup.html b/httemplate/elements/errorpage-popup.html
deleted file mode 100644
index 5248ca134..000000000
--- a/httemplate/elements/errorpage-popup.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<% include("/elements/header-popup.html", "Error") %>
-
-% while (@_) {
-
-<P><FONT SIZE="+1" COLOR="#ff0000"><% shift |h %></FONT>
-
-%}
-
-<BR><BR>
-<P ALIGN="center">
-<BUTTON TYPE="button" onClick="parent.cClick();">Close</BUTTON>
-
-% $m->flush_buffer();
-% $HTML::Mason::Commands::m->abort();
-% #die "shouldn't fall through to here (mason \$m->abort didn't)";