[Koha-cvs] koha/misc sync_koha_plugin.pl

Joshua Ferraro jmf at kados.org
Sun Apr 2 21:19:02 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	06/04/02 19:19:02

Modified files:
	misc           : sync_koha_plugin.pl 

Log message:
	adding Log.pm

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/misc/sync_koha_plugin.pl.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: koha/misc/sync_koha_plugin.pl
diff -u koha/misc/sync_koha_plugin.pl:1.4 koha/misc/sync_koha_plugin.pl:1.5
--- koha/misc/sync_koha_plugin.pl:1.4	Fri Mar 31 22:32:49 2006
+++ koha/misc/sync_koha_plugin.pl	Sun Apr  2 19:19:02 2006
@@ -64,9 +64,10 @@
 );
 system(
     'cp',
-    $opt{head_dir}.'/C4/Amazon.pm',
+    $opt{head_dir}.'/C4/Log.pm',
     $opt{rel_2_2_dir}.'/C4/'
 );
+
 system(
     'cp',
     $opt{head_dir}.'/C4/Review.pm',
@@ -74,7 +75,7 @@
 );
 system(
     'cp',
-    $opt{head_dir}.'/C4/Search.pm',
+    $opt{head_dir}.'/misc/plugin/Search.pm',
     $opt{rel_2_2_dir}.'/C4/'
 );
 
@@ -130,7 +131,7 @@
     $opt{rel_2_2_dir}.'/koha-tmpl/intranet-tmpl/npl/en/cataloguing'
 );
 
-## Add the 'record.abs' symlink
+## Add the 'record.abs' symlink	
 system(
     'ln',
     '-s',
@@ -149,9 +150,8 @@
 print "Finished\n\nRemember, you still need to:
 
 1. Edit moredetail.tmpl and detail.tmpl to allow for deletions
-2. symlink your Koha directory's intranet/zebra dir to the zebra dir
-   where the pqf file is
-3. add  <option value="biblio.title">Title</option> to the detail.tmpl
+
+2. add  <option value=''>Relevance</option> to the search
    pages to sort by relevance by default
 
 \n";





More information about the Koha-cvs mailing list