Signed-off-by: Galen Charlton <[email protected]>
---
 .../prog/en/modules/circ/waitingreserves.tmpl      |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tmpl 
b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tmpl
index f0de15c..15a5e79 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tmpl
@@ -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 -->
 
-- 
1.6.3.3

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to