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&barcode=[% barcode |uri %]&circborrowernumber=[% borrowernumber %]&branch=[% branch %]&duedatespec=[% duedatespec %]&stickyduedate=[% stickyduedate %]">Fast cataloging</a> |
445 |
<a href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=FA&barcode=[% barcode |uri %]&circborrowernumber=[% borrowernumber %]&branch=[% branch %]&duedatespec=[% duedatespec %]&stickyduedate=[% stickyduedate %]">Fast cataloging</a> |
443 |
- |
|
|