Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1341)
+++ branches/2.8.x/CHANGELOG	(revision 1342)
@@ -12,6 +12,9 @@
 
 ------------------------------------- 2.8.1 -------------------------------------
 02-May-2010 Dietmar Woellbrink (Luisehahne)
+!	remove some unneeded code in backend themes templates
+!	see forum: JQuery und Backend-Theme
+02-May-2010 Dietmar Woellbrink (Luisehahne)
 !	add lang variable for new userform
 02-May-2010 Dietmar Woellbrink (Luisehahne)
 !	added IdKey to class secureForm
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1341)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1342)
@@ -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.x');
-if(!defined('REVISION')) define('REVISION', '1341');
+if(!defined('REVISION')) define('REVISION', '1342');
 
 ?>
\ No newline at end of file
Index: branches/2.8.x/wb/framework/class.wb.php
===================================================================
--- branches/2.8.x/wb/framework/class.wb.php	(revision 1341)
+++ branches/2.8.x/wb/framework/class.wb.php	(revision 1342)
@@ -289,6 +289,7 @@
 	    $tpl->set_var( 'REDIRECT', $redirect );
 	    $tpl->set_var( 'REDIRECT_TIMER', $redirect_timer );
 	    $tpl->set_var( 'NEXT', $TEXT['NEXT'] );
+	    $tpl->set_var( 'BACK', $TEXT['BACK'] );
 	    if ($redirect_timer == 0) {
 	        $tpl->set_block( 'show_redirect', '' );
 	    }
Index: branches/2.8.x/wb/templates/wb_theme/templates/footer.htt
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/templates/footer.htt	(revision 1341)
+++ branches/2.8.x/wb/templates/wb_theme/templates/footer.htt	(revision 1342)
@@ -13,11 +13,6 @@
 	</td>
 </tr>
 </table>
-<!-- full skip link functionality in webkit browsers -->
-
-<script src="{THEME_URL}/jquery/webkit-focusfix.js" type="text/javascript"></script>
-
-
 {BACKEND_BODY_MODULE_JS}
 </body>
 </html>
Index: branches/2.8.x/wb/templates/wb_theme/templates/success.htt
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/templates/success.htt	(revision 1341)
+++ branches/2.8.x/wb/templates/wb_theme/templates/success.htt	(revision 1342)
@@ -1,16 +1,11 @@
-<!-- BEGIN main_block -->
-<center>
-	
-	{MESSAGE}
-	
-	<script language="javascript" type="text/javascript">
-		setTimeout("location.href='{REDIRECT}'", {REDIRECT_TIMER});
-	</script>
-	
-	<noscript>
-		<br /><br />
-		<a href="{REDIRECT}">{NEXT}</a>
-	</noscript>
-	
-</center>
+<!-- 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>
 <!-- END main_block -->
\ No newline at end of file
Index: branches/2.8.x/wb/templates/argos_theme/templates/footer.htt
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/templates/footer.htt	(revision 1341)
+++ branches/2.8.x/wb/templates/argos_theme/templates/footer.htt	(revision 1342)
@@ -15,7 +15,6 @@
   </tr>
 </table>
 </div>
-<script src="{THEME_URL}/jquery/webkit-focusfix.js" type="text/javascript"></script>
 {BACKEND_BODY_MODULE_JS}
 </body>
 </html>
Index: branches/2.8.x/wb/templates/argos_theme/templates/success.htt
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/templates/success.htt	(revision 1341)
+++ branches/2.8.x/wb/templates/argos_theme/templates/success.htt	(revision 1342)
@@ -1,16 +1,11 @@
 <!-- BEGIN main_block -->
-<center>
-	
-	{MESSAGE}
-	
-	<script type="text/javascript">
-		setTimeout("location.href='{REDIRECT}'", {REDIRECT_TIMER});
-	</script>
-	
-	<noscript>
-		<br /><br />
-		<a href="{REDIRECT}">{NEXT}</a>
-	</noscript>
-	
-</center>
+<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>
 <!-- END main_block -->
\ No newline at end of file
Index: branches/2.8.x/wb/templates/argos_theme/templates/header.htt
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/templates/header.htt	(revision 1341)
+++ branches/2.8.x/wb/templates/argos_theme/templates/header.htt	(revision 1342)
@@ -8,9 +8,6 @@
 <meta name="description" content="{TEXT_ADMINISTRATION}" />
 <meta name="keywords" content="{TEXT_ADMINISTRATION}" />
 <link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css" />
-<!--
-<link href="{WB_URL}/include/jquery/jquery-ui.css" rel="stylesheet" type="text/css" />
--->
 {BACKEND_MODULE_CSS}
 <script type="text/javascript">
 var WB_URL = '{WB_URL}';
@@ -56,4 +53,4 @@
 <table cellpadding="0" cellspacing="0" border="0" width="900" align="center">
 <tr>
   <td class="content">
-    <!-- END header_block -->
+<!-- END header_block -->
