X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Ferror.html;h=f9664bd656707688d440ecb2fa0710c089f549d1;hp=f65785d1031c26f7926ae5d8412f21ee93fb0a3b;hb=cb6214a6c0b0ecc8c3a5c264ee98ff3f301c33a6;hpb=bc34518143fe485eec412e709271e681a1e41aac;ds=sidebyside diff --git a/httemplate/elements/error.html b/httemplate/elements/error.html index f65785d10..f9664bd65 100644 --- a/httemplate/elements/error.html +++ b/httemplate/elements/error.html @@ -1,4 +1,5 @@ % if ( $cgi->param('error') ) { +% $m->notes('error', $cgi->param('error')); <% mt("Error: [_1]", $cgi->param('error')) |h %>

% }