Bug 33136: Added class "page-section" to the result page table of serial record search
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / modules / serials / result.tt
index 064f09b..d46bd08 100644 (file)
@@ -1,6 +1,6 @@
 [% SET footerjs = 1 %]
 [% INCLUDE 'doc-head-open.inc' %]
-<title>Koha &rsaquo; Serials &rsaquo; Search results</title>
+<title>Search results &rsaquo; Serials &rsaquo; Koha</title>
 [% INCLUDE 'doc-head-close.inc' %]
 </head>
 
@@ -10,6 +10,7 @@
 
 [% IF ( total ) %]
 <h1>Search results from [% from | html %] to [% to | html %] of [% total | html %]</h1>
+<div class="page-section">
 <table>
     <tr>
        <th>Title</th>
         </tr>
     [% END %]
     </table>
+</div>
 [% ELSE %]
 
     <div class="dialog message">
-        <p>No results found for <b>[% query | html %]</b></p>
+        <p>No results found for <strong>[% query | html %]</strong></p>
     </div>
 
 [% END %]
@@ -62,7 +64,7 @@
 <div id="closewindow"><a class="btn btn-default btn-default close" href="#">Close</a></div>
 
 [% MACRO jsinclude BLOCK %]
-    <script type="text/javascript">
+    <script>
         $(document).ready(function(){
             $(".select_title").on("click",function(e){
                 e.preventDefault();