Revision 768
Added by Matthias over 16 years ago
trunk/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 | 13 |
------------------------------------- 2.7.0 ------------------------------------- |
14 |
25-Mar-2008 Matthias Gallas |
|
15 |
# Fixed missing <body> tag in Admin Interface (ticket #572) |
|
14 | 16 |
24-Mar-2008 Matthias Gallas |
15 | 17 |
! Updated Danish Language file (Thanks to Achrist) |
16 | 18 |
! Added class nixhier to frontend.css from form and news Modul (required for ASP) |
17 |
24-Mar-2008 Thomas Hornik |
|
19 |
24-Mar-2008 Thomas Hornik
|
|
18 | 20 |
+ Added RU-language-files, provided by user shlack; converted to entities. |
19 | 21 |
# search: great speed-up with large pages - requires PHP >= 4.3.3; small speed-up for PHP < 4.3.3 |
20 | 22 |
# FCK-Editor: loads large pages faster |
trunk/wb/admin/interface/header.html | ||
---|---|---|
13 | 13 |
if(confirm(message)) location.href = url; |
14 | 14 |
}</script> |
15 | 15 |
</head> |
16 |
|
|
16 |
<body> |
|
17 | 17 |
<table cellpadding="0" cellspacing="0" border="0" width="770" align="center"> |
18 | 18 |
<tr> |
19 | 19 |
<td width="60" valign="top"> |
Also available in: Unified diff
Fixed missing <body> tag in Admin Interface (#572)