This commit is contained in:
tipaul 2004-06-03 10:09:22 +00:00
parent 83901a889f
commit 6034ea01ba

View file

@ -9,31 +9,18 @@
<input type="submit" class="button acquisition" value="OK"> <input type="submit" class="button acquisition" value="OK">
</form> </form>
</div> </div>
<div id="bloc25">
<h2 class="acquisition">Receive or modify periodical order</h2>
<form action="/cgi-bin/koha/acqui/acquire.pl" method=post>
Title Search : <input type="text" size="25" name="recieve">
<input type="submit" class="button acquisition" value="OK">
</form>
</div>
<!-- currencies--> <!-- currencies-->
<div id="bloc25"> <div id="bloc25">
<form action="/cgi-bin/koha/currency.pl"> <form action="/cgi-bin/koha/currency.pl">
<input type=hidden name=type value=change> <input type=hidden name=type value=change>
<h2 class="acquisition">exchange rates</h2> <h2 class="acquisition">exchange rates</h2>
<table>
<!-- TMPL_LOOP name="loop_currency" --> <!-- TMPL_LOOP name="loop_currency" -->
<tr> <p>
<td> <label><!-- TMPL_VAR name="currency" --></label>
<!-- TMPL_VAR name="currency" --> <input type="text" size="10" name="<!-- TMPL_VAR name="currency" -->" value=<!-- TMPL_VAR name="rate" -->>
</td> </p>
<td>
<input type="text" size="10" name="<!-- TMPL_VAR name="currency" -->" value=<!-- TMPL_VAR name="rate" -->>
</td>
</tr>
<!-- /TMPL_LOOP --> <!-- /TMPL_LOOP -->
</table>
<input type=submit value="Save" class="button acquisition"> <input type=submit value="Save" class="button acquisition">
</div> </div>
@ -41,7 +28,7 @@
<div id="bloc25"> <div id="bloc25">
<form action="/cgi-bin/koha/search.pl"> <form action="/cgi-bin/koha/search.pl">
<h2 class="acquisition">budgets and bookfunds</h2> <h2 class="acquisition">budgets and bookfunds</h2>
<table> <table class="noborder">
<tr> <tr>
<th class="acquisition">Budgets</th> <th class="acquisition">Budgets</th>
<th class="acquisition">Total</th> <th class="acquisition">Total</th>