Bug 32072: Consistent classes for primary buttons: Cataloging
[srvgit] / koha-tmpl / intranet-tmpl / prog / en / modules / cataloguing / linkitem.tt
index 80ce64b..aee929b 100644 (file)
@@ -1,30 +1,51 @@
+
 [% INCLUDE 'doc-head-open.inc' %]
-<title>Koha &rsaquo; Cataloging &rsaquo; Link to host record</title>
+<title>Link to host record &rsaquo; Cataloging &rsaquo; Koha</title>
 [% INCLUDE 'doc-head-close.inc' %]
 </head>
 <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/cataloguing/addbooks.pl">Cataloging</a>  &rsaquo; Link a host record to <i>[% bibliotitle | html %]</i></div>
+[% WRAPPER 'header.inc' %]
+    [% INCLUDE 'cat-search.inc' %]
+[% END %]
+
+[% WRAPPER 'sub-header.inc' %]
+<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
+    <ol>
+        <li>
+            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
+        </li>
+        <li>
+            <a href="/cgi-bin/koha/cataloguing/cataloging-home.pl">Cataloging</a>
+        </li>
+        <li>
+            <a href="#" aria-current="page">
+                Link a host record to <em>[% bibliotitle | html %]</em>
+            </a>
+        </li>
+    </ol>
+</nav>
+[% END %]
 
 <div class="container-fluid">
     <div class="row">
         <div class="col-sm-6 col-sm-offset-3 col-md-6 col-md-offset-3">
 
+            <h1>Link a host record to [% bibliotitle | html %]</h1>
+
 [% IF ( error ) %]
     <div class="dialog alert">
        [% IF ( errornomodbiblio ) %]ERROR: Unable to modify the bibliographic record.[% 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">
-       <input type="submit" value="OK" />
+    <input type="submit" class="btn btn-primary" value="OK" />
        <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
     </form>
 [% ELSE %]
     [% IF ( success ) %]
-    <div class="dialog message">The item has successfully been linked to <i>[% bibliotitle | html %]</i>.</div>
+    <div class="dialog message">The item has successfully been linked to <em>[% bibliotitle | html %]</em>.</div>
        <form action="/cgi-bin/koha/catalogue/MARCdetail.pl" method="post">
-           <input type="submit" value="OK" />
+        <input type="submit" class="btn btn-primary" value="OK" />
            <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
        </form>
     [% ELSE %]
@@ -56,7 +77,7 @@
            <input type="hidden" name="barcode" id="barcode" value="[% barcode | html %]" />
            [% END %]
 
-           <input type="submit" value="Select" />
+        <input type="submit" class="btn btn-primary" value="Select" />
 
        </form>
        [% END %]