Merge remote-tracking branch 'origin/new/bug_5604'
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / acquisitions-add-to-basket.inc
1 <fieldset id="acqui_basket_add">
2     <legend>Add Order To Basket</legend>
3     [% IF has_budgets %]
4     <form action="/cgi-bin/koha/acqui/neworderbiblio.pl" method="post">
5         <input type="hidden" name="booksellerid" value="[% booksellerid %]" />
6         <input type="hidden" name="basketno" value="[% basketno %]" />
7         <ul><li><label for="q">From an existing record: </label><input id="q" type="text"  size="25" name="q" />
8         <input type="submit" class="submit" value="Search" /></li>
9         <li><a href="/cgi-bin/koha/acqui/newordersuggestion.pl?booksellerid=[% booksellerid %]&amp;basketno=[% basketno %]">From a Suggestion</a></li>
10         <li><a href="/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=[% booksellerid %]&amp;basketno=[% basketno %]">From a new (empty) record</a></li>
11         <li><a href="/cgi-bin/koha/acqui/z3950_search.pl?booksellerid=[% booksellerid %]&amp;basketno=[% basketno %]">From an external source</a></li>
12         <li><a href="/cgi-bin/koha/acqui/addorderiso2709.pl?booksellerid=[% booksellerid %]&amp;basketno=[% basketno %]"> From a staged file</a></li>
13         </ul>
14     </form>
15     [% ELSE %]
16         You can't create any orders unless you first <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">define a budget and a fund</a>.
17     [% END %]
18 </fieldset>