Lines 69-78
Link Here
|
69 |
} |
69 |
} |
70 |
}); |
70 |
}); |
71 |
|
71 |
|
|
|
72 |
[%# Only ask for a confirmation if it is an edit %] |
72 |
$("#z3950search").click(function(){ |
73 |
$("#z3950search").click(function(){ |
73 |
if (confirm(_("Please note that this external search could replace the current record."))){ |
74 |
[% IF biblionumber %] |
|
|
75 |
if (confirm(_("Please note that this external search could replace the current record."))){ |
76 |
PopupZ3950(); |
77 |
} |
78 |
[% ELSE %] |
74 |
PopupZ3950(); |
79 |
PopupZ3950(); |
75 |
} |
80 |
[% END %] |
76 |
}); |
81 |
}); |
77 |
|
82 |
|
78 |
$("#saverecord").click(function(){ |
83 |
$("#saverecord").click(function(){ |
79 |
- |
|
|