@@ -, +, @@ warning dialog - Use Z39.50 to import a record which is already in your catalog. - Save the record. Confirm that the duplicate warning dialog is styled correctly. - Confirm that both the "Save as new" and "Edit existing" buttons work correctly. --- .../intranet-tmpl/prog/en/modules/authorities/authorities.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt @@ -181,15 +181,15 @@ function confirmnotdup(redirect){ [% IF ( duplicateauthid ) %]
-

Duplicate record suspected

-

Is this a duplicate of [% duplicateauthvalue %]?

+

Duplicate record suspected

+

Is this a duplicate of [% duplicateauthvalue %] ?

- +
- +
[% END %] --