Revision 693
Added by doc almost 18 years ago
| trunk/CHANGELOG | ||
|---|---|---|
| 14 | 14 |
10-Feb-2008 Thomas Hornik |
| 15 | 15 |
# CAPTCHA: Wrong text for calc_ttf-captcha. |
| 16 | 16 |
10-Feb-2008 Christian Sommer |
| 17 |
! adapted color for onmouseover effect |
|
| 17 | 18 |
! added disclaimer to the upgrade-script as the script is not sufficiently tested yet |
| 18 | 19 |
! made Website Header field in Settings visible per default |
| 19 | 20 |
! modified all templates (display Website Header, use show_menu instead of page_menu) |
| trunk/wb/admin/media/browse.html | ||
|---|---|---|
| 71 | 71 |
|
| 72 | 72 |
<table cellpadding="4" cellspacing="0" border="0" width="100%" class="{DISPLAY_LIST_TABLE}">
|
| 73 | 73 |
<!-- BEGIN list_block --> |
| 74 |
<tr style="background-color: #{ROW_BG_COLOR};" onmouseover="this.style.backgroundColor = '#FFFFE0'" onmouseout="this.style.backgroundColor = '#{ROW_BG_COLOR}'">
|
|
| 74 |
<tr style="background-color: #{ROW_BG_COLOR};" onmouseover="this.style.backgroundColor = '#F1F8DD'" onmouseout="this.style.backgroundColor = '#{ROW_BG_COLOR}'">
|
|
| 75 | 75 |
<td width="18" style="padding-left: 10px;"> |
| 76 | 76 |
<a href="{LINK}" target="{LINK_TARGET}">
|
| 77 | 77 |
<img src="{FILETYPE_ICON}" class="{DISPLAY_ICON}" border="0" alt="" />
|
| trunk/wb/admin/pages/index.php | ||
|---|---|---|
| 164 | 164 |
|
| 165 | 165 |
<li id="p<?php echo $page['parent']; ?>" style="padding: 2px 0px 2px 0px;"> |
| 166 | 166 |
<table width="720" cellpadding="1" cellspacing="0" border="0" style="background-color: #ECF3F7;"> |
| 167 |
<tr onmouseover="this.style.backgroundColor = '#FFFFE0'" onmouseout="this.style.backgroundColor = '#ECF3F7'">
|
|
| 167 |
<tr onmouseover="this.style.backgroundColor = '#F1F8DD'" onmouseout="this.style.backgroundColor = '#ECF3F7'">
|
|
| 168 | 168 |
<td width="20" style="padding-left: <?php echo $page['level']*20; ?>px;"> |
| 169 | 169 |
<?php |
| 170 | 170 |
if($display_plus == true) {
|
| trunk/wb/admin/pages/sections.php | ||
|---|---|---|
| 180 | 180 |
$module_name=$database->get_one("SELECT name FROM ".TABLE_PREFIX."addons WHERE directory='".$section['module']."'");
|
| 181 | 181 |
if(!is_numeric(array_search($section['module'], $module_permissions))) {
|
| 182 | 182 |
?> |
| 183 |
<tr onmouseover="this.style.backgroundColor = '#FFFFE0'" onmouseout="this.style.backgroundColor = '#FFF'">
|
|
| 183 |
<tr onmouseover="this.style.backgroundColor = '#F1F8DD'" onmouseout="this.style.backgroundColor = '#FFF'">
|
|
| 184 | 184 |
<td style="width: <?php if(SECTION_BLOCKS) print "120"; else print "200"; ?>px;"><a href="<?php echo ADMIN_URL; ?>/pages/modify.php?page_id=<?php echo $page_id; ?>#<?php echo $section['section_id']; ?>"><?php echo $module_name; ?></a></td> |
| 185 | 185 |
<?php if(SECTION_BLOCKS) { ?>
|
| 186 | 186 |
<td> |
Also available in: Unified diff
adapted color for onmouseover effect