Lines 44-50
Link Here
|
44 |
<div class="col-sm-4"> |
44 |
<div class="col-sm-4"> |
45 |
<div style="border: 1px solid #DDD; padding:1em;"> |
45 |
<div style="border: 1px solid #DDD; padding:1em;"> |
46 |
<form action="/cgi-bin/koha/acqui/neworderempty.pl"> |
46 |
<form action="/cgi-bin/koha/acqui/neworderempty.pl"> |
47 |
<h4>Use existing record</h4> |
47 |
<h2>Use existing record</h2> |
48 |
<p>Do not create a duplicate record. Add an order from the existing record in your catalog.</p> |
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 %]" /> |
49 |
<input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /> |
50 |
<input type="hidden" name="basketno" value="[% basketno | html %]" /> |
50 |
<input type="hidden" name="basketno" value="[% basketno | html %]" /> |
Lines 57-63
Link Here
|
57 |
<div class="col-sm-4"> |
57 |
<div class="col-sm-4"> |
58 |
<div style="border: 1px solid #DDD; padding:1em;"> |
58 |
<div style="border: 1px solid #DDD; padding:1em;"> |
59 |
<form action="/cgi-bin/koha/acqui/basket.pl"> |
59 |
<form action="/cgi-bin/koha/acqui/basket.pl"> |
60 |
<h4>Cancel and return to order</h4> |
60 |
<h2>Cancel and return to order</h2> |
61 |
<p>Return to the basket without making a new order.</p> |
61 |
<p>Return to the basket without making a new order.</p> |
62 |
<input type="hidden" name="basketno" value="[% basketno | html %]" /> |
62 |
<input type="hidden" name="basketno" value="[% basketno | html %]" /> |
63 |
<input type="submit" value="Cancel" /> |
63 |
<input type="submit" value="Cancel" /> |
Lines 68-74
Link Here
|
68 |
<div class="col-sm-4"> |
68 |
<div class="col-sm-4"> |
69 |
<div style="border: 1px solid #DDD; padding:1em;"> |
69 |
<div style="border: 1px solid #DDD; padding:1em;"> |
70 |
<form action="/cgi-bin/koha/acqui/neworderempty.pl"> |
70 |
<form action="/cgi-bin/koha/acqui/neworderempty.pl"> |
71 |
<h4>Create new record</h4> |
71 |
<h2>Create new record</h2> |
72 |
<p>Create a new record by importing the external (duplicate) record.</p> |
72 |
<p>Create a new record by importing the external (duplicate) record.</p> |
73 |
<input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /> |
73 |
<input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /> |
74 |
<input type="hidden" name="basketno" value="[% basketno | html %]" /> |
74 |
<input type="hidden" name="basketno" value="[% basketno | html %]" /> |