koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/includes in... [rel_2_2]


From: Owen Leonard
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/includes in... [rel_2_2]
Date: Fri, 07 Jul 2006 19:28:58 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Owen Leonard <oleonard> 06/07/07 19:28:58

Modified files:
        koha-tmpl/intranet-tmpl/npl/en/includes: intranet-nav.inc 

Log message:
        Fix for Bug 1115. Missing hidden form field in left-hand nav quick 
search

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet-nav.inc?cvsroot=koha&only_with_tag=rel_2_2&r1=1.5.2.6&r2=1.5.2.7

Patches:
Index: intranet-nav.inc
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet-nav.inc,v
retrieving revision 1.5.2.6
retrieving revision 1.5.2.7
diff -u -b -r1.5.2.6 -r1.5.2.7
--- intranet-nav.inc    4 Mar 2006 04:34:18 -0000       1.5.2.6
+++ intranet-nav.inc    7 Jul 2006 19:28:58 -0000       1.5.2.7
@@ -19,7 +19,7 @@
        <input type="submit" value="Search" class="submit" />
 
        </form></li></ul></li>
-                               <li><a 
href="/cgi-bin/koha/loadmodules.pl?module=search&amp;marc=1&amp;type=intranet">Catalog</a><ul><li><form
 method="post" action="/cgi-bin/koha/search.marc/search.pl"><input 
type="hidden" name="op" value="do_search" /><input type="hidden" name="type" 
value="intranet" /><input type="hidden" name="nbstatements" value="3" /><label 
for="navkeyword"><span class="accesskey">Q</span>uick Search:</label><input 
type="hidden" name="and_or" value="and" /><input type="hidden" name="excluding" 
value="" /><input type="hidden" name="operator" value="contains" /><input 
type="text" id="navkeyword" name="value" size="10" accesskey="q" /><input 
type="submit" value="Start search" class="submit" /></form></li>
+                               <li><a 
href="/cgi-bin/koha/loadmodules.pl?module=search&amp;marc=1&amp;type=intranet">Catalog</a><ul><li><form
 method="post" action="/cgi-bin/koha/search.marc/search.pl"><input 
type="hidden" name="op" value="do_search" /><input type="hidden" name="type" 
value="intranet" /><input type="hidden" name="nbstatements" value="3" /><label 
for="navkeyword"><span class="accesskey">Q</span>uick Search:</label><input 
type="hidden" name="marclist" value="" /><input type="hidden" name="and_or" 
value="and" /><input type="hidden" name="excluding" value="" /><input 
type="hidden" name="operator" value="contains" /><input type="text" 
id="navkeyword" name="value" size="10" accesskey="q" /><input type="submit" 
value="Start search" class="submit" /></form></li>
 </ul></li>
 <li><a href="/cgi-bin/koha/acqui.simple/addbooks.pl">Cataloging</a><ul>
 <li><a href="/cgi-bin/koha/acqui.simple/addbiblio.pl">Add MARC</a></li>




reply via email to

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