Revision 398
Added by Matthias about 18 years ago
index.php | ||
---|---|---|
1 | 1 |
<?php |
2 | 2 |
|
3 |
// $Id$ |
|
4 |
|
|
3 | 5 |
/* |
4 | 6 |
|
5 | 7 |
Website Baker Project <http://www.websitebaker.org/> |
... | ... | |
466 | 468 |
if($can_modify == true) { |
467 | 469 |
$template->set_var('DISABLED', ''); |
468 | 470 |
} else { |
469 |
$template->set_var('DISABLED', ' disabled'); |
|
471 |
$template->set_var('DISABLED', ' disabled="disabled" style="color: #aaa;"');
|
|
470 | 472 |
} |
471 | 473 |
$template->parse('page_list2', 'page_list_block2', true); |
472 | 474 |
} |
Also available in: Unified diff
Fixed IE allows to set a page as parent of itself (#320)