add E911 address to self-service provision_phone, document it, RT#34069
[freeside.git] / httemplate / elements / error.html
1 % if ( $cgi->param('error') ) { 
2   <FONT SIZE="+1" COLOR="#ff0000"><% mt("Error: [_1]", $cgi->param('error')) |h %></FONT>
3   <BR><BR>
4 % }