@@ -, +, @@ replacing record --- .../prog/en/modules/cataloguing/addbiblio.tt | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt @@ -83,15 +83,8 @@ } }); - [%# Only ask for a confirmation if it is an edit %] $("#z3950search").click(function(){ - [% IF biblionumber %] - if (confirm(_("Please note that this external search could replace the current record."))){ - PopupZ3950(); - } - [% ELSE %] - PopupZ3950(); - [% END %] + PopupZ3950(); }); $("#saverecord").click(function(){ @@ -587,7 +580,11 @@ [% END # /IF CAN_user_editcatalogue_edit_items %] [% UNLESS (circborrowernumber) %][%# Hide in fast cataloging %] -
Z39.50/SRU search
+ [% IF biblionumber %] +
Replace record via Z39.50/SRU search
+ [% ELSE %] +
Z39.50/SRU search
+ [% END %] [% END %]
--