Lines 85-97
Link Here
|
85 |
|
85 |
|
86 |
[%# Only ask for a confirmation if it is an edit %] |
86 |
[%# Only ask for a confirmation if it is an edit %] |
87 |
$("#z3950search").click(function(){ |
87 |
$("#z3950search").click(function(){ |
88 |
[% IF biblionumber %] |
88 |
PopupZ3950(); |
89 |
if (confirm(_("Please note that this external search could replace the current record."))){ |
|
|
90 |
PopupZ3950(); |
91 |
} |
92 |
[% ELSE %] |
93 |
PopupZ3950(); |
94 |
[% END %] |
95 |
}); |
89 |
}); |
96 |
|
90 |
|
97 |
$("#saverecord").click(function(){ |
91 |
$("#saverecord").click(function(){ |
Lines 587-593
Link Here
|
587 |
[% END # /IF CAN_user_editcatalogue_edit_items %] |
581 |
[% END # /IF CAN_user_editcatalogue_edit_items %] |
588 |
|
582 |
|
589 |
[% UNLESS (circborrowernumber) %][%# Hide in fast cataloging %] |
583 |
[% UNLESS (circborrowernumber) %][%# Hide in fast cataloging %] |
590 |
<div class="btn-group"><a class="btn btn-default" href="#" id="z3950search"><i class="fa fa-search"></i> Z39.50/SRU search</a></div> |
584 |
<div class="btn-group"> |
|
|
585 |
<a class="btn btn-default" href="#" id="z3950search"> |
586 |
<i class="fa fa-search"></i> |
587 |
[% IF ( biblionumber ) %] |
588 |
Replace via Z39.50/SRU |
589 |
[% ELSE %] |
590 |
Z39.50/SRU search |
591 |
[% END %] |
592 |
</a> |
593 |
</div> |
591 |
[% END %] |
594 |
[% END %] |
592 |
|
595 |
|
593 |
<div class="btn-group"> |
596 |
<div class="btn-group"> |
594 |
- |
|
|