[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en/includes masthe... [dev_week]

Owen Leonard oleonard at athenscounty.lib.oh.us
Wed Oct 11 17:25:39 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Owen Leonard <oleonard>	06/10/11 15:25:39

Modified files:
	koha-tmpl/opac-tmpl/npl/en/includes: masthead.inc 

Log message:
	Removing unnecessary 'name="do"' from search submit buttons. Fixes Bug 1213

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/includes/masthead.inc?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.8.2.16&r2=1.1.2.8.2.17

Patches:
Index: masthead.inc
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/masthead.inc,v
retrieving revision 1.1.2.8.2.16
retrieving revision 1.1.2.8.2.17
diff -u -b -r1.1.2.8.2.16 -r1.1.2.8.2.17
--- masthead.inc	7 Oct 2006 19:51:29 -0000	1.1.2.8.2.16
+++ masthead.inc	11 Oct 2006 15:25:39 -0000	1.1.2.8.2.17
@@ -21,7 +21,7 @@
         <option value="callnum">Call Number</option>
 </select>
 <input type="text" name="q" style="width: 30%;"/>
-<input type="submit" name="do" value="Search" class="submit" /> <a href="/search">Advanced Search</a></p>
+<input type="submit" value="Search" class="submit" /> <a href="/search">Advanced Search</a></p>
 </form></div>
 </div>
 





More information about the Koha-cvs mailing list