@@ -, +, @@ --- .../prog/en/modules/cataloguing/merge.tt | 4 +++- .../prog/en/modules/tools/csv-profiles.tt | 14 +++++++------- koha-tmpl/opac-tmpl/prog/en/modules/opac-review.tt | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt @@ -227,9 +227,11 @@ function changeFramework(fw) { [% ELSE %] [% IF ( errors ) %] +
[% FOREACH error IN errors %] -
[% error.error %]
+

[% error.error %]

[% END %] +
[% ELSE %]
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt @@ -28,13 +28,13 @@ function reloadPage(p) {
[% IF ( success || error ) %] [% IF ( success ) %] - [% IF ( action == 'create' ) %]

The new CSV profile "[% profile_name %]" has been successfully created.

[% END %] - [% IF ( action == 'edit' ) %]

The CSV profile has been successfully modified.

[% END %] - [% IF ( action == 'delete' ) %]

The CSV profile has been successfully deleted.

[% END %] - [% ELSE %] - [% IF ( action == 'create' ) %]

The new CSV profile "[% profile_name %]" has not been created.

[% END %] - [% IF ( action == 'edit' ) %]

The CSV profile has not been modified.

[% END %] - [% IF ( action == 'delete' ) %]

The CSV profile has not been deleted.

[% END %] + [% IF ( action == 'create' ) %]
The new CSV profile "[% profile_name %]" has been successfully created.
[% END %] + [% IF ( action == 'edit' ) %]
The CSV profile has been successfully modified.
[% END %] + [% IF ( action == 'delete' ) %]
The CSV profile has been successfully deleted.
[% END %] + [% ELSE %] + [% IF ( action == 'create' ) %]
The new CSV profile "[% profile_name %]" has not been created.
[% END %] + [% IF ( action == 'edit' ) %]
The CSV profile has not been modified.
[% END %] + [% IF ( action == 'delete' ) %]
The CSV profile has not been deleted.
[% END %] [% END %] [% END %]
--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-review.tt +++ a/koha-tmpl/opac-tmpl/prog/en/modules/opac-review.tt @@ -51,7 +51,7 @@
[% IF ( cgi_debug ) %]
CGI debug is on.
[% END %] [% IF ( ERRORS ) %] -
+
[% FOREACH ERROR IN ERRORS %]

[% IF ( ERROR.scrubbed ) %]Note: your comment contained illegal markup code. --