[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en/catalogue... [dev_week]
From: |
Kyle Hall |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en/catalogue... [dev_week] |
Date: |
Tue, 24 Jul 2007 18:45:25 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: dev_week
Changes by: Kyle Hall <kylemhall> 07/07/24 18:45:25
Modified files:
koha-tmpl/intranet-tmpl/ccfls/en/catalogue: advsearch.tmpl
Log message:
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/catalogue/advsearch.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.3&r2=1.1.2.4
Patches:
Index: advsearch.tmpl
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/catalogue/Attic/advsearch.tmpl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -b -r1.1.2.3 -r1.1.2.4
--- advsearch.tmpl 22 May 2007 11:50:41 -0000 1.1.2.3
+++ advsearch.tmpl 24 Jul 2007 18:45:25 -0000 1.1.2.4
@@ -2,6 +2,15 @@
<!-- TMPL_INCLUDE NAME="body-top.inc" -->
<!-- TMPL_INCLUDE NAME="body-top-catalog.inc" -->
+<script type="text/javascript">
+<!--
+function pageSetup( )
+{
+document.forms['mainform'].elements[2].focus();
+}
+// -->
+</script>
+
<div id="subTab-1">
<a href="/search">
<img src="<!-- TMPL_VAR NAME='themelang'
-->/images/subTab-catalog-search-selected.gif" border="0" />
@@ -41,7 +50,7 @@
<!-- /TMPL_IF -->
</dt>
<dd class="bodyPane">
-<form action="/search" method="get">
+<form name="mainform" action="/search" method="get">
<div id="main-sidebar"><div id="advanced-search">
<!-- TMPL_IF NAME="expanded_options" -->
<!-- <h2>Advanced Search</h2> -->
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en/catalogue... [dev_week],
Kyle Hall <=