View | Details | Raw Unified | Return to bug 10768
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-3 / +6 lines)
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&amp;barcode=[% barcode |uri %]&amp;circborrowernumber=[% borrowernumber %]&amp;branch=[% branch %]&amp;duedatespec=[% duedatespec %]&amp;stickyduedate=[% stickyduedate %]">Fast cataloging</a>
435
            <a href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=FA&amp;barcode=[% barcode |uri %]&amp;circborrowernumber=[% borrowernumber %]&amp;branch=[% branch %]&amp;duedatespec=[% duedatespec %]&amp;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
- 

Return to bug 10768