Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1584)
+++ branches/2.8.x/CHANGELOG	(revision 1585)
@@ -11,9 +11,12 @@
 ! = Update/Change
 
 =========================== add small Features 2.8.2 ==========================
-19 Jan-2012 Build 1583 Dietmar Woellbrink (Luisehahne)
+19 Jan-2012 Build 1585 Dietmar Woellbrink (Luisehahne)
+# fixed double table width in modify.php form module ((Tks to Ruebenwurzel)
+19 Jan-2012 Build 1584 Dietmar Woellbrink (Luisehahne)
 ! form module, shows email-adress from body tag
 - remove scrollable table in overview form module 
+19 Jan-2012 Build 1583 Dietmar Woellbrink (Luisehahne)
 ! forgot upload save.php in wysiwyg module
 19 Jan-2012 Build 1582 Dietmar Woellbrink (Luisehahne)
 # wysiwyg module, fix issues with magic_quote_gpc if on
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1584)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1585)
@@ -52,5 +52,5 @@
 
 // check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
 if(!defined('VERSION')) define('VERSION', '2.8.2');
-if(!defined('REVISION')) define('REVISION', '1584');
+if(!defined('REVISION')) define('REVISION', '1585');
 if(!defined('SP')) define('SP', 'SP2');
Index: branches/2.8.x/wb/modules/form/modify.php
===================================================================
--- branches/2.8.x/wb/modules/form/modify.php	(revision 1584)
+++ branches/2.8.x/wb/modules/form/modify.php	(revision 1585)
@@ -47,12 +47,12 @@
 }
 
 ?>
-<table summary="" width="100%" cellpadding="0" cellspacing="0" border="0" width="916">
+<table summary="" width="100%" cellpadding="0" cellspacing="0" border="0">
 <tr>
-	<td align="left" width="33%">
+	<td align="left" width="50%">
 		<input type="button" value="<?php echo $TEXT['ADD'].' '.$TEXT['FIELD']; ?>" onclick="javascript: window.location = '<?php echo WB_URL; ?>/modules/form/add_field.php?page_id=<?php echo $page_id; ?>&amp;section_id=<?php echo $section_id; ?>';" style="width: 100%;" />
 	</td>
-	<td align="right" width="33%">
+	<td align="right" width="50%">
 		<input type="button" value="<?php echo $TEXT['SETTINGS']; ?>" onclick="javascript: window.location = '<?php echo WB_URL; ?>/modules/form/modify_settings.php?page_id=<?php echo $page_id; ?>&amp;section_id=<?php echo $section_id; ?>';" style="width: 100%;" />
 	</td>
 </tr>
