Bug 27846: modules and modules/acqui folders
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / neworderempty_duplicate.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Koha &rsaquo; Acquisitions &rsaquo; Basket [% basketno | html %] &rsaquo; Duplicate warning</title>
3 [% INCLUDE 'doc-head-close.inc' %]
4 </head>
5 <body id="acq_neworderempty_duplicate" class="acq">
6
7 [% INCLUDE 'header.inc' %]
8 [% INCLUDE 'acquisitions-search.inc' %]
9
10
11 <nav aria-label="Breadcrumb" class="breadcrumb">
12     <ol>
13         <li>
14             <a href="/cgi-bin/koha/mainpage.pl">Home</a>
15         </li>
16         <li>
17             <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
18         </li>
19         <li>
20             <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | uri %]">Basket [% basketno | html %]</a>
21         </li>
22         <li>
23             <a href="#" aria-current="page">
24                 Duplicate warning
25             </a>
26         </li>
27     </ol>
28 </nav>
29
30 <div class="main container-fluid">
31     <div class="row">
32         <div class="col-sm-10 col-sm-push-2">
33             <main>
34
35 <div class="dialog alert">
36 <h4>Duplicate warning</h4>
37 <p>You selected a record from an external source that matches an existing record in your catalog: [% IF ( BiblioDefaultViewmarc ) %]<a target="_blank" title="Open in new window" href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% biblionumber |url %]">
38 [% ELSIF ( BiblioDefaultViewlabeled_marc ) %]<a target="_blank" title="Open in new window" href="/cgi-bin/koha/catalogue/labeledMARCdetail.pl?biblionumber=[% biblionumber |url %]">
39 [% ELSIF ( BiblioDefaultViewisbd ) %]<a target="_blank" title="Open in new window" href="/cgi-bin/koha/catalogue/ISBDdetail.pl?biblionumber=[% biblionumber |url %]">
40 [% ELSE %]<a target="_blank" title="Open in new window" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber |url %]">[% END %] <i class="fa fa-window-restore"></i> [% duplicatetitle | html %]</a></p>
41 </div>
42
43 <div class="row">
44 <div class="col-sm-4">
45 <div style="border: 1px solid #DDD; padding:1em;">
46 <form action="/cgi-bin/koha/acqui/neworderempty.pl">
47 <h4>Use existing record</h4>
48 <p>Do not create a duplicate record. Add an order from the existing record in your catalog.</p>
49 <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
50 <input type="hidden" name="basketno" value="[% basketno | html %]" />
51 <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
52 <input type="submit" value="Use Existing" />
53 </form>
54 </div>
55 </div>
56
57 <div class="col-sm-4">
58 <div style="border: 1px solid #DDD; padding:1em;">
59 <form action="/cgi-bin/koha/acqui/basket.pl">
60 <h4>Cancel and return to order</h4>
61 <p>Return to the basket without making a new order.</p>
62 <input type="hidden" name="basketno" value="[% basketno | html %]" />
63 <input type="submit" value="Cancel" />
64 </form>
65 </div>
66 </div>
67
68 <div class="col-sm-4">
69 <div style="border: 1px solid #DDD; padding:1em;">
70 <form action="/cgi-bin/koha/acqui/neworderempty.pl">
71 <h4>Create new record</h4>
72 <p>Create a new record by importing the external (duplicate) record.</p>
73 <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
74 <input type="hidden" name="basketno" value="[% basketno | html %]" />
75 <input type="hidden" name="breedingid" value="[% breedingid | html %]" />
76 <input type="hidden" name="use_external_source" value="1" />
77 <input type="submit" value="Create New" />
78 </form>
79 </div>
80 </div>
81
82 </div>
83
84 </main>
85 </div> <!-- /.col-sm-10.col-sm-push-2 -->
86
87 <div class="col-sm-2 col-sm-pull-10">
88     <aside>
89         [% INCLUDE 'acquisitions-menu.inc' %]
90     </aside>
91 </div> <!-- /.col-sm-2.col-sm-pull-10 -->
92 </div> <!-- /.row -->
93
94 [% INCLUDE 'intranet-bottom.inc' %]