Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 794)
+++ trunk/CHANGELOG	(revision 795)
@@ -12,6 +12,7 @@
 
 ------------------------------------- 2.7.0 -------------------------------------
 03-Apr-2008 Christian Sommer
+!	small adaption of the edit CSS function file css.functions.php
 !	updated edit module CSS functions to include backend.css into head if possible
 #	fixed bug in Javascript decryption routines of the Output-Filter module
 02-Apr-2008 Matthias Gallas
Index: trunk/wb/modules/form/css.functions.php
===================================================================
--- trunk/wb/modules/form/css.functions.php	(revision 794)
+++ trunk/wb/modules/form/css.functions.php	(revision 795)
@@ -89,7 +89,7 @@
 		if(mod_file_exists($mod_dir, $toggle_file)) {
 			?>
 			<form name="toggle_module_file" action="<?php echo WB_URL .'/modules/' .$mod_dir .
-				'/edit_css.php';?>" method="post" style="margin: 0; align:right;">
+				'/edit_css.php?page_id='.$page_id;?>" method="post" style="margin: 0; align:right;">
 				<input type="hidden" name="page_id" value="<?php echo $page_id; ?>">
 				<input type="hidden" name="section_id" value="<?php echo $section_id; ?>">
 				<input type="hidden" name="mod_dir" value="<?php echo $mod_dir; ?>">
Index: trunk/wb/modules/news/css.functions.php
===================================================================
--- trunk/wb/modules/news/css.functions.php	(revision 794)
+++ trunk/wb/modules/news/css.functions.php	(revision 795)
@@ -89,7 +89,7 @@
 		if(mod_file_exists($mod_dir, $toggle_file)) {
 			?>
 			<form name="toggle_module_file" action="<?php echo WB_URL .'/modules/' .$mod_dir .
-				'/edit_css.php';?>" method="post" style="margin: 0; align:right;">
+				'/edit_css.php?page_id='.$page_id;?>" method="post" style="margin: 0; align:right;">
 				<input type="hidden" name="page_id" value="<?php echo $page_id; ?>">
 				<input type="hidden" name="section_id" value="<?php echo $section_id; ?>">
 				<input type="hidden" name="mod_dir" value="<?php echo $mod_dir; ?>">
