Revision 763
Added by Matthias over 16 years ago
trunk/CHANGELOG | ||
---|---|---|
10 | 10 |
# = Bugfix |
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 |
------------------------------------- 2.7.0 ------------------------------------- |
|
14 |
24-Mar-2008 Thomas Hornik |
|
15 |
# search: great speed-up with large pages - requires PHP >= 4.3.3; small speed-up for PHP < 4.3.3 |
|
13 |
------------------------------------- 2.7.0 ------------------------------------- |
|
14 |
24-Mar-2008 Matthias Gallas |
|
15 |
! Added class nixhier to frontend.css from form and news Modul (required for ASP) |
|
16 |
24-Mar-2008 Thomas Hornik |
|
17 |
# search: great speed-up with large pages - requires PHP >= 4.3.3; small speed-up for PHP < 4.3.3 |
|
16 | 18 |
# FCK-Editor: loads large pages faster |
17 |
- removed include/captcha/asp.php. css have to be added to module's css-files. |
|
19 |
- removed include/captcha/asp.php. css have to be added to module's css-files.
|
|
18 | 20 |
23-Mar-2008 Matthias Gallas |
19 | 21 |
! Updated form modul for valid output, removed all javascript (Big thanks to BerndJM) |
20 | 22 |
17-Mar-2008 Thomas Hornik |
trunk/wb/modules/form/frontend.css | ||
---|---|---|
39 | 39 |
.email { |
40 | 40 |
font-size: 12px; |
41 | 41 |
width: 200px; |
42 |
} |
|
43 |
/*** Don't remove the class nixhier, this is required for ASP ***/ |
|
44 |
.nixhier { |
|
45 |
display:none; |
|
42 | 46 |
} |
trunk/wb/modules/news/frontend.css | ||
---|---|---|
46 | 46 |
.selected_group_title { |
47 | 47 |
font-size: 14px; |
48 | 48 |
text-align: center; |
49 |
} |
|
50 |
/*** Don't remove the class nixhier, this is required for ASP ***/ |
|
51 |
.nixhier { |
|
52 |
display:none; |
|
49 | 53 |
} |
Also available in: Unified diff
Added class nixhier to frontend.css from form and news Modul (required for ASP)