Bug 5072 : Template changes

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
This commit is contained in:
Chris Cormack 2011-08-02 09:49:59 +12:00
parent a9d24af470
commit 5b05ab8bf1

View file

@ -1,5 +1,6 @@
<fieldset id="acqui_basket_add"> <fieldset id="acqui_basket_add">
<legend>Add Order To Basket</legend> <legend>Add Order To Basket</legend>
[% IF has_budgets %]
<form action="/cgi-bin/koha/acqui/neworderbiblio.pl" method="post"> <form action="/cgi-bin/koha/acqui/neworderbiblio.pl" method="post">
<input type="hidden" name="booksellerid" value="[% booksellerid %]" /> <input type="hidden" name="booksellerid" value="[% booksellerid %]" />
<input type="hidden" name="basketno" value="[% basketno %]" /> <input type="hidden" name="basketno" value="[% basketno %]" />
@ -11,4 +12,7 @@
<li><a href="/cgi-bin/koha/acqui/addorderiso2709.pl?booksellerid=[% booksellerid %]&amp;basketno=[% basketno %]"> From a staged file</a></li> <li><a href="/cgi-bin/koha/acqui/addorderiso2709.pl?booksellerid=[% booksellerid %]&amp;basketno=[% basketno %]"> From a staged file</a></li>
</ul> </ul>
</form> </form>
[% ELSE %]
You can't create any orders unless you first <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">define a budget and a fund</a>.
[% END %]
</fieldset> </fieldset>