projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
show more detail about payments on invoice, #21949
[freeside.git]
/
httemplate
/
elements
/
errorpage.html
1
<& /elements/header.html, mt("Error") &>
2
3
% while (@_) {
4
5
<P><FONT SIZE="+1" COLOR="#ff0000"><% shift |h %></FONT>
6
7
%}
8
9
% $m->flush_buffer();
10
% $HTML::Mason::Commands::m->abort();