RT#27396: Why does it take so long for the New/Edit billing event pages to load?...
[freeside.git] / httemplate / elements / error.html
1 % if ( $cgi->param('error') ) { 
2 %   $m->notes('error', $cgi->param('error'));
3   <FONT SIZE="+1" COLOR="#ff0000"><% mt("Error: [_1]", $cgi->param('error')) |h %></FONT>
4   <BR><BR>
5 % }