Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 1064)
+++ trunk/CHANGELOG	(revision 1065)
@@ -12,7 +12,9 @@
 
 ------------------------------------- 2.8.0 -------------------------------------
 14-July 2009 Matthias Gallas
-#	Fixed some validiation bugs in news modul (Thanks to Luisehahne)
+#	Fixed bug with sections are only editable in new backend-themes if blocks are enabled
+	(Thanks to Luisehahne)
+#	Fixed some validiation bugs in news modul (ticket #742) (Thanks to Luisehahne)
 14-July 2009 Dietrich Roland Pehlke
 !	changes in frontend.functions.php, line 323: 'date' to 'gmdate' to avoid E_STRICT warnings.
 !	changes in wb-setup.php, line 50: 'date' to 'gmdate' to avoid E_STRICT warnings. See also #741.
Index: trunk/wb/admin/pages/sections.php
===================================================================
--- trunk/wb/admin/pages/sections.php	(revision 1064)
+++ trunk/wb/admin/pages/sections.php	(revision 1065)
@@ -218,7 +218,7 @@
 					$template->parse('block_list', 'block_block', true);
 				}
 			} else {
-				$edit_page = $module_name;
+				$edit_page ='<a name="'.$section['section_id'].'" href="'.ADMIN_URL.'/pages/modify.php?page_id='.$page_id.'#'.$section['section_id'].'">'.$module_name.'</a>';
 				$input_attribute = 'input_small';
 				$template->set_var(array(
 						'STYLE_DISPLAY_SECTION_BLOCK' => ' style="visibility: hidden;"',
Index: trunk/wb/templates/classic_theme/templates/pages_modify.htt
===================================================================
--- trunk/wb/templates/classic_theme/templates/pages_modify.htt	(revision 1064)
+++ trunk/wb/templates/classic_theme/templates/pages_modify.htt	(revision 1065)
@@ -1,6 +1,6 @@
 <!-- BEGIN main_block -->
 
-<table cellpadding="5" cellspacing="0" border="0" align="center" width="100%" height="50" style="margin-bottom: 10px;">
+<table cellpadding="5" cellspacing="0" border="0" align="center" width="100%" style="margin-bottom: 10px;">
 <tr style="background-color: #F0F0F0;">
 	<td valign="middle" align="left">
 		<h2>{HEADING_MODIFY_PAGE}</h2>
Index: trunk/wb/templates/wb_theme/templates/pages_modify.htt
===================================================================
--- trunk/wb/templates/wb_theme/templates/pages_modify.htt	(revision 1064)
+++ trunk/wb/templates/wb_theme/templates/pages_modify.htt	(revision 1065)
@@ -1,6 +1,6 @@
 <!-- BEGIN main_block -->
 
-<table cellpadding="5" cellspacing="0" border="0" align="center" width="100%" height="50" style="margin-bottom: 10px;">
+<table cellpadding="5" cellspacing="0" border="0" align="center" width="100%" style="margin-bottom: 10px;">
 <tr style="background-color: #F0F0F0;">
 	<td valign="middle" align="left">
 		<h2>{HEADING_MODIFY_PAGE}</h2>
