Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 951)
+++ trunk/CHANGELOG	(revision 952)
@@ -12,6 +12,7 @@
 
 ------------------------------------- 2.8.0 -------------------------------------
 25-Feb-2009 Matthias Gallas
+#	fixed manage section is showed twice (ticket #694)
 -	removed unneeded icons from wb_theme
 -	removed unneeded stylesheet.css from account dir
 #	renamed warning.htt to warning.html to fix display of sourcecode after invalid logins
Index: trunk/wb/admin/pages/index.php
===================================================================
--- trunk/wb/admin/pages/index.php	(revision 951)
+++ trunk/wb/admin/pages/index.php	(revision 952)
@@ -213,21 +213,7 @@
 					<?php } ?>
 				</td>
 				<!-- MANAGE SECTIONS AND DATES BUTTONS -->
-
-				<!-- 'MANAGE SECTIONS' BUTTON -->
 				<td width="20">
-					<?php
-					// Work-out if we should show the "manage sections" link
-					$query_sections = $database->query("SELECT section_id FROM ".TABLE_PREFIX."sections WHERE page_id = '" . $page['page_id'] . "' AND module = 'menu_link'");
-					if(($query_sections->numRows() == 0) && (MANAGE_SECTIONS == 'enabled')) {
-					?>
-						<a href="<?php echo ADMIN_URL; ?>/pages/sections.php?page_id=<?php echo $page['page_id']; ?>" title="<?php echo $HEADING['MANAGE_SECTIONS']; ?>">
-						<img src="<?php echo THEME_URL; ?>/images/sections_16.png" border="0" alt="<?php echo $HEADING['MANAGE_SECTIONS']; ?>" />	
-						</a>
-					<?php } ?>
-				</td>
-
-				<td width="20">
 				<?php
 				// Work-out if we should show the "manage dates" link
 				if(MANAGE_SECTIONS == 'enabled' && $admin->get_permission('pages_modify')==true && $can_modify==true) {
Index: trunk/wb/templates/classic/images/sections_16.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: trunk/wb/templates/classic/images/sections_16.png
___________________________________________________________________
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
