Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 789)
+++ trunk/CHANGELOG	(revision 790)
@@ -12,6 +12,7 @@
 
 ------------------------------------- 2.7.0 -------------------------------------
 02-Apr-2008 Christian Sommer
+!	some code clean-up in News module
 !	fixed some layout issues with Form module (combination with Output-filter)
 !	fixed layout issue with optional subject/body text of encrypted mailto links
 #	fixed bug in the mailto Javascript encryption code of the Output-Filter module
Index: trunk/wb/modules/news/edit_css.php
===================================================================
--- trunk/wb/modules/news/edit_css.php	(revision 789)
+++ trunk/wb/modules/news/edit_css.php	(revision 790)
@@ -40,7 +40,6 @@
 }
 
 // set defaults if output varibles are not set in the languages files
-if(!isset($CAP_EDIT_CSS)) $CAP_EDIT_CSS	= 'Edit CSS';
 if(!isset($HEADING_CSS_FILE))	$HEADING_CSS_FILE = 'Actual module file: ';
 if(!isset($TXT_EDIT_CSS_FILE)) $TXT_EDIT_CSS_FILE = 'Edit the CSS definitions in the textarea below.';
 
Index: trunk/wb/modules/news/css.functions.php
===================================================================
--- trunk/wb/modules/news/css.functions.php	(revision 789)
+++ trunk/wb/modules/news/css.functions.php	(revision 790)
@@ -59,8 +59,6 @@
 		if($frontend_css || $backend_css) {
 			// default text used for the edit CSS routines if not defined in the modules language file
 			if(!isset($CAP_EDIT_CSS)) $CAP_EDIT_CSS	= 'Edit CSS';
-			if(!isset($HEADING_CSS_FILE)) $HEADING_CSS_FILE	= 'Actual module file: ';
-			if(!isset($TXT_EDIT_CSS_FILE)) $TXT_EDIT_CSS_FILE = 'Edit the CSS definitions in the textarea below.';
 			?>
 			<form name="edit_module_file" action="<?php echo WB_URL .'/modules/' .$mod_dir .
 				'/edit_css.php';?>" method="post" style="margin: 0; align:right;">
