Lines 13-19
Link Here
|
13 |
<div class="yui-u first"> |
13 |
<div class="yui-u first"> |
14 |
[% IF ( CAN_user_circulate ) %] |
14 |
[% IF ( CAN_user_circulate ) %] |
15 |
<h3><a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a></h3> |
15 |
<h3><a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a></h3> |
16 |
<ul><li> |
16 |
<ul><li style="padding-bottom:.3em;"> |
17 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl"> |
17 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl"> |
18 |
<label for="navfindborrower">Check out to:</label> |
18 |
<label for="navfindborrower">Check out to:</label> |
19 |
<input accesskey="u" id="navfindborrower" name="findborrower" type="text" size="10" /> |
19 |
<input accesskey="u" id="navfindborrower" name="findborrower" type="text" size="10" /> |
Lines 22-28
Link Here
|
22 |
<input type="submit" class="submit" value="OK" /> |
22 |
<input type="submit" class="submit" value="OK" /> |
23 |
</form> |
23 |
</form> |
24 |
</li> |
24 |
</li> |
25 |
<li><a accesskey="r" href="/cgi-bin/koha/circ/returns.pl">Check in</a></li> |
25 |
<li style="padding-bottom:.3em;"> |
|
|
26 |
<form method="post" action="/cgi-bin/koha/circ/returns.pl"> |
27 |
<label for="barcode">Check in:</label> |
28 |
<input accesskey="r" id="barcode" name="barcode" type="text" size="10" /> |
29 |
<input type="submit" class="submit" value="OK" /> |
30 |
</form></li> |
31 |
|
26 |
<li><a href="/cgi-bin/koha/circ/branchtransfers.pl">Transfers</a></li></ul> |
32 |
<li><a href="/cgi-bin/koha/circ/branchtransfers.pl">Transfers</a></li></ul> |
27 |
[% END %] |
33 |
[% END %] |
28 |
[% IF ( CAN_user_borrowers ) %] |
34 |
[% IF ( CAN_user_borrowers ) %] |
29 |
- |
|
|