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