Changes for page ListWebSearch

Last modified by Ecaterina Valica on 2010/07/22 10:30

From version 384.1
edited by Ecaterina Valica
on 2009/03/24 16:00
Change comment: There is no comment for this version
To version 385.1
edited by Ecaterina Valica
on 2009/03/24 16:12
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -33,8 +33,7 @@
33 33   #set($url = $xwiki.getURL("Main.WebSearchRss", "view", "xpage=rdf&space=$space&text=${utext}"))
34 34  #end
35 35  <div id="search">
36 -<form action="">
37 - <div id="searchBar">
36 +<form action="" id="searchBar">
38 38   {pre}
39 39   <input type="text" name="text" class="searchQuery" value="$msg.get("xe.search.bar.query")" title="$msg.get('xe.search.bar.query.title')"/>
40 40   #spaceselect($space $spaces $spacesText)
... ... @@ -41,7 +41,6 @@
41 41   <input type="submit" class="searchButton" value="Search" title="$msg.get('xe.search.bar.go.title')"/>
42 42   <div class="searchHelp">$msg.get("xe.search.bar.help")</div>
43 43   {/pre}
44 - </div>
45 45  </form>
46 46  #includeInContext("XWiki.WebSearchCode")
47 47  #includeInContext("XWiki.ListSuggestions")