Changes for page ListWebSearch

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

From version 5.1
edited by Ecaterina Valica
on 2009/03/16 14:46
Change comment: There is no comment for this version
To version 7.1
edited by Ecaterina Valica
on 2009/03/16 15:07
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,5 +1,4 @@
1 1  $xwiki.ssx.use("Main.ListWebSearch")
2 -
3 3  #if(!$request.space)
4 4   #set($space = "All")
5 5  #else
... ... @@ -16,7 +16,6 @@
16 16  #macro(spaceoption $space $selectspace $spacesText)
17 17   <option value="$spacesText.get($space)" #if($selectspace == $spacesText.get($space))selected="selected"#end>$space</option>
18 18  #end
19 -
20 20  #macro(spaceselect $selectspace $spaces $spacesText)
21 21   <select name="space">
22 22   #spaceoption("All spaces" $selectspace $spacesText)
XWiki.StyleSheetExtension[0]
Code
... ... @@ -11,6 +11,7 @@
11 11   padding: 10px;
12 12   background-color: #e6e6e6;
13 13   border: 1px solid #b3b3b3;
14 + margin-bottom: 20px;
14 14   clear: both;
15 15  }
16 16  
... ... @@ -121,5 +121,5 @@
121 121  
122 122  .clearfloats
123 123  {
124 - background-color: none;
125 + background-color: 0;
125 125  }