|
Lines 48-54
YAHOO.util.Event.onContentReady("header_search", function() {
Link Here
|
| 48 |
[% IF ( CAN_user_circulate ) %] |
48 |
[% IF ( CAN_user_circulate ) %] |
| 49 |
<div id="circ_search" class="residentsearch" style="display:none;"> |
49 |
<div id="circ_search" class="residentsearch" style="display:none;"> |
| 50 |
<p class="tip">Enter patron card number or partial name:</p> |
50 |
<p class="tip">Enter patron card number or partial name:</p> |
| 51 |
<form action="/cgi-bin/koha/circ/circulation.pl" method="post"> |
51 |
<form action="/cgi-bin/koha/circ/circulation.pl" method="post" autocomplete="off"> |
| 52 |
[% IF ( CircAutocompl ) %] |
52 |
[% IF ( CircAutocompl ) %] |
| 53 |
<div class="autocomplete"> |
53 |
<div class="autocomplete"> |
| 54 |
<div id="borrowerautocomplete" class="autocomplete"> |
54 |
<div id="borrowerautocomplete" class="autocomplete"> |
|
Lines 72-78
YAHOO.util.Event.onContentReady("header_search", function() {
Link Here
|
| 72 |
[% IF ( CAN_user_circulate ) %] |
72 |
[% IF ( CAN_user_circulate ) %] |
| 73 |
<div id="checkin_search" class="residentsearch" style="display:none;"> |
73 |
<div id="checkin_search" class="residentsearch" style="display:none;"> |
| 74 |
<p class="tip">Scan a barcode to check in:</p> |
74 |
<p class="tip">Scan a barcode to check in:</p> |
| 75 |
<form method="post" action="/cgi-bin/koha/circ/returns.pl"> |
75 |
<form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off"> |
| 76 |
<input name="barcode" id="ret_barcode" size="40" /> |
76 |
<input name="barcode" id="ret_barcode" size="40" /> |
| 77 |
<input value="Submit" class="submit" type="submit" /> |
77 |
<input value="Submit" class="submit" type="submit" /> |
| 78 |
</form> |
78 |
</form> |