File tree Expand file tree Collapse file tree 3 files changed +6
-13
lines changed
share/roundup/templates/classic/html Expand file tree Collapse file tree 3 files changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ are given with the most recent entry first.
442009-xx-xx 1.4.X
55
66Fixes:
7+ - Small CSS improvements regaring the search box (thanks Thomas Arendsan Hein)
8+ (issue 2550589)
79- Indexers behaviour made more consistent regarding length of indexed words
810 and stopwords (thanks Thomas Arendsen Hein, Bernhard Reiter)(issue 2550584)
911- fixed typos in the installation instructions (thanks Thomas Arendsen Hein)
12142009-08-10 1.4.9 (r4346)
1315
1416Fixes:
15-
1617- fixed action taken in response to invalid GET request
1718- fixed classic tracker template to submit POST requests when appropriate
1819- fix problems with french and german locale files (issue 2550546)
Original file line number Diff line number Diff line change 2828< tr >
2929 < td class ="page-header-left "> </ td >
3030 < td class ="page-header-top ">
31- < div id ="body-title ">
32- < h2 > < span metal:define-slot ="body_title "> body title</ span > </ h2 >
33- </ div >
3431 < div id ="searchbox ">
3532 < form method ="GET " action ="issue ">
3633 < input type ="hidden " name ="@columns "
@@ -43,7 +40,10 @@ <h2><span metal:define-slot="body_title">body title</span></h2>
4340 < input type ="submit " id ="submit " name ="submit " value ="Search "
4441 i18n:attributes ="value " />
4542 </ form >
46- </ div >
43+ </ div >
44+ < div id ="body-title ">
45+ < h2 > < span metal:define-slot ="body_title "> body title</ span > </ h2 >
46+ </ div >
4747 </ td >
4848</ tr >
4949
Original file line number Diff line number Diff line change @@ -50,14 +50,6 @@ td.page-header-top {
5050 padding : 5px ;
5151 border-bottom : 1px solid # 444 ;
5252}
53- # searchbox {
54- float : right;
55- }
56-
57- div # body-title {
58- float : left;
59- }
60-
6153
6254div # searchbox {
6355 float : right;
You can’t perform that action at this time.
0 commit comments