Bug 929 : Followup fixing date formatting
[koha_gimpoz] / koha-tmpl / intranet-tmpl / prog / en / modules / circ / reserveratios.tt
index c14a323..8fe571b 100644 (file)
@@ -9,7 +9,7 @@
 <script type="text/javascript" src="[% themelang %]/lib/calendar/calendar-setup.js"></script>
 <!-- End of additions -->
 <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
-<script type="text/javascript" language="JavaScript">
+<script type="text/javascript">
 //<![CDATA[
 $.tablesorter.addParser({
     id: 'articles', 
@@ -55,7 +55,7 @@ $.tablesorter.addParser({
    <h3>Calculated on [% todaysdate %]. From [% from %]
        to [% to %]</h3>
 <p>These items have a hold ratio &ge; [% ratio %].</p>
-<div class="sql">[% DEFAULT sql="" %]</div>
+<div class="sql">[% sql %]</div>
 
 [% IF ( reserveloop ) %]
     <table id="holdst">
@@ -91,7 +91,7 @@ $.tablesorter.addParser({
                <td><p>[% reserveloo.reservecount %]</p></td>
                <td><p>[% reserveloo.itemcount %]</p></td>
                <td><p class="ratiolimit">[% reserveloo.thisratio %]</p></td>
-            <td>[% INCLUDE 'biblio-default-view.inc' %][% reserveloo.title |html %] [% IF ( reserveloo.subtitle ) %][% FOREACH subtitl IN reserveloo.subtitle %][% subtitl.subfield %][% END %][% END %]</a>[% IF ( reserveloo.author ) %] by [% reserveloo.author %][% END %]
+            <td> [% INCLUDE 'biblio-default-view.inc' biblionumber = reserveloo.biblionumber %][% reserveloo.title |html %] [% IF ( reserveloo.subtitle ) %][% FOREACH subtitl IN reserveloo.subtitle %][% subtitl.subfield %][% END %][% END %]</a>[% IF ( reserveloo.author ) %] by [% reserveloo.author %][% END %]
             </td>
             <td><p>[% reserveloo.listbranch %]</p></td>
             <td><p>[% reserveloo.location %]</p></td>