Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1250)
+++ branches/2.8.x/CHANGELOG	(revision 1251)
@@ -12,6 +12,8 @@
 
 ------------------------------------- 2.8.1 -------------------------------------
 14-Jan-2010 Dietmar Woellbrink (Luisehahne)
+#	fix some more small css-errors in WB Backend (thanks to Ruebenwurzel)
+14-Jan-2010 Dietmar Woellbrink (Luisehahne)
 #	fixed snippets including frontend.css and frontend.js 
 #	without register_frontend_modfiles
 14-Jan-2010 Dietmar Woellbrink (Luisehahne)
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1250)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1251)
@@ -71,6 +71,6 @@
 
 // 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.1');
-if(!defined('REVISION')) define('REVISION', '1250');
+if(!defined('REVISION')) define('REVISION', '1251');
 
 ?>
\ No newline at end of file
Index: branches/2.8.x/wb/templates/classic_theme/templates/users_form.htt
===================================================================
--- branches/2.8.x/wb/templates/classic_theme/templates/users_form.htt	(revision 1250)
+++ branches/2.8.x/wb/templates/classic_theme/templates/users_form.htt	(revision 1251)
@@ -7,7 +7,7 @@
 }
 </script>
 
-<h2 style="{DISPLAY_EXTRA};">{HEADING_MODIFY_USER}</h2>
+<h2 style="{DISPLAY_EXTRA}">{HEADING_MODIFY_USER}</h2>
 
 <form name="user" action="{ACTION_URL}" method="post" class="{DISPLAY_ADD}">
 <input type="hidden" name="user_id" value="{USER_ID}" />
@@ -32,7 +32,7 @@
 		<input type="password" name="password2" maxlength="30" />
 	</td>
 </tr>
-<tr style="{DISPLAY_EXTRA};">
+<tr style="{DISPLAY_EXTRA}">
 	<td>&nbsp;</td>
 	<td style="font-size: 10px;">
 		{CHANGING_PASSWORD}
@@ -50,7 +50,7 @@
 		<input type="text" name="email" maxlength="255" value="{EMAIL}" />
 	</td>
 </tr>
-<tr style="{DISPLAY_HOME_FOLDERS};">
+<tr style="{DISPLAY_HOME_FOLDERS}">
 	<td>{TEXT_HOME_FOLDER}:</td>
 	<td class="value_input">
 		<select name="home_folder">
Index: branches/2.8.x/wb/templates/wb_theme/templates/users_form.htt
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/templates/users_form.htt	(revision 1250)
+++ branches/2.8.x/wb/templates/wb_theme/templates/users_form.htt	(revision 1251)
@@ -7,7 +7,7 @@
 }
 </script>
 
-<h2 style="{DISPLAY_EXTRA};">{HEADING_MODIFY_USER}</h2>
+<h2 style="{DISPLAY_EXTRA}">{HEADING_MODIFY_USER}</h2>
 
 <form name="user" action="{ACTION_URL}" method="post" class="{DISPLAY_ADD}">
 <input type="hidden" name="user_id" value="{USER_ID}" />
@@ -32,7 +32,7 @@
 		<input type="password" name="password2" maxlength="30" />
 	</td>
 </tr>
-<tr style="{DISPLAY_EXTRA};">
+<tr style="{DISPLAY_EXTRA}">
 	<td>&nbsp;</td>
 	<td style="font-size: 10px;">
 		{CHANGING_PASSWORD}
@@ -50,7 +50,7 @@
 		<input type="text" name="email" maxlength="255" value="{EMAIL}" />
 	</td>
 </tr>
-<tr style="{DISPLAY_HOME_FOLDERS};">
+<tr style="{DISPLAY_HOME_FOLDERS}">
 	<td>{TEXT_HOME_FOLDER}:</td>
 	<td class="value_input">
 		<select name="home_folder">
Index: branches/2.8.x/wb/templates/argos_theme/templates/users_form.htt
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/templates/users_form.htt	(revision 1250)
+++ branches/2.8.x/wb/templates/argos_theme/templates/users_form.htt	(revision 1251)
@@ -7,7 +7,7 @@
 }
 </script>
 
-<h2 style="{{};">{HEADING_MODIFY_USER}</h2>
+<h2 style="{DISPLAY_EXTRA}">{HEADING_MODIFY_USER}</h2>
 
 <form name="user" action="{ACTION_URL}" method="post" class="{DISPLAY_ADD}">
 <input type="hidden" name="user_id" value="{USER_ID}" />
@@ -32,7 +32,7 @@
 		<input type="password" name="password2" maxlength="30" />
 	</td>
 </tr>
-<tr style="{DISPLAY_EXTRA};">
+<tr style="{DISPLAY_EXTRA}">
 	<td>&nbsp;</td>
 	<td style="font-size: 10px;">
 		{CHANGING_PASSWORD}
@@ -50,7 +50,7 @@
 		<input type="text" name="email" maxlength="255" value="{EMAIL}" />
 	</td>
 </tr>
-<tr style="{DISPLAY_HOME_FOLDERS};">
+<tr style="{DISPLAY_HOME_FOLDERS}">
 	<td>{TEXT_HOME_FOLDER}:</td>
 	<td class="value_input">
 		<select name="home_folder">
