Bug 5917 / Bug 6085 : Fixing not being able to change language
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / neworderempty_duplicate.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Acquisitions &rsaquo; Basket <!-- TMPL_VAR NAME="basketno" --> &rsaquo; Duplicate warning</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6
7 <!-- TMPL_INCLUDE NAME="header.inc" -->
8 <!-- TMPL_INCLUDE NAME="acquisitions-search.inc" -->
9
10 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> &rsaquo; <a href="/cgi-bin/koha/acqui/basket.pl?basketno=<!-- TMPL_VAR NAME="basketno" -->">Basket <!-- TMPL_VAR NAME="basketno" --></a> &rsaquo; Duplicate warning</div>
11
12 <div id="doc3" class="yui-t2">
13
14 <div id="bd">
15     <div id="yui-main">
16     <div class="yui-b">
17
18 <div class="dialog alert">
19 <h4>Duplicate warning</h4>
20 <p>You selected a record from an external source that matches an existing record in your catalog: <!-- TMPL_IF name="BiblioDefaultViewmarc" --><a class="popup" target="_blank" title="Open in new window" href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
21 <!-- TMPL_ELSIF NAME="BiblioDefaultViewlabeled_marc" --><a class="popup" target="_blank" title="Open in new window" href="/cgi-bin/koha/catalogue/labeledMARCdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
22 <!-- TMPL_ELSIF NAME="BiblioDefaultViewisbd" --><a class="popup" target="_blank" title="Open in new window" href="/cgi-bin/koha/catalogue/ISBDdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
23 <!-- TMPL_ELSE --><a class="popup" target="_blank" title="Open in new window" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"><!-- /TMPL_IF --><!-- TMPL_VAR NAME="duplicatetitle" --></a></p>
24 </div>
25
26 <div class="yui-gb">
27 <div class="yui-u first">
28 <div style="border: 1px solid #DDD; padding:1em;">
29 <form action="/cgi-bin/koha/acqui/neworderempty.pl">
30 <h4>Use existing record</h4>
31 <p>Do not create a duplicate record. Add an order from the existing record in your catalog.</p>
32 <input type="hidden" name="booksellerid" value="<!-- TMPL_VAR NAME="booksellerid" -->" />
33 <input type="hidden" name="basketno" value="<!-- TMPL_VAR NAME="basketno" -->" />
34 <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" />
35 <input type="submit" value="Use Existing" />
36 </form>
37 </div>
38 </div>
39
40 <div class="yui-u">
41 <div style="border: 1px solid #DDD; padding:1em;">
42 <form action="/cgi-bin/koha/acqui/basket.pl">
43 <h4>Cancel and return to order</h4>
44 <p>Return to the basket without making a new order.</p>
45 <input type="hidden" name="basketno" value="<!-- TMPL_VAR NAME="basketno" -->" />
46 <input type="submit" value="Cancel" />
47 </form>
48 </div>
49 </div>
50
51 <div class="yui-u">
52 <div style="border: 1px solid #DDD; padding:1em;">
53 <form action="/cgi-bin/koha/acqui/neworderempty.pl">
54 <h4>Create new record</h4>
55 <p>Create a new record by importing the external (duplicate) record.</p>
56 <input type="hidden" name="booksellerid" value="<!-- TMPL_VAR NAME="booksellerid" -->" />
57 <input type="hidden" name="basketno" value="<!-- TMPL_VAR NAME="basketno" -->" />
58 <input type="hidden" name="breedingid" value="<!-- TMPL_VAR NAME="breedingid" -->" />
59 <input type="hidden" name="use_external_source" value="1" />
60 <input type="submit" value="Create New" />
61 </form>
62 </div>
63 </div>
64
65 </div>
66
67 </div>
68 </div>
69 <div class="yui-b">
70 <!-- TMPL_INCLUDE NAME="acquisitions-menu.inc" -->
71 </div>
72 </div>
73 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->