bug 3825 followup: fix errors in template
authorGalen Charlton <gmcharlt@gmail.com>
Thu, 18 Feb 2010 21:34:43 +0000 (16:34 -0500)
committerGalen Charlton <gmcharlt@gmail.com>
Thu, 18 Feb 2010 21:35:32 +0000 (16:35 -0500)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tmpl

index f0de15c..15a5e79 100644 (file)
@@ -114,8 +114,12 @@ $.tablesorter.addParser({
                 </tr>
                 <!-- /TMPL_LOOP --></tbody>
         </table>
+        <!-- TMPL_ELSE -->
+            <div class="dialog message">No holds found.</div>
+        <!-- /TMPL_IF -->
         </div>
         <div id="holdsover">
+                <!-- TMPL_IF NAME="overloop" -->
                <table id="holdso">
                <thead><tr>
                     <th>Available since</th>
@@ -162,10 +166,10 @@ $.tablesorter.addParser({
                 </tr>
                 <!-- /TMPL_LOOP --></tbody>
         </table>
-        </div>
         <!-- TMPL_ELSE -->
             <div class="dialog message">No holds found.</div>
-        <!-- /TMPL_IF -->
+                <!-- /TMPL_IF -->
+        </div>
         </div>
     <!-- /TMPL_UNLESS -->