Lines 5-11
Link Here
|
5 |
<li> |
5 |
<li> |
6 |
<form action="/cgi-bin/koha/acqui/neworderbiblio.pl" method="post"> |
6 |
<form action="/cgi-bin/koha/acqui/neworderbiblio.pl" method="post"> |
7 |
<label>From an existing record: |
7 |
<label>From an existing record: |
8 |
<input type="text" size="25" name="q" /> |
8 |
<input type="text" size="25" name="q" required="required"/> |
9 |
</label> |
9 |
</label> |
10 |
<input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /> |
10 |
<input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /> |
11 |
<input type="hidden" name="basketno" value="[% basketno | html %]" /> |
11 |
<input type="hidden" name="basketno" value="[% basketno | html %]" /> |
12 |
- |
|
|