Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 1121)
+++ trunk/CHANGELOG	(revision 1122)
@@ -12,6 +12,8 @@
 
 ------------------------------------- 2.8.0 -------------------------------------
 11-Aug-2009 Matthias Gallas
+!	commentet out the droplets logo for a more similar backend design with
+	other admin tools
 !	Updated icons in argos_theme (Thanks to Argos)
 !	Updated Dutch language file (Thanks to Argos)
 !	Updated show_menu2 to version 4.9
Index: trunk/wb/modules/droplets/tool.php
===================================================================
--- trunk/wb/modules/droplets/tool.php	(revision 1121)
+++ trunk/wb/modules/droplets/tool.php	(revision 1122)
@@ -43,11 +43,13 @@
 <br />
 <table cellpadding="0" cellspacing="0" border="0" width="100%">
 <tr>
-	<td valign="bottom" width="30%">
+	<td valign="bottom" width="50%">
 		<button class="add" type="button" name="add_droplet" onclick="javascript: window.location = '<?php echo WB_URL; ?>/modules/droplets/add_droplet.php';"><?php echo $TEXT['ADD'].' '.$DR_TEXT['DROPLETS']; ?></button>	
 	</td>
-	<td align="center"><img src="<?php echo WB_URL; ?>/modules/droplets/img/droplets_logo.png" border="1" alt=""/></td>
-	<td valign="top" width="30%" align="right">
+	<!-- commentet out the droplets logo for a more similar backend design with other admin tools
+	<td align="center"><img src="<?php /*echo WB_URL;*/ ?>/modules/droplets/img/droplets_logo.png" border="1" alt=""/></td>
+	-->
+	<td valign="top" width="50%" align="right">
 		<a href="#" onclick="javascript: window.open('<?php echo WB_URL; ?>/modules/droplets/readme/<?php echo $DR_TEXT['README']; ?>','helpwindow','width=700,height=550,directories=no,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,resizable=yes');"><?php echo $DR_TEXT['HELP']; ?></a>
 		<br /><br />
 		<a href="#" onclick="javascript: window.location = '<?php echo WB_URL; ?>/modules/droplets/backup_droplets.php';"><?php echo $DR_TEXT['BACKUP']; ?></a>
