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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-2 / +1 lines)
Lines 454-460 function validate1(date) { Link Here
454
        [% END %]
454
        [% END %]
455
455
456
        [% IF ( UNKNOWN_BARCODE ) %]
456
        [% IF ( UNKNOWN_BARCODE ) %]
457
            <li>The barcode was not found [% barcode %]</li>
457
   	 <li><h3>The barcode was not found [% barcode %]</h3></li>
458
	    [% IF ( fast_cataloging ) %]
458
	    [% IF ( fast_cataloging ) %]
459
	        [% IF ( CAN_user_editcatalogue_fast_cataloging ) %]
459
	        [% IF ( CAN_user_editcatalogue_fast_cataloging ) %]
460
                    <a href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=FA&amp;barcode=[% barcode %]&amp;borrowernumber=[% borrowernumber %]&amp;branch=[% branch %]&amp;duedatespec=[% duedatespec %]&amp;stickyduedate=[% stickyduedate %]">Fast cataloging</a>
460
                    <a href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=FA&amp;barcode=[% barcode %]&amp;borrowernumber=[% borrowernumber %]&amp;branch=[% branch %]&amp;duedatespec=[% duedatespec %]&amp;stickyduedate=[% stickyduedate %]">Fast cataloging</a>
461
- 

Return to bug 9387