Lines 287-300
function Changefwk(FwkList) {
Link Here
|
287 |
<div class="dialog alert"> |
287 |
<div class="dialog alert"> |
288 |
<h4>Duplicate record suspected</h4> |
288 |
<h4>Duplicate record suspected</h4> |
289 |
<p>Is this a duplicate of <a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% duplicatebiblionumber %]" onclick="openWindow('/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% duplicatebiblionumber %]&popup=1', 'Duplicate biblio','800','600'); return false;">[% duplicatetitle %]</a>?</p> |
289 |
<p>Is this a duplicate of <a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% duplicatebiblionumber %]" onclick="openWindow('/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% duplicatebiblionumber %]&popup=1', 'Duplicate biblio','800','600'); return false;">[% duplicatetitle %]</a>?</p> |
290 |
[% IF ( CAN_user_editcatalogue_edit_items ) %]<form action="/cgi-bin/koha/cataloguing/additem.pl" method="get"> |
290 |
[% IF ( CAN_user_editcatalogue_edit_items ) %]<form action="/cgi-bin/koha/cataloguing/additemelliott.pl" method="get"> |
291 |
<input type="hidden" name="biblionumber" value="[% duplicatebiblionumber %]" /> |
291 |
<input type="hidden" name="biblionumber" value="[% duplicatebiblionumber %]" /> |
292 |
<input type="submit" class="edit" value="Yes: Edit existing items" /> |
292 |
<input type="submit" class="edit" value="Yes: Edit existing items" /> |
293 |
</form>[% ELSE %]<form action="/cgi-bin/koha/catalogue/detail.pl" method="get"> |
293 |
</form>[% ELSE %]<form action="/cgi-bin/koha/catalogue/detailelliott.pl" method="get"> |
294 |
<input type="hidden" name="biblionumber" value="[% duplicatebiblionumber %]" /> |
294 |
<input type="hidden" name="biblionumber" value="[% duplicatebiblionumber %]" /> |
295 |
<input type="submit" value="Yes: View existing items" /> |
295 |
<input type="submit" value="Yes: View existing items" /> |
296 |
</form>[% END %] |
296 |
</form>[% END %] |
297 |
<form action="/cgi-bin/koha/cataloguing/addbiblio.pl" method="get"> |
297 |
<form action="/cgi-bin/koha/cataloguing/addbibliolasers.pl" method="get"> |
298 |
[% IF ( CAN_user_editcatalogue_edit_items ) %]<input type="button" class="save" onclick="confirmnotdup('items'); return false;" value="No: Save as new record" />[% ELSE %]<input type="button" class="save" onclick="confirmnotdup('view'); return false;" value="No: Save as new record" />[% END %] |
298 |
[% IF ( CAN_user_editcatalogue_edit_items ) %]<input type="button" class="save" onclick="confirmnotdup('items'); return false;" value="No: Save as new record" />[% ELSE %]<input type="button" class="save" onclick="confirmnotdup('view'); return false;" value="No: Save as new record" />[% END %] |
299 |
</form> |
299 |
</form> |
300 |
</div> |
300 |
</div> |
Lines 346-352
function Changefwk(FwkList) {
Link Here
|
346 |
|
346 |
|
347 |
var savemenu = [ |
347 |
var savemenu = [ |
348 |
{ text: _("Save and view record"), value: 1, onclick: {fn:function(){redirect("view");}} }, |
348 |
{ text: _("Save and view record"), value: 1, onclick: {fn:function(){redirect("view");}} }, |
349 |
{ text: _("Save and edit items"), value: 2, onclick: {fn:function(){redirect("items");}} } |
349 |
{ text: _("Save and edit items"), value: 2, onclick: {fn:function(){redirect("items");}} }, |
|
|
350 |
{ text: _("Save and continue editing"), value: 3, onclick: {fn:function(){redirect("just_save");}} } |
350 |
]; |
351 |
]; |
351 |
[% END %] |
352 |
[% END %] |
352 |
|
353 |
|
353 |
- |
|
|