Fixing bug that was preventing display of item/barcode information
authoroleonard <oleonard>
Wed, 13 Jul 2005 21:01:51 +0000 (21:01 +0000)
committeroleonard <oleonard>
Wed, 13 Jul 2005 21:01:51 +0000 (21:01 +0000)
koha-tmpl/intranet-tmpl/npl/en/catalogue/MARCdetail.tmpl

index 42a1bc8..3fcac14 100644 (file)
      </table>
 <!-- /TMPL_IF -->
 
-<!-- TMPL_IF NAME="item_header_loop -->
-    <table>
+
+<!-- TMPL_IF NAME="item_loop" -->    <table>
                <tr>
                        <!-- TMPL_LOOP NAME="item_header_loop" --><th><!-- TMPL_VAR NAME="header_value" --></th><!-- /TMPL_LOOP -->
                </tr>
                                        <!-- TMPL_VAR NAME="item_value" -->
                        </tr>
                <!-- /TMPL_LOOP -->
-     </table>
-<!-- /TMPL_IF -->
+     </table><!-- /TMPL_IF -->
+
         </div>
        <script language="JavaScript" type="text/javascript">
 function confirm_deletion() {