koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/cataloguing isbnsearch.pl


From: Chris Cormack
Subject: [Koha-cvs] koha/cataloguing isbnsearch.pl
Date: Wed, 15 Feb 2006 02:18:28 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         
Changes by:     Chris Cormack <address@hidden>  06/02/15 02:18:28

Modified files:
        cataloguing    : isbnsearch.pl 

Log message:
        Changing to get the template from the right directory

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/cataloguing/isbnsearch.pl.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: koha/cataloguing/isbnsearch.pl
diff -u koha/cataloguing/isbnsearch.pl:1.1 koha/cataloguing/isbnsearch.pl:1.2
--- koha/cataloguing/isbnsearch.pl:1.1  Tue Jan 17 16:40:54 2006
+++ koha/cataloguing/isbnsearch.pl      Wed Feb 15 02:18:28 2006
@@ -40,7 +40,7 @@
 
     my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
         {
-            template_name   => "acqui.simple/isbnsearch.tmpl",
+            template_name   => "cataloguing/isbnsearch.tmpl",
             query           => $input,
             type            => "intranet",
             authnotrequired => 0,
@@ -205,4 +205,4 @@
         -type   => guesstype( $template->output ),
         -cookie => $cookie
       ),
-      $template->output;
\ No newline at end of file
+      $template->output;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]