@@ -, +, @@ messages --- .../prog/en/modules/acqui/neworderbiblio.tt | 6 +----- .../prog/en/modules/catalogue/results.tt | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt @@ -29,11 +29,7 @@ [% END %] [% IF ( query_error ) %] -

-Error: - - [% query_error %] - +

Error: [% query_error %]

[% END %] [% IF ( total ) %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt @@ -318,11 +318,7 @@ YAHOO.util.Event.onContentReady("searchheader", function () { [% END %] [% IF ( query_error ) %] -

- Error: - - [% query_error %] - +

Error: [% query_error %]

[% END %] --