Lines 432-438
$(document).ready(function() {
Link Here
|
432 |
<li>The barcode was not found: <span class="ex">[% barcode |html %]</span> |
432 |
<li>The barcode was not found: <span class="ex">[% barcode |html %]</span> |
433 |
[% IF ( fast_cataloging ) %] |
433 |
[% IF ( fast_cataloging ) %] |
434 |
[% IF ( CAN_user_editcatalogue_fast_cataloging ) %] |
434 |
[% IF ( CAN_user_editcatalogue_fast_cataloging ) %] |
435 |
<a href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=FA&barcode=[% barcode |uri %]&circborrowernumber=[% borrowernumber %]&branch=[% branch %]&duedatespec=[% duedatespec %]&stickyduedate=[% stickyduedate %]">Fast cataloging</a> |
435 |
<a href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=FA&barcode=[% barcode |uri %]&circborrowernumber=[% borrowernumber %]&branch=[% branch %]&duedatespec=[% duedatespec %]&stickyduedate=[% stickyduedate %]">Add record using fast cataloging</a> |
436 |
[% END %] |
436 |
[% END %] |
437 |
[% END %] |
437 |
[% END %] |
438 |
|
438 |
|
Lines 591-597
No patron matched <span class="ex">[% message | html %]</span>
Link Here
|
591 |
|
591 |
|
592 |
<label class="circ_barcode" for="barcode">Checking out to [% INCLUDE 'patron-title.inc' %]</label> |
592 |
<label class="circ_barcode" for="barcode">Checking out to [% INCLUDE 'patron-title.inc' %]</label> |
593 |
|
593 |
|
594 |
<div class="hint">Enter item barcode:</div> |
594 |
[% IF Koha.Preference('itemBarcodeFallbackSearch') %] |
|
|
595 |
<div class="hint">Enter item barcode or keyword:</div> |
596 |
[% ELSE %] |
597 |
<div class="hint">Enter item barcode:</div> |
598 |
[% END %] |
595 |
|
599 |
|
596 |
[% IF NEEDSCONFIRMATION %] |
600 |
[% IF NEEDSCONFIRMATION %] |
597 |
<input type="text" name="barcode" id="barcode" class="barcode focus" size="14" disabled="disabled" /> |
601 |
<input type="text" name="barcode" id="barcode" class="barcode focus" size="14" disabled="disabled" /> |
598 |
- |
|
|