missing 'fulltext' label of search button, fixes BUG #968969 (always go instead of...
authorJens Frank <jeluf@users.mediawiki.org>
Sat, 12 Jun 2004 10:08:04 +0000 (10:08 +0000)
committerJens Frank <jeluf@users.mediawiki.org>
Sat, 12 Jun 2004 10:08:04 +0000 (10:08 +0000)
templates/xhtml_slim.pt

index 53cadad..7da0f39 100644 (file)
@@ -87,7 +87,7 @@
              <input id="searchInput" name="search" type="text"
              i18n:attributes="accesskey string:accesskey-search | default"/>
              <input type='submit' name="go" value="Go" class="searchButton" 
-             i18n:attributes="value string:go"/>&nbsp;<input type='submit'
+             i18n:attributes="value string:go"/>&nbsp;<input type='submit' name="fulltext"
              value="Search" class="searchButton"
              i18n:attributes="value string:search"/>
            </form>