[Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en/includes ... [dev_week]

Kyle Hall kyle.m.hall at gmail.com
Tue Jan 9 14:50:11 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Kyle Hall <kylemhall>	07/01/09 13:50:11

Modified files:
	koha-tmpl/intranet-tmpl/ccfls/en/includes: body-top.inc 

Log message:
	

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/includes/body-top.inc?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1.2.1&r2=1.1.2.1.2.2

Patches:
Index: body-top.inc
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/includes/Attic/body-top.inc,v
retrieving revision 1.1.2.1.2.1
retrieving revision 1.1.2.1.2.2
diff -u -b -r1.1.2.1.2.1 -r1.1.2.1.2.2
--- body-top.inc	30 Nov 2006 15:56:27 -0000	1.1.2.1.2.1
+++ body-top.inc	9 Jan 2007 13:50:11 -0000	1.1.2.1.2.2
@@ -11,7 +11,7 @@
 		<area shape="rect" coords="681,12,799,40" href="/cgi-bin/koha/authorities/authorities-home.pl" target="_self" alt="Authorities" />
 		<area shape="rect" coords="549,12,667,40" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions" target="_self" alt="Aquisitions" />
 		<area shape="rect" coords="277,2,399,40" href="/cgi-bin/koha/members/members-home.pl" target="_self" alt="Patrons" /><area shape="rect" coords="415,12,533,40" href="/cgi-bin/koha/reports-home.pl" target="_self" alt="Reports" />
-		<area shape="rect" coords="143,2,265,40" href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet" target="_self" alt="Catalog" />
+		<area shape="rect" coords="143,2,265,40" href="/search" target="_self" alt="Catalog" />
 		<area shape="rect" coords="8,3,130,41" href="/cgi-bin/koha/circ/circulation.pl" target="_self" alt="Circulation" />
 	</map>
 </div>
@@ -60,6 +60,14 @@
 	</div>
 	
 	<div id="catalogSearch">
+		<form name="searchform" method="get" action="/search" id="searchform">
+			<strong>Catalog Search:</strong>
+			<input type="hidden" name="idx" value="" />
+			<input type="text" id="navkeyword" name="q" size="25" />
+                        <input type="submit" value="Start search" class="submit" />
+		</form>
+		
+	<!-- Old Form
 		<form action="/cgi-bin/koha/search.marc/search.pl" method="post" name="catalogSearch">
 			<strong>Catalog Search:</strong>
 			<input type="hidden" name="op" value="do_search" />
@@ -72,4 +80,6 @@
 			<input type="text" id="keyword" name="value" size="25" />
 			<input type="submit" value="Start search" class="submit">
 		</form>
+	-->
+
 	</div>





More information about the Koha-cvs mailing list