From 1a1e96639a3b47750e48e1d6a102441fa710405a Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 29 Oct 2009 23:36:58 +0000 Subject: [PATCH] adding errorpage popup, RT#6445 --- httemplate/elements/errorpage-popup.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 httemplate/elements/errorpage-popup.html diff --git a/httemplate/elements/errorpage-popup.html b/httemplate/elements/errorpage-popup.html new file mode 100644 index 000000000..5248ca134 --- /dev/null +++ b/httemplate/elements/errorpage-popup.html @@ -0,0 +1,15 @@ +<% include("/elements/header-popup.html", "Error") %> + +% while (@_) { + +

<% shift |h %> + +%} + +

+

+ + +% $m->flush_buffer(); +% $HTML::Mason::Commands::m->abort(); +% #die "shouldn't fall through to here (mason \$m->abort didn't)"; -- 2.11.0