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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-2 / +4 lines)
Lines 424-429 $(document).ready(function() { Link Here
424
424
425
<div class="yui-g">
425
<div class="yui-g">
426
<div id="circ_impossible" class="dialog alert audio-alert-warning">
426
<div id="circ_impossible" class="dialog alert audio-alert-warning">
427
    [% IF ( UNKNOWN_BARCODE ) %]
428
        <h3>Barcode not found</h3>
429
    [% END %]
427
<!-- RESULT OF ISSUING REQUEST -->
430
<!-- RESULT OF ISSUING REQUEST -->
428
        <ul>
431
        <ul>
429
        [% IF ( STATS ) %]
432
        [% IF ( STATS ) %]
Lines 435-441 $(document).ready(function() { Link Here
435
        [% END %]
438
        [% END %]
436
439
437
        [% IF ( UNKNOWN_BARCODE ) %]
440
        [% IF ( UNKNOWN_BARCODE ) %]
438
            <li>The barcode was not found [% barcode |html %]
441
            <li>The barcode was not found: <span class="ex">[% barcode |html %]</span>
439
	    [% IF ( fast_cataloging ) %]
442
	    [% IF ( fast_cataloging ) %]
440
	        [% IF ( CAN_user_editcatalogue_fast_cataloging ) %]
443
	        [% IF ( CAN_user_editcatalogue_fast_cataloging ) %]
441
            <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>
444
            <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>
442
- 

Return to bug 9387