Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1252)
+++ branches/2.8.x/CHANGELOG	(revision 1253)
@@ -12,6 +12,8 @@
 
 ------------------------------------- 2.8.1 -------------------------------------
 19-Jan-2010 Dietmar Woellbrink (Luisehahne)
+#	fix some more small css-errors in WB Backend (thanks to Ruebenwurzel)
+19-Jan-2010 Dietmar Woellbrink (Luisehahne)
 #	removed wb_path as javascript var (thanks to Bianca)
 19-Jan-2010 Dietmar Woellbrink (Luisehahne)
 #	fix some more small css-errors in WB Backend (thanks to Ruebenwurzel)
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1252)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1253)
@@ -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', '1252');
+if(!defined('REVISION')) define('REVISION', '1253');
 
 ?>
\ No newline at end of file
Index: branches/2.8.x/wb/templates/classic_theme/templates/groups_form.htt
===================================================================
--- branches/2.8.x/wb/templates/classic_theme/templates/groups_form.htt	(revision 1252)
+++ branches/2.8.x/wb/templates/classic_theme/templates/groups_form.htt	(revision 1253)
@@ -1,6 +1,6 @@
 <!-- BEGIN main_block -->
 
-<h2 style="{DISPLAY_EXTRA};">{HEADING_MODIFY_GROUP}</h2>
+<h2 style="{DISPLAY_EXTRA}">{HEADING_MODIFY_GROUP}</h2>
 
 <form name="group" action="{ACTION_URL}" method="post" class="{DISPLAY_ADD}">
 <input type="hidden" name="advanced" value="{ADVANCED}" />
Index: branches/2.8.x/wb/templates/wb_theme/templates/login_forgot.htt
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/templates/login_forgot.htt	(revision 1252)
+++ branches/2.8.x/wb/templates/wb_theme/templates/login_forgot.htt	(revision 1253)
@@ -31,7 +31,7 @@
 	<input type="hidden" name="url" value="{URL}" />
 		<table cellpadding="5" cellspacing="0" border="0" align="center" width="500">
 		<tr>
-			<td height="40" align="center" style="color: #{MESSAGE_COLOR};" colspan="2">{MESSAGE}</td>
+			<td height="40" align="center" style="color: #{MESSAGE_COLOR}" colspan="2">{MESSAGE}</td>
 		</tr>
 		<tr style="{DISPLAY_FORM}">
 			<td height="10" colspan="2"></td>
Index: branches/2.8.x/wb/templates/wb_theme/templates/start.htt
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/templates/start.htt	(revision 1252)
+++ branches/2.8.x/wb/templates/wb_theme/templates/start.htt	(revision 1253)
@@ -6,7 +6,7 @@
 		{WELCOME_MESSAGE}. {CURRENT_USER} {DISPLAY_NAME}
 	</td>
 </tr>
-<tr style="{DISPLAY_WARNING};">
+<tr style="{DISPLAY_WARNING}">
 	<td colspan="3" align="center" style="color: #FF0000; font-weight: bold;">
 		{WARNING}
 	</td>
@@ -14,7 +14,7 @@
 <tr>
 	<td align="center" valign="top">
 		
-		<table cellpadding="0" cellspacing="0" border="0" class="section" style="{DISPLAY_PAGES};">
+		<table cellpadding="0" cellspacing="0" border="0" class="section" style="{DISPLAY_PAGES}">
 		<tr>
 			<td class="graphic" align="center" valign="middle" rowspan="2">
 				<a href="{ADMIN_URL}/pages/index.php">
@@ -32,7 +32,7 @@
 		</tr>
 		</table>
 		
-		<table cellpadding="0" cellspacing="0" border="0" class="section" style="{DISPLAY_ADDONS};">
+		<table cellpadding="0" cellspacing="0" border="0" class="section" style="{DISPLAY_ADDONS}">
 		<tr>
 			<td class="graphic" align="center" valign="middle" rowspan="2">
 				<a href="{ADMIN_URL}/addons/index.php">
@@ -50,7 +50,7 @@
 		</tr>
 		</table>
 
-		<table cellpadding="0" cellspacing="0" border="0" class="section" style="{DISPLAY_SETTINGS};">
+		<table cellpadding="0" cellspacing="0" border="0" class="section" style="{DISPLAY_SETTINGS}">
 		<tr>
 			<td class="graphic" align="center" valign="middle" rowspan="2">
 				<a href="{ADMIN_URL}/settings/index.php">
@@ -68,7 +68,7 @@
 		</tr>
 		</table>
 
-		<table cellpadding="0" cellspacing="0" border="0" class="section" style="{DISPLAY_ACCESS};">
+		<table cellpadding="0" cellspacing="0" border="0" class="section" style="{DISPLAY_ACCESS}">
 		<tr>
 			<td class="graphic" align="center" valign="middle" rowspan="2">
 				<a href="{ADMIN_URL}/access/index.php">
@@ -92,7 +92,7 @@
 	</td>
 	<td align="center" valign="top">
 		
-		<table cellpadding="0" cellspacing="0" border="0" class="section" style="{DISPLAY_MEDIA};">
+		<table cellpadding="0" cellspacing="0" border="0" class="section" style="{DISPLAY_MEDIA}">
 		<tr>
 			<td class="graphic" align="center" valign="middle" rowspan="2">
 				<a href="{ADMIN_URL}/media/index.php">
@@ -128,7 +128,7 @@
 		</tr>
 		</table>
 
-		<table cellpadding="0" cellspacing="0" border="0" class="section" style="{DISPLAY_ADMINTOOLS};">
+		<table cellpadding="0" cellspacing="0" border="0" class="section" style="{DISPLAY_ADMINTOOLS}">
 		<tr>
 			<td class="graphic" align="center" valign="middle" rowspan="2">
 				<a href="{ADMIN_URL}/admintools/index.php">
Index: branches/2.8.x/wb/templates/wb_theme/templates/settings.htt
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/templates/settings.htt	(revision 1252)
+++ branches/2.8.x/wb/templates/wb_theme/templates/settings.htt	(revision 1253)
@@ -570,18 +570,18 @@
 	</td>
 </tr>
 <!-- MORE ADVANCED SMTP MAILER SETTINGS -->
-<tr id="row_wbmailer_smtp_settings" style="display:{SMTP_VISIBILITY};">
+<tr id="row_wbmailer_smtp_settings" style="display:{SMTP_VISIBILITY}">
 	<td colspan="3" style="padding-top: 10px;">
 			<p style="line-height: 1.4em; margin-top: 0;">{TEXT_WBMAILER_NOTICE}</p>
 	</td>
 </tr>
-<tr id="row_wbmailer_smtp_host" style="display:{SMTP_VISIBILITY};">
+<tr id="row_wbmailer_smtp_host" style="display:{SMTP_VISIBILITY}">
 	<td class="setting_name">{TEXT_WBMAILER_SMTP_HOST}:</td>
 	<td class="setting_value" colspan="2">
 		<input type="text" style="width: 250px" name="wbmailer_smtp_host" value="{WBMAILER_SMTP_HOST}" />
 	</td>
 </tr>
-<tr id="row_wbmailer_smtp_auth_mode" style="display:{SMTP_VISIBILITY};">
+<tr id="row_wbmailer_smtp_auth_mode" style="display:{SMTP_VISIBILITY}">
 	<td class="setting_name">{TEXT_WBMAILER_SMTP_AUTH}:</td>
 	<td class="setting_value" colspan="3">
 		<input type="checkbox" name="wbmailer_smtp_auth" id="wbmailer_smtp_auth" onclick="javascript: toggle_wbmailer_auth();" style="width: 14px; height: 14px;" value="true"{SMTP_AUTH_SELECTED} />
@@ -588,13 +588,13 @@
 		<label for="wbmailer_smtp_auth" onclick="javascript: toggle_wbmailer_auth(this.value);">({TEXT_WBMAILER_SMTP_AUTH_NOTICE})</label>
 	</td>
 </tr>
-<tr id="row_wbmailer_smtp_username" style="display:{SMTP_VISIBILITY_AUTH};">
+<tr id="row_wbmailer_smtp_username" style="display:{SMTP_VISIBILITY_AUTH}">
 	<td class="setting_name">{TEXT_WBMAILER_SMTP_USERNAME}:</td>
 	<td class="setting_value" colspan="2">
 		<input type="text" style="width: 250px" name="wbmailer_smtp_username" value="{WBMAILER_SMTP_USERNAME}" />
 	</td>
 </tr>
-<tr id="row_wbmailer_smtp_password" style="display:{SMTP_VISIBILITY_AUTH};">
+<tr id="row_wbmailer_smtp_password" style="display:{SMTP_VISIBILITY_AUTH}">
 	<td class="setting_name">{TEXT_WBMAILER_SMTP_PASSWORD}:</td>
 	<td class="setting_value" colspan="2">
 		<input type="password" style="width: 250px" name="wbmailer_smtp_password" value="{WBMAILER_SMTP_PASSWORD}" />
Index: branches/2.8.x/wb/templates/wb_theme/templates/media_browse.htt
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/templates/media_browse.htt	(revision 1252)
+++ branches/2.8.x/wb/templates/wb_theme/templates/media_browse.htt	(revision 1253)
@@ -1,108 +1,108 @@
-<!-- BEGIN main_block -->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-<title>Browse Media</title>
-<link href="{THEME_URL}/media.css" rel="stylesheet" type="text/css" />
-<script language="javascript" type="text/javascript">
-function confirm_link(message, url) {
-	if(confirm(message)) location.href = url;
-}
-</script>
-
-<link href="{THEME_URL}/fancybox.css" rel="stylesheet" type="text/css" />
-
-<script type="text/javascript" src="{INCLUDE_PATH}/jquery/jquery-min.js"></script>
-<script type="text/javascript" src="{INCLUDE_PATH}/jquery/plugins/jquery-fixedheader.js"></script>
-<script type="text/javascript" src="{INCLUDE_PATH}/jquery/plugins/jquery-fancybox.js"></script>
-<script type="text/javascript" src="{INCLUDE_PATH}/jquery/plugins/jquery-metadata.js"></script>
-
-<script language="javascript" type="text/javascript">
-$(document).ready(function(){
-	$("#browser").fixedHeader({
-		width: '100%', height: 355
-	});
-	
-	$("table#browser a.preview").fancybox({ 
-		'hideOnContentClick': true,
-		'overlayShow': true,
-		'zoomSpeedIn': 0,
-		'zoomSpeedOut': 0
-	});
-})
-</script>
-
-</head>
-<body onload="parent.document.create.target.value = '{MEDIA_DIRECTORY}{CURRENT_DIR}'; parent.document.upload.target.value = '{MEDIA_DIRECTORY}{CURRENT_DIR}';">
-<table cellpadding="4" cellspacing="0" border="0" width="100%" class="browse_header">
-	<tr>
-		<td align="left" width="100">
-			<a href="{PARENT_DIR_LINK}">
-				<img src="{THEME_URL}/images/up_folder_16.png" border="0" class="{DISPLAY_UP_ARROW}" alt="^" align="absmiddle" />
-			</a>
-			<a href="{PARENT_DIR_LINK}" class="{DISPLAY_UP_ARROW}">
-				{TEXT_UP}
-			</a>
-		</td>
-		<td align="center">
-			{TEXT_CURRENT_FOLDER}: {MEDIA_DIRECTORY}{CURRENT_DIR}
-		</td>
-		<td align="right" width="100" >
-			<a href="browse.php?dir={CURRENT_DIR}">
-				<img src="{THEME_URL}/images/reload_16.png" border="0" alt="" align="absmiddle" />
-			</a>
-			<a id="reload" href="browse.php?dir={CURRENT_DIR}">
-				{TEXT_RELOAD}
-			</a>
-		</td>
-	</tr>
-</table>
-
-<table id="browser" cellpadding="4" cellspacing="0" border="0" width="100%" class="{DISPLAY_LIST_TABLE}">
-	<thead>
-		<tr style="background-color: #EEE;">
-			<th width="18" class="headline">{TEXT_TYPE}</th>
-			<th align="left" class="headline">{TEXT_NAME}</th>
-			<th align="right" width="80" class="headline">{TEXT_SIZE}</th>
-			<th align="right" width="80" class="headline">{TEXT_DATE}</th>
-			<th align="right" width="40" class="headline">{TEXT_RENAME}</th>
-			<th align="right" width="40" class="headline">{TEXT_DELETE}</th>
-		</tr>
-	</thead>
-	<tbody>
-		<!-- BEGIN list_block -->
-		<tr style="background-color: #{ROW_BG_COLOR};" onmouseover="this.style.backgroundColor = '#F1F8DD'" onmouseout="this.style.backgroundColor = '#{ROW_BG_COLOR}'">
-			<td style="padding-left: 10px;">
-				<img src="{FILETYPE_ICON}" class="{DISPLAY_ICON}" border="0" alt="" />
-			</td>
-			<td>
-				<a href="{LINK}" target="{LINK_TARGET}" class="{PREVIEW}">
-					{NAME}
-				</a>
-			</td>
-			<td align="right" style="font-size: 10px;">{SIZE}</td>
-			<td align="right" style="font-size: 10px;">{DATE}</td>
-			<td align="right" class="{DISPLAY_RENAME}">
-				<a href="rename.php?dir={CURRENT_DIR}&id={TEMP_ID}" title="{TEXT_RENAME}">
-					<img src="{THEME_URL}/images/modify_16.png" alt="" border="0" />
-				</a>
-			</td>
-			<td style="padding-right: 5px;" align="right" class="{DISPLAY_DELETE}">
-				<a href="#" onclick="javascript: confirm_link('{CONFIRM_DELETE}\n {NAME_SLASHED}', 'delete.php?dir={CURRENT_DIR}&id={TEMP_ID}');" title="{TEXT_DELETE}">
-					<img src="{THEME_URL}/images/delete_16.png" alt="" border="0" />
-				</a>
-			</td>
-		</tr>
-		<!-- END list_block -->
-</table>
-
-<span class="{DISPLAY_NONE_FOUND}">
-<br />
-&nbsp; &nbsp; 
-{NONE_FOUND}
-</span>
-
-</body>
-</html>
-
+<!-- BEGIN main_block -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<title>Browse Media</title>
+<link href="{THEME_URL}/media.css" rel="stylesheet" type="text/css" />
+<script language="javascript" type="text/javascript">
+function confirm_link(message, url) {
+	if(confirm(message)) location.href = url;
+}
+</script>
+
+<link href="{THEME_URL}/fancybox.css" rel="stylesheet" type="text/css" />
+
+<script type="text/javascript" src="{INCLUDE_PATH}/jquery/jquery-min.js"></script>
+<script type="text/javascript" src="{INCLUDE_PATH}/jquery/plugins/jquery-fixedheader.js"></script>
+<script type="text/javascript" src="{INCLUDE_PATH}/jquery/plugins/jquery-fancybox.js"></script>
+<script type="text/javascript" src="{INCLUDE_PATH}/jquery/plugins/jquery-metadata.js"></script>
+
+<script language="javascript" type="text/javascript">
+$(document).ready(function(){
+	$("#browser").fixedHeader({
+		width: '100%', height: 355
+	});
+	
+	$("table#browser a.preview").fancybox({ 
+		'hideOnContentClick': true,
+		'overlayShow': true,
+		'zoomSpeedIn': 0,
+		'zoomSpeedOut': 0
+	});
+})
+</script>
+
+</head>
+<body onload="parent.document.create.target.value = '{MEDIA_DIRECTORY}{CURRENT_DIR}'; parent.document.upload.target.value = '{MEDIA_DIRECTORY}{CURRENT_DIR}';">
+<table cellpadding="4" cellspacing="0" border="0" width="100%" class="browse_header">
+	<tr>
+		<td align="left" width="100">
+			<a href="{PARENT_DIR_LINK}">
+				<img src="{THEME_URL}/images/up_folder_16.png" border="0" class="{DISPLAY_UP_ARROW}" alt="^" align="absmiddle" />
+			</a>
+			<a href="{PARENT_DIR_LINK}" class="{DISPLAY_UP_ARROW}">
+				{TEXT_UP}
+			</a>
+		</td>
+		<td align="center">
+			{TEXT_CURRENT_FOLDER}: {MEDIA_DIRECTORY}{CURRENT_DIR}
+		</td>
+		<td align="right" width="100" >
+			<a href="browse.php?dir={CURRENT_DIR}">
+				<img src="{THEME_URL}/images/reload_16.png" border="0" alt="" align="absmiddle" />
+			</a>
+			<a id="reload" href="browse.php?dir={CURRENT_DIR}">
+				{TEXT_RELOAD}
+			</a>
+		</td>
+	</tr>
+</table>
+
+<table id="browser" cellpadding="4" cellspacing="0" border="0" width="100%" class="{DISPLAY_LIST_TABLE}">
+	<thead>
+		<tr style="background-color: #EEE;">
+			<th width="18" class="headline">{TEXT_TYPE}</th>
+			<th align="left" class="headline">{TEXT_NAME}</th>
+			<th align="right" width="80" class="headline">{TEXT_SIZE}</th>
+			<th align="right" width="80" class="headline">{TEXT_DATE}</th>
+			<th align="right" width="40" class="headline">{TEXT_RENAME}</th>
+			<th align="right" width="40" class="headline">{TEXT_DELETE}</th>
+		</tr>
+	</thead>
+	<tbody>
+		<!-- BEGIN list_block -->
+		<tr style="background-color: #{ROW_BG_COLOR}" onmouseover="this.style.backgroundColor = '#F1F8DD'" onmouseout="this.style.backgroundColor = '#{ROW_BG_COLOR}'">
+			<td style="padding-left: 10px;">
+				<img src="{FILETYPE_ICON}" class="{DISPLAY_ICON}" border="0" alt="" />
+			</td>
+			<td>
+				<a href="{LINK}" target="{LINK_TARGET}" class="{PREVIEW}">
+					{NAME}
+				</a>
+			</td>
+			<td align="right" style="font-size: 10px;">{SIZE}</td>
+			<td align="right" style="font-size: 10px;">{DATE}</td>
+			<td align="right" class="{DISPLAY_RENAME}">
+				<a href="rename.php?dir={CURRENT_DIR}&id={TEMP_ID}" title="{TEXT_RENAME}">
+					<img src="{THEME_URL}/images/modify_16.png" alt="" border="0" />
+				</a>
+			</td>
+			<td style="padding-right: 5px;" align="right" class="{DISPLAY_DELETE}">
+				<a href="#" onclick="javascript: confirm_link('{CONFIRM_DELETE}\n {NAME_SLASHED}', 'delete.php?dir={CURRENT_DIR}&id={TEMP_ID}');" title="{TEXT_DELETE}">
+					<img src="{THEME_URL}/images/delete_16.png" alt="" border="0" />
+				</a>
+			</td>
+		</tr>
+		<!-- END list_block -->
+</table>
+
+<span class="{DISPLAY_NONE_FOUND}">
+<br />
+&nbsp; &nbsp; 
+{NONE_FOUND}
+</span>
+
+</body>
+</html>
+
 <!-- END main_block -->
\ No newline at end of file
Index: branches/2.8.x/wb/templates/wb_theme/templates/groups_form.htt
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/templates/groups_form.htt	(revision 1252)
+++ branches/2.8.x/wb/templates/wb_theme/templates/groups_form.htt	(revision 1253)
@@ -1,6 +1,6 @@
 <!-- BEGIN main_block -->
 
-<h2 style="{DISPLAY_EXTRA};">{HEADING_MODIFY_GROUP}</h2>
+<h2 style="{DISPLAY_EXTRA}">{HEADING_MODIFY_GROUP}</h2>
 
 <form name="group" action="{ACTION_URL}" method="post" class="{DISPLAY_ADD}">
 <input type="hidden" name="advanced" value="{ADVANCED}" />
Index: branches/2.8.x/wb/templates/wb_theme/templates/pages_settings.htt
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/templates/pages_settings.htt	(revision 1252)
+++ branches/2.8.x/wb/templates/wb_theme/templates/pages_settings.htt	(revision 1253)
@@ -45,7 +45,7 @@
 		</ul>
 	</td>
 	<td rowspan="10" valign="top" style="padding-left: 20px; padding-top: 8px;">
-		<div id="allowed_viewers" style="{DISPLAY_VIEWERS};">
+		<div id="allowed_viewers" style="{DISPLAY_VIEWERS}">
 			{TEXT_ALLOWED_VIEWERS}:
 			<ul style="list-style-type: none; margin: 0; padding: 0;">
 				<!-- BEGIN group_list_block2 -->
Index: branches/2.8.x/wb/templates/argos_theme/templates/groups_form.htt
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/templates/groups_form.htt	(revision 1252)
+++ branches/2.8.x/wb/templates/argos_theme/templates/groups_form.htt	(revision 1253)
@@ -1,5 +1,5 @@
 <!-- BEGIN main_block -->
-<h2 style="{DISPLAY_EXTRA};">{HEADING_MODIFY_GROUP}</h2>
+<h2 style="{DISPLAY_EXTRA}">{HEADING_MODIFY_GROUP}</h2>
 
 <form name="group" action="{ACTION_URL}" method="post" class="{DISPLAY_ADD}">
 <input type="hidden" name="advanced" value="{ADVANCED}" />
