Bug 19946: (follow-up) Add fixed footer to authorities Z39.50 popup
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / cataloguing / linkitem.tt
index 38114f6..0741fce 100644 (file)
@@ -1,17 +1,16 @@
 [% INCLUDE 'doc-head-open.inc' %]
-<title>Link to host item</title>
+<title>Koha &rsaquo; Cataloging &rsquo; Link to host item</title>
 [% INCLUDE 'doc-head-close.inc' %]
 </head>
-<body>
+<body id="catalog_linkitem" class="catalog">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/cataloging/addbooks.pl">Cataloging</a>  &rsaquo; Link a host item to <i>[% bibliotitle |html %]</i></div>
+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a>  &rsaquo; Link a host item to <i>[% bibliotitle |html %]</i></div>
 <div id="doc3" class="yui-t2">
 
 [% IF ( error ) %]
     <div class="dialog alert">
        [% IF ( errornomodbiblio ) %]ERROR: Unable to modify the bibliographic record.[% END %]
-       [% IF ( errornohostbiblionumber ) %]ERROR: Unable to get the biblio number of host item.[% END %]
        [% IF ( errornohostitemnumber ) %]ERROR: Unable to get the item number from this barcode.[% END %]
     </div>
     <form action="/cgi-bin/koha/catalogue/MARCdetail.pl" method="post">