bug 2641, 3263: minor fixes to labeled MARC view
authorGalen Charlton <galen.charlton@liblime.com>
Wed, 27 May 2009 18:10:47 +0000 (13:10 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Thu, 28 May 2009 11:42:35 +0000 (06:42 -0500)
* fixed to XHTML validation errors
* corrected copyright statement

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
catalogue/labeledMARCdetail.pl
koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tmpl

index 2e2cc80..60ee953 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# Copyright 2000-2002 Katipo Communications
+# Copyright 2008-2009 LibLime
 #
 # This file is part of Koha.
 #
index 9a6d614..3da9fd3 100644 (file)
@@ -161,6 +161,7 @@ function confirm_deletion() {
        <!-- TMPL_UNLESS NAME="norequests" --><li><a id="placehold" href="/cgi-bin/koha/reserve/request.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">Place Hold</a></li><!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS -->
        <!-- /TMPL_IF -->
        <li id="z3950searchc"><input type="button" id="z3950search" value="z39.50 Search" onclick="PopupZ3950(); return false;" /></li>
+    </ul>
 </form>
-</ul></div>
+</div>
 
index 523744c..ce26a71 100644 (file)
@@ -53,7 +53,6 @@
 
                                <!-- TMPL_INCLUDE NAME="biblio-view-menu.inc" -->
 
-                       </div>
                </div>
        </div>
        <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->