Revision 1128
Added by Matthias about 16 years ago
| trunk/CHANGELOG | ||
|---|---|---|
| 12 | 12 |
|
| 13 | 13 |
------------------------------------- 2.8.0 ------------------------------------- |
| 14 | 14 |
12-Aug-2009 Matthias Gallas |
| 15 |
# Fixed some display issues in all backend themes |
|
| 15 | 16 |
! Again updated dutch language file (Thanks to Argos) |
| 16 | 17 |
# Fixed missing language variable in form modul (Thanks to Argos) |
| 17 | 18 |
+ Added missing images to argos_theme (forgotten in changeset [1117]) |
| trunk/wb/admin/pages/index.php | ||
|---|---|---|
| 90 | 90 |
$num_pages = $get_pages->numRows(); |
| 91 | 91 |
?> |
| 92 | 92 |
<li class="p<?php echo $page['parent']; ?>"> |
| 93 |
<table class="pages_view" border="0"> |
|
| 93 |
<table class="pages_view" border="0" cellpadding="0" cellspacing="0">
|
|
| 94 | 94 |
<tr> |
| 95 |
<td width="30" align="right"><?php echo $page['page_id']; ?></td> |
|
| 96 |
<td width="20" style="padding-left: <?php if($page['level'] > 0){ echo $page['level']*20; } else { echo '7'; } ?>px;">
|
|
| 97 |
|
|
| 95 |
<td valign="middle" width="20" style="padding-left: <?php if($page['level'] > 0){ echo $page['level']*20; } else { echo '7'; } ?>px;">
|
|
| 98 | 96 |
<?php |
| 99 | 97 |
if($display_plus == true) {
|
| 100 | 98 |
?> |
| ... | ... | |
| 143 | 141 |
</td> |
| 144 | 142 |
<?php } ?> |
| 145 | 143 |
<td class="list_menu_title"> |
| 146 |
<font color="#999999"><?php echo ($page['menu_title']); ?></font>
|
|
| 144 |
<?php echo ($page['menu_title']); ?>
|
|
| 147 | 145 |
</td> |
| 146 |
<td class="list_page_id"> |
|
| 147 |
<?php echo $page['page_id']; ?> |
|
| 148 |
</td> |
|
| 148 | 149 |
<td class="list_actions"> |
| 149 | 150 |
<?php if($page['visibility'] != 'deleted' AND $page['visibility'] != 'none') { ?>
|
| 150 | 151 |
<a href="<?php echo $admin->page_link($page['link']); ?>" target="_blank" title="<?php echo $TEXT['VIEW']; ?>"> |
| ... | ... | |
| 267 | 268 |
<div class="pages_list"> |
| 268 | 269 |
<table cellpadding="0" cellspacing="0" border="0"> |
| 269 | 270 |
<tr> |
| 270 |
<td width="10px"> |
|
| 271 |
|
|
| 272 |
</td> |
|
| 273 |
<td class="header_list_page_ID">ID</td> |
|
| 274 | 271 |
<td class="header_list_page_title"> |
| 275 | 272 |
<?php echo $TEXT['VISIBILITY'] .' / ' .$TEXT['PAGE_TITLE']; ?>: |
| 276 | 273 |
</td> |
| 277 | 274 |
<td class="header_list_menu_title"> |
| 278 | 275 |
<?php echo $TEXT['MENU_TITLE']; ?>: |
| 279 | 276 |
</td> |
| 277 |
<td class="header_list_page_id"> |
|
| 278 |
ID: |
|
| 279 |
</td> |
|
| 280 | 280 |
<td class="header_list_actions"> |
| 281 | 281 |
<?php echo $TEXT['ACTIONS']; ?>: |
| 282 | 282 |
</td> |
| trunk/wb/templates/classic_theme/theme.css | ||
|---|---|---|
| 370 | 370 |
cursor: pointer; |
| 371 | 371 |
} |
| 372 | 372 |
|
| 373 |
.jsadmin_drag img:hover {
|
|
| 374 |
background-color: lightgrey; |
|
| 375 |
} |
|
| 376 |
|
|
| 377 | 373 |
.modify_link {
|
| 378 | 374 |
padding-top: 4px; |
| 379 | 375 |
padding-left: 7px; |
| 380 | 376 |
text-indent: 7px; |
| 381 | 377 |
} |
| 382 | 378 |
|
| 383 |
.header_list_page_ID {width:15px;text-align:left;}
|
|
| 384 |
.header_list_page_title {width:272px;text-align:left;}
|
|
| 385 |
.header_list_menu_title {width:252px;text-align:left;}
|
|
| 386 |
.header_list_actions {text-align:left;}
|
|
| 379 |
.header_list_page_title {text-align:left;}
|
|
| 380 |
.header_list_menu_title {width:240px; text-align:left;}
|
|
| 381 |
.header_list_page_id {width:40px; text-align:left;}
|
|
| 382 |
.header_list_actions {width:150px; text-align:left;}
|
|
| 387 | 383 |
|
| 388 |
.list_page_title {}
|
|
| 389 |
.list_menu_title {width:252px;text-align:left;}
|
|
| 390 |
.list_actions {width:20px;}
|
|
| 384 |
.list_page_title {text-align:left;}
|
|
| 385 |
.list_menu_title {width:240px;text-align:left;}
|
|
| 386 |
.list_page_id {width:40px;text-align:left;}
|
|
| 387 |
.list_actions {width:20px;text-align:left;}
|
|
| 391 | 388 |
|
| 392 |
|
|
| 393 |
|
|
| 394 |
|
|
| 395 |
|
|
| 396 |
|
|
| 397 |
|
|
| 398 |
|
|
| 399 |
|
|
| 400 |
|
|
| 401 | 389 |
/* Ende */ |
| trunk/wb/templates/wb_theme/theme.css | ||
|---|---|---|
| 371 | 371 |
cursor: pointer; |
| 372 | 372 |
} |
| 373 | 373 |
|
| 374 |
.jsadmin_drag img:hover {
|
|
| 375 |
/* background-color: lightgrey; */ |
|
| 376 |
} |
|
| 377 |
|
|
| 378 | 374 |
.modify_link {
|
| 379 | 375 |
padding-top: 4px; |
| 380 | 376 |
padding-left: 7px; |
| 381 | 377 |
text-indent: 7px; |
| 382 | 378 |
} |
| 383 | 379 |
|
| 384 |
.header_list_page_ID {width:15px;text-align:left;}
|
|
| 385 |
.header_list_page_title {width:272px;text-align:left;}
|
|
| 386 |
.header_list_menu_title {width:252px;text-align:left;}
|
|
| 387 |
.header_list_actions {text-align:left;}
|
|
| 380 |
.header_list_page_title {text-align:left;}
|
|
| 381 |
.header_list_menu_title {width:240px; text-align:left;}
|
|
| 382 |
.header_list_page_id {width:40px; text-align:left;}
|
|
| 383 |
.header_list_actions {width:150px; text-align:left;}
|
|
| 388 | 384 |
|
| 389 |
.list_page_title {}
|
|
| 390 |
.list_menu_title {width:252px;text-align:left;}
|
|
| 391 |
.list_actions {width:20px;}
|
|
| 385 |
.list_page_title {text-align:left;}
|
|
| 386 |
.list_menu_title {width:240px;text-align:left;}
|
|
| 387 |
.list_page_id {width:40px;text-align:left;}
|
|
| 388 |
.list_actions {width:20px;text-align:left;}
|
|
| 392 | 389 |
|
| 393 |
|
|
| 394 |
|
|
| 395 |
|
|
| 396 |
|
|
| 397 |
|
|
| 398 |
|
|
| 399 |
|
|
| 400 |
|
|
| 401 |
|
|
| 402 | 390 |
/* Ende */ |
| trunk/wb/templates/argos_theme/theme.css | ||
|---|---|---|
| 99 | 99 |
.sections_list {font-weight:bold;padding-left:10px;}
|
| 100 | 100 |
.sections_list table {width:900px;}
|
| 101 | 101 |
|
| 102 |
.header_list_page_title {text-align:left;padding-left:35px;}
|
|
| 102 |
.header_list_page_title {text-align:left;}
|
|
| 103 | 103 |
.header_list_menu_title {width:300px;text-align:left;}
|
| 104 | 104 |
.header_list_page_id{width:50px;text-align:left;}
|
| 105 | 105 |
.header_list_actions {text-align:left;width:150px;}
|
Also available in: Unified diff
Fixed some display issues in all backend themes