[SIGNED-OFF]Bug 2780 - Capitalize strings consistently (reports)
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / reports / serials_stats.tt
index 29fad1d..c42bc45 100644 (file)
@@ -1,5 +1,5 @@
 [% INCLUDE 'doc-head-open.inc' %]
-<title>Koha &rsaquo; Reports &rsaquo; serials subscriptions stats</title>
+<title>Koha &rsaquo; Reports &rsaquo; Serials subscriptions stats</title>
 [% INCLUDE 'doc-head-close.inc' %]
 <style type="text/css">
        .sql {display: none;}
        //]]>
 </script>
 </head>
-<body>
+<body id="rep_serials_stats" class="rep">
 [% 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/reports/reports-home.pl">Reports</a> &rsaquo; Items with no checkouts</div>
+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> &rsaquo; Serials subscriptions stats</div>
 
 <div id="doc3" class="yui-t2">
    <div id="bd">
@@ -35,9 +35,9 @@
                                <th>Title</th>
                                <th>Subscription id</th>
                                <th>Branch</th>
-                               <th>Call Number</th>
-                               <th>Subscription Begin</th>
-                               <th>Subscription End</th>
+                <th>Call number</th>
+                <th>Subscription begin</th>
+                <th>Subscription end</th>
                        </tr>
                </thead>
                <tbody>
                            </select>
                        </li><li>
                        <label for="branch">
-                                       Branch:
+                                       Library:
                        </label>
                        <select name="branchcode"  id="branchcode">
-                               <option value="">Any Branch</option>
+                               <option value="">Any library</option>
                                [% FOREACH branche IN branches %]
                                                <option value="[% branche.branchcode %]">[% branche.branchname %]</option>
                                        [% END %]