Revision 1459
Added by Dietmar over 13 years ago
branches/2.8.x/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.2 ------------------------------------ |
14 |
26 Jun-2011 Build 1459 Dietmar Woellbrink (Luisehahne) |
|
15 |
# Ticket 1099: change title for add_child_page in page tree |
|
14 | 16 |
26 Jun-2011 Build 1458 Dietmar Woellbrink (Luisehahne) |
15 | 17 |
# Ticket 833 fixed markup for table cells in view.php |
16 | 18 |
! change themes.css to make style more flexible in success.htt and error.htt |
branches/2.8.x/wb/admin/pages/index.php | ||
---|---|---|
287 | 287 |
?> |
288 | 288 |
<td class="list_actions"> |
289 | 289 |
<?php if(($admin->get_permission('pages_add')) == (true && $can_modify == true) && ($page['visibility'] != 'deleted')) { ?> |
290 |
<a href="javascript:add_child_page('<?php echo $page['page_id']; ?>');" title="<?php echo $HEADING['ADD_PAGE']; ?>"> |
|
290 |
<a href="javascript:add_child_page('<?php echo $page['page_id']; ?>');" title="<?php echo $HEADING['ADD_CHILD_PAGE']; ?>">
|
|
291 | 291 |
<img src="<?php echo THEME_URL; ?>/images/siteadd.png" name="addpage_<?php echo $page['page_id']; ?>" alt="Add Child Page" /> |
292 | 292 |
</a> |
293 | 293 |
<?php } ?> |
branches/2.8.x/wb/admin/interface/version.php | ||
---|---|---|
52 | 52 |
|
53 | 53 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
54 | 54 |
if(!defined('VERSION')) define('VERSION', '2.8.2.RC6'); |
55 |
if(!defined('REVISION')) define('REVISION', '1458');
|
|
55 |
if(!defined('REVISION')) define('REVISION', '1459');
|
|
56 | 56 |
|
57 | 57 |
?> |
Also available in: Unified diff
Ticket 1099: change title for add_child_page in page tree