Bug 2780 - Capitalize strings consistently (Circulation)
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / circ / view_holdsqueue.tt
index d9ba8fc..d8d8536 100644 (file)
@@ -1,9 +1,9 @@
 [% INCLUDE 'doc-head-open.inc' %]
-<title>Koha &rsaquo; Circulation &rsaquo; Holds Queue</title>
+<title>Koha &rsaquo; Circulation &rsaquo; Holds queue</title>
 [% INCLUDE 'doc-head-close.inc' %]
 <style type="text/css"> p { margin-top: 0; }</style>
 </head>
-<body>
+<body id="circ_view_holdsqueue" class="circ">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
 
@@ -19,7 +19,7 @@ $(document).ready(function() {
 
 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a>
 &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
-&rsaquo; <a href="/cgi-bin/koha/circ/view_holdsqueue.pl">Holds Queue</a>
+&rsaquo; <a href="/cgi-bin/koha/circ/view_holdsqueue.pl">Holds queue</a>
 [% IF ( run_report ) %] &rsaquo; Results[% END %]
 </div>
 
@@ -45,12 +45,12 @@ $(document).ready(function() {
        <tr>
         <th class="hq-title">Title</th>
         <th class="hq-collection">Collection</th>
-        <th class="hq-callnumber">Call Number</th>
-        <th class="hq-copynumber">Copy Number</th>
+        <th class="hq-callnumber">Call number</th>
+        <th class="hq-copynumber">Copy number</th>
         <th class="hq-enumchron">Enumeration</th>
         <th class="hq-barcode">Barcode</th>
         <th class="hq-patron">Patron</th>
-        <th class="hq-sendto">Send To</th>
+        <th class="hq-sendto">Send to</th>
         <th class="hq-date">Date</th>
         <th class="hq-notes">Notes</th>
     </tr>