[freeside-commits] freeside/httemplate/elements errorpage.html, 1.1.2.1, 1.1.2.2
Ivan,,,
ivan at wavetail.420.am
Sun Dec 16 14:40:06 PST 2007
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail:/tmp/cvs-serv14435
Modified Files:
Tag: FREESIDE_1_7_BRANCH
errorpage.html
Log Message:
less is better
Index: errorpage.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/errorpage.html,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- errorpage.html 8 Oct 2007 19:04:47 -0000 1.1.2.1
+++ errorpage.html 16 Dec 2007 22:40:03 -0000 1.1.2.2
@@ -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 (@_) {
<P><FONT SIZE="+1" COLOR="#ff0000"><B><% shift %></B></FONT>
-
%}
+
% $m->flush_buffer();
% $HTML::Mason::Commands::m->abort();
% #die "shouldn't fall through to here (mason \$m->abort didn't)";
More information about the freeside-commits
mailing list