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