Minor changes
authortonnesen <tonnesen>
Tue, 6 Nov 2001 18:25:30 +0000 (18:25 +0000)
committertonnesen <tonnesen>
Tue, 6 Nov 2001 18:25:30 +0000 (18:25 +0000)
acqui.simple/addbooks.pl
marc/koha2marc

index 50efdd7..0c4ae57 100755 (executable)
@@ -354,7 +354,13 @@ ISBN: <input name=isbn>
 <p>
 <a href=addbooks.pl?isbn=NULL>Enter book with no ISBN</a>
 <hr>
-Or use the <a href=marcimport.pl>MARC Importing tool</a>
+<p>
+<h2>Tools for importing MARC records into Koha</h2>
+<ul>
+<li><a href=marcimport.pl?menu=z3950>Z39.50 Search Tool</a>
+<li><a href=marcimport.pl?menu=uploadmarc>Upload MARC records</a>
+</ul>
+
 EOF
 }
 print endmenu();
index 259092c..ab3620e 100644 (file)
@@ -1,7 +1,6 @@
 #!/usr/bin/perl
 
 
-
 #  CAREFUL!!!!
 # This next line deletes _ALL_ of the existing MARC data from the
 # MySQL tables!!!  It is only in here during development!!!!