X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Ferrorpage.html;h=76a0bf32e4b80ad26d7761c37d5172fac72e7646;hb=68fcc90d8e95f1efe0efe07b2f59e5fab2d8c535;hp=d28055efbb04c6e90dd734b74c71e8fff6fbdc1d;hpb=718f65eee1c797ea90a315b5f03fae75c80a5112;p=freeside.git diff --git a/httemplate/elements/errorpage.html b/httemplate/elements/errorpage.html index d28055efb..76a0bf32e 100644 --- a/httemplate/elements/errorpage.html +++ b/httemplate/elements/errorpage.html @@ -1,13 +1,11 @@ -<% include("/elements/header.html", "Error processing your request") %> - -Your request could not be processed because of the following error<% (scalar(@_) > 1) ? 's' : '' %>: +<% include("/elements/header.html", "Error") %> % while (@_) { -

<% shift %> - +

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