Revision 1663
Added by Luisehahne over 13 years ago
| branches/2.8.x/CHANGELOG | ||
|---|---|---|
| 11 | 11 |
! = Update/Change |
| 12 | 12 |
=============================================================================== |
| 13 | 13 |
|
| 14 |
17 Apr-2012 Build 1663 Dietmar Woellbrink (Luisehahne) |
|
| 15 |
! update round print.css for better output |
|
| 14 | 16 |
17 Apr-2012 Build 1662 Werner v.d.Decken(DarkViper) |
| 15 | 17 |
+ added new getter 'getQueryCount' in class database |
| 16 | 18 |
11 Apr-2012 Build 1661 Dietmar Woellbrink (Luisehahne) |
| branches/2.8.x/wb/admin/interface/version.php | ||
|---|---|---|
| 51 | 51 |
|
| 52 | 52 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
| 53 | 53 |
if(!defined('VERSION')) define('VERSION', '2.8.3');
|
| 54 |
if(!defined('REVISION')) define('REVISION', '1662');
|
|
| 54 |
if(!defined('REVISION')) define('REVISION', '1663');
|
|
| 55 | 55 |
if(!defined('SP')) define('SP', '');
|
| branches/2.8.x/wb/templates/round/print.css | ||
|---|---|---|
| 42 | 42 |
color: #369; |
| 43 | 43 |
text-decoration: none; |
| 44 | 44 |
} |
| 45 |
.header, .menu, .search, .powered_by, .footer {
|
|
| 45 |
.header, .left-col, .menu, .search, .powered_by, .footer {
|
|
| 46 | 46 |
display: none; |
| 47 | 47 |
} |
| 48 | 48 |
.content {
|
| branches/2.8.x/wb/templates/round/index.php | ||
|---|---|---|
| 68 | 68 |
// navigation menu |
| 69 | 69 |
if(SHOW_MENU) {
|
| 70 | 70 |
?> |
| 71 |
<td style="padding: 10px; background-color: #FFF;" valign="top"> |
|
| 71 |
<td class="left-col" style="padding: 10px; background-color: #FFF;" valign="top">
|
|
| 72 | 72 |
<table summary="" cellpadding="0" cellspacing="0" border="0" width="150" align="center" class="menu"> |
| 73 | 73 |
<tr> |
| 74 | 74 |
<td class="border"> |
Also available in: Unified diff
update round print.css for better output