Revision 795
Added by doc over 17 years ago
| trunk/CHANGELOG | ||
|---|---|---|
| 12 | 12 |
|
| 13 | 13 |
------------------------------------- 2.7.0 ------------------------------------- |
| 14 | 14 |
03-Apr-2008 Christian Sommer |
| 15 |
! small adaption of the edit CSS function file css.functions.php |
|
| 15 | 16 |
! updated edit module CSS functions to include backend.css into head if possible |
| 16 | 17 |
# fixed bug in Javascript decryption routines of the Output-Filter module |
| 17 | 18 |
02-Apr-2008 Matthias Gallas |
| trunk/wb/modules/form/css.functions.php | ||
|---|---|---|
| 89 | 89 |
if(mod_file_exists($mod_dir, $toggle_file)) {
|
| 90 | 90 |
?> |
| 91 | 91 |
<form name="toggle_module_file" action="<?php echo WB_URL .'/modules/' .$mod_dir . |
| 92 |
'/edit_css.php';?>" method="post" style="margin: 0; align:right;">
|
|
| 92 |
'/edit_css.php?page_id='.$page_id;?>" method="post" style="margin: 0; align:right;">
|
|
| 93 | 93 |
<input type="hidden" name="page_id" value="<?php echo $page_id; ?>"> |
| 94 | 94 |
<input type="hidden" name="section_id" value="<?php echo $section_id; ?>"> |
| 95 | 95 |
<input type="hidden" name="mod_dir" value="<?php echo $mod_dir; ?>"> |
| trunk/wb/modules/news/css.functions.php | ||
|---|---|---|
| 89 | 89 |
if(mod_file_exists($mod_dir, $toggle_file)) {
|
| 90 | 90 |
?> |
| 91 | 91 |
<form name="toggle_module_file" action="<?php echo WB_URL .'/modules/' .$mod_dir . |
| 92 |
'/edit_css.php';?>" method="post" style="margin: 0; align:right;">
|
|
| 92 |
'/edit_css.php?page_id='.$page_id;?>" method="post" style="margin: 0; align:right;">
|
|
| 93 | 93 |
<input type="hidden" name="page_id" value="<?php echo $page_id; ?>"> |
| 94 | 94 |
<input type="hidden" name="section_id" value="<?php echo $section_id; ?>"> |
| 95 | 95 |
<input type="hidden" name="mod_dir" value="<?php echo $mod_dir; ?>"> |
Also available in: Unified diff
small adaption of the edit CSS function file css.functions.php