koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/koha-tmpl/opac-tmpl/prog/en opac-main.tmpl [rel_3_0]


From: paul poulain
Subject: [Koha-cvs] koha/koha-tmpl/opac-tmpl/prog/en opac-main.tmpl [rel_3_0]
Date: Tue, 30 Jan 2007 14:14:15 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     paul poulain <tipaul>   07/01/30 14:14:15

Modified files:
        koha-tmpl/opac-tmpl/prog/en: opac-main.tmpl 

Log message:
        bugfix for <input> outside of <form> !

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/prog/en/opac-main.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.13&r2=1.1.2.14

Patches:
Index: opac-main.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/prog/en/opac-main.tmpl,v
retrieving revision 1.1.2.13
retrieving revision 1.1.2.14
diff -u -b -r1.1.2.13 -r1.1.2.14
--- opac-main.tmpl      29 Jan 2007 17:03:25 -0000      1.1.2.13
+++ opac-main.tmpl      30 Jan 2007 14:14:14 -0000      1.1.2.14
@@ -26,8 +26,8 @@
 <h1>Search our catalogue</h1>
     <ul><li>
     <label for="masthead_search">Query the catalogue</label>
-    <input type="text" name="q" style="width: 30%;"/>
     <form name="searchform" method="POST" 
action="/cgi-bin/koha/opac-search.pl" id="searchform">
+        <input type="text" name="q" style="width: 30%;"/>
         <input type="submit" value="Search" class="submit" />
     </form>
     <i>(<a href="/cgi-bin/koha/opac-search.pl">more search options</a>)</i>




reply via email to

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