[Koha-patches] [PATCH] bug 3825 followup: fix errors in template

Galen Charlton gmcharlt at gmail.com
Thu Feb 18 22:35:24 CET 2010


Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
---
 .../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




More information about the Koha-patches mailing list