Revision 1667
Added by Luisehahne over 13 years ago
| branches/2.8.x/CHANGELOG | ||
|---|---|---|
| 11 | 11 |
! = Update/Change |
| 12 | 12 |
=============================================================================== |
| 13 | 13 |
|
| 14 |
|
|
| 14 |
17 Apr-2012 Build 1667 Dietmar Woellbrink (Luisehahne) |
|
| 15 |
+ add folder /templates/round/title_images to work with page_icon |
|
| 15 | 16 |
17 Apr-2012 Build 1666 Dietmar Woellbrink (Luisehahne) |
| 16 | 17 |
! update of installer and upgradescript for Revision 1664/1665 |
| 17 | 18 |
+ add fields page_icon, menu_icon_0, menu_icon_1 to pages |
| 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', '1666');
|
|
| 54 |
if(!defined('REVISION')) define('REVISION', '1667');
|
|
| 55 | 55 |
if(!defined('SP')) define('SP', '');
|
| branches/2.8.x/wb/templates/round/print.css | ||
|---|---|---|
| 35 | 35 |
margin: 0px; |
| 36 | 36 |
} |
| 37 | 37 |
a:link, a:visited, a:active {
|
| 38 |
color: #036;
|
|
| 38 |
color: #000;
|
|
| 39 | 39 |
text-decoration: none; |
| 40 | 40 |
} |
| 41 | 41 |
a:hover {
|
| 42 |
color: #369;
|
|
| 42 |
color: #000;
|
|
| 43 | 43 |
text-decoration: none; |
| 44 | 44 |
} |
| 45 | 45 |
.header, .left-col, .menu, .search, .powered_by, .footer {
|
Also available in: Unified diff
add folder /templates/round/title_images to work with page_icon