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

Return to bug 9387