@@ -, +, @@ duplicate 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 items" buttons work correctly. --- koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt @@ -410,17 +410,17 @@ function Changefwk(FwkList) { [% IF ( duplicatebiblionumber ) %]
-

Duplicate record suspected

-

Is this a duplicate of [% duplicatetitle %]?

+

Duplicate record suspected

+

Is this a duplicate of [% duplicatetitle %] ?

[% IF ( CAN_user_editcatalogue_edit_items ) %]
- +
[% ELSE %]
[% END %]
- [% IF ( CAN_user_editcatalogue_edit_items ) %][% ELSE %][% END %] + [% IF ( CAN_user_editcatalogue_edit_items ) %][% ELSE %][% END %]
[% END %] --