Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1444)
+++ branches/2.8.x/CHANGELOG	(revision 1445)
@@ -11,7 +11,9 @@
 ! = Update/Change
 
 ------------------------------------- 2.8.2 -------------------------------------
-22 Apr-2011 Build 1443 Dietmar Woellbrink (Luisehahne)
+27 Apr-2011 Build 1445 Dietmar Woellbrink (Luisehahne)
+# small validation fixes in backend themes
+22 Apr-2011 Build 1444 Dietmar Woellbrink (Luisehahne)
 # fix wrong url in captacha 
 19 Apr-2011 Build 1443 Dietmar Woellbrink (Luisehahne)
 ! remove auto including YUI Framework in backend for modules, enable with ->print_footer(true)
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1444)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1445)
@@ -52,6 +52,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.2.RC5');
-if(!defined('REVISION')) define('REVISION', '1444');
+if(!defined('REVISION')) define('REVISION', '1445');
 
 ?>
Index: branches/2.8.x/wb/templates/wb_theme/templates/error.htt
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/templates/error.htt	(revision 1444)
+++ branches/2.8.x/wb/templates/wb_theme/templates/error.htt	(revision 1445)
@@ -1,6 +1,6 @@
 <!-- BEGIN main_block -->
-<div style='text-align:center;'>
-	<p>{MESSAGE}</p>
-	<p><a href="{LINK}">{BACK}</a></p>
+<div style="text-align:center;">
+	{MESSAGE}<br />
+	<h3 style="text-align:center;"><a href="{LINK}">{BACK}</a></h3>
 </div>
 <!-- END main_block -->
\ No newline at end of file
Index: branches/2.8.x/wb/templates/wb_theme/templates/success.htt
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/templates/success.htt	(revision 1444)
+++ branches/2.8.x/wb/templates/wb_theme/templates/success.htt	(revision 1445)
@@ -1,11 +1,11 @@
-<!-- BEGIN main_block -->
-<div class="error_box">
- <p>{MESSAGE}</p>
-<!-- BEGIN show_redirect_block -->
- <script language="javascript" type="text/javascript">
-  setTimeout("location.href='{REDIRECT}'", {REDIRECT_TIMER});
- </script>
-<!-- END show_redirect_block -->
- <p><a href="{REDIRECT}" title="{NEXT}">{BACK}</a></p>
-</div>
+<!-- BEGIN main_block -->
+<div class="error_box">
+ {MESSAGE}<br />
+<!-- BEGIN show_redirect_block -->
+ <script type="text/javascript">
+  setTimeout("location.href='{REDIRECT}'", {REDIRECT_TIMER});
+ </script>
+<!-- END show_redirect_block -->
+ <h3 style="text-align:center;"><a href="{REDIRECT}" title="{NEXT}">{BACK}</a></h3>
+</div>
 <!-- END main_block -->
\ No newline at end of file
Index: branches/2.8.x/wb/templates/argos_theme/templates/error.htt
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/templates/error.htt	(revision 1444)
+++ branches/2.8.x/wb/templates/argos_theme/templates/error.htt	(revision 1445)
@@ -1,6 +1,6 @@
 <!-- BEGIN main_block -->
-<div style='text-align:center;'>
-	<p>{MESSAGE}</p>
-	<p><a href="{LINK}">{BACK}</a></p>
+<div style="text-align:center;">
+	{MESSAGE}<br />
+	<h3 style="text-align:center;"><a href="{LINK}">{BACK}</a></h3>
 </div>
 <!-- END main_block -->
\ No newline at end of file
Index: branches/2.8.x/wb/templates/argos_theme/templates/success.htt
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/templates/success.htt	(revision 1444)
+++ branches/2.8.x/wb/templates/argos_theme/templates/success.htt	(revision 1445)
@@ -1,11 +1,11 @@
-<!-- BEGIN main_block -->
-<div class="error_box">
- <p>{MESSAGE}</p>
-<!-- BEGIN show_redirect_block -->
- <script language="javascript" type="text/javascript">
-  setTimeout("location.href='{REDIRECT}'", {REDIRECT_TIMER});
- </script>
-<!-- END show_redirect_block -->
- <p><a href="{REDIRECT}" title="{NEXT}">{BACK}</a></p>
-</div>
+<!-- BEGIN main_block -->
+<div class="error_box">
+ {MESSAGE}<br />
+<!-- BEGIN show_redirect_block -->
+ <script type="text/javascript">
+  setTimeout("location.href='{REDIRECT}'", {REDIRECT_TIMER});
+ </script>
+<!-- END show_redirect_block -->
+ <h3 style="text-align:center;"><a href="{REDIRECT}" title="{NEXT}">{BACK}</a></h3>
+</div>
 <!-- END main_block -->
\ No newline at end of file
