Lines 5-11
Link Here
|
5 |
[% USE KohaDates %] |
5 |
[% USE KohaDates %] |
6 |
[% USE TablesSettings %] |
6 |
[% USE TablesSettings %] |
7 |
[% INCLUDE 'doc-head-open.inc' %] |
7 |
[% INCLUDE 'doc-head-open.inc' %] |
8 |
<title>Items › [% biblio.title | html %] [% IF ( author ) %] by [% biblio.author | html %][% END %] (Record #[% biblio.biblionumber | html %]) › Cataloging › Koha</title> |
8 |
<title>Items › [% biblio.title | html %] [% IF ( biblio.author ) %] by [% biblio.author | html %][% END %] (Record #[% biblio.biblionumber | html %]) › Cataloging › Koha</title> |
9 |
[% INCLUDE 'doc-head-close.inc' %] |
9 |
[% INCLUDE 'doc-head-close.inc' %] |
10 |
[% Asset.css("css/addbiblio.css") | $raw %] |
10 |
[% Asset.css("css/addbiblio.css") | $raw %] |
11 |
[% INCLUDE 'datatables.inc' %] |
11 |
[% INCLUDE 'datatables.inc' %] |
Lines 38-44
Link Here
|
38 |
<a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a> |
38 |
<a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a> |
39 |
</li> |
39 |
</li> |
40 |
<li> |
40 |
<li> |
41 |
<a href="/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=[% biblio.biblionumber | uri %]">Edit <em>[% biblio.title | html %] [% IF ( author ) %] by [% biblio.author | html %][% END %] (Record #[% biblio.biblionumber | html %])</em></a> |
41 |
<a href="/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=[% biblio.biblionumber | uri %]">Edit <em>[% biblio.title | html %] [% IF ( biblio.author ) %] by [% biblio.author | html %][% END %] (Record #[% biblio.biblionumber | html %])</em></a> |
42 |
</li> |
42 |
</li> |
43 |
<li> |
43 |
<li> |
44 |
<a href="#" aria-current="page"> |
44 |
<a href="#" aria-current="page"> |
Lines 53-59
Link Here
|
53 |
<div class="col-sm-12"> |
53 |
<div class="col-sm-12"> |
54 |
<main> |
54 |
<main> |
55 |
[% INCLUDE 'blocking_errors.inc' %] |
55 |
[% INCLUDE 'blocking_errors.inc' %] |
56 |
<h1>Items for [% biblio.title | html %] [% IF ( author ) %] by [% biblio.author | html %][% END %] (Record #[% biblio.biblionumber | html %])</h1> |
56 |
<h1>Items for [% biblio.title | html %] [% IF ( biblio.author ) %] by [% biblio.author | html %][% END %] (Record #[% biblio.biblionumber | html %])</h1> |
57 |
|
57 |
|
58 |
[% IF ( barcode_not_unique ) %]<div class="dialog alert"><strong>Error saving item</strong>: Barcode must be unique.</div>[% END %] |
58 |
[% IF ( barcode_not_unique ) %]<div class="dialog alert"><strong>Error saving item</strong>: Barcode must be unique.</div>[% END %] |
59 |
[% IF ( no_next_barcode ) %]<div class="dialog alert"><strong>Error saving items</strong>: Unable to automatically determine values for barcodes. No item has been inserted.</div>[% END %] |
59 |
[% IF ( no_next_barcode ) %]<div class="dialog alert"><strong>Error saving items</strong>: Unable to automatically determine values for barcodes. No item has been inserted.</div>[% END %] |
60 |
- |
|
|