Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1829)
+++ branches/2.8.x/CHANGELOG	(revision 1830)
@@ -13,6 +13,8 @@
 
 
 
+22 Nov-2012 Build 1830 Dietmar Woellbrink (Luisehahne)
+# deactivate caching in backend to fix display faults
 22 Nov-2012 Build 1829 Dietmar Woellbrink (Luisehahne)
 # bugfix check existing tables in upgrade-script
 22 Nov-2012 Build 1828 Dietmar Woellbrink (Luisehahne)
Index: branches/2.8.x/wb/admin/skel/themes/htt/header.htt
===================================================================
--- branches/2.8.x/wb/admin/skel/themes/htt/header.htt	(revision 1829)
+++ branches/2.8.x/wb/admin/skel/themes/htt/header.htt	(revision 1830)
@@ -10,6 +10,9 @@
 <meta name="author" content="WebsiteBaker Org e.V." />
 <meta http-equiv="Content-Encoding" content="gzip" />
 <meta http-equiv="Accept-Encoding" content="gzip, deflate" />
+<meta http-equiv="expires" content="0" />
+<meta http-equiv="cache-control" content="no-cache" />
+<meta http-equiv="pragma" content="no-cache" />
 <link href="{THEME_URL}/css/screen.css" rel="stylesheet" type="text/css" />
 <link href="{THEME_URL}/css/{STYLE}.css" rel="stylesheet" type="text/css" />
 {BACKEND_MODULE_CSS}
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1829)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1830)
@@ -51,5 +51,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.3');
-if(!defined('REVISION')) define('REVISION', '1829');
+if(!defined('REVISION')) define('REVISION', '1830');
 if(!defined('SP')) define('SP', '');
Index: branches/2.8.x/wb/templates/wb_theme/templates/header.htt
===================================================================
--- branches/2.8.x/wb/templates/wb_theme/templates/header.htt	(revision 1829)
+++ branches/2.8.x/wb/templates/wb_theme/templates/header.htt	(revision 1830)
@@ -10,6 +10,9 @@
 <meta name="author" content="WebsiteBaker Org e.V." />
 <meta http-equiv="Content-Encoding" content="gzip" />
 <meta http-equiv="Accept-Encoding" content="gzip, deflate" />
+<meta http-equiv="expires" content="0" />
+<meta http-equiv="cache-control" content="no-cache" />
+<meta http-equiv="pragma" content="no-cache" />
 <link href="{THEME_URL}/css/screen.css" rel="stylesheet" type="text/css" />
 {BACKEND_MODULE_CSS}
 <script type="text/javascript">
Index: branches/2.8.x/wb/templates/argos_theme/templates/header.htt
===================================================================
--- branches/2.8.x/wb/templates/argos_theme/templates/header.htt	(revision 1829)
+++ branches/2.8.x/wb/templates/argos_theme/templates/header.htt	(revision 1830)
@@ -10,6 +10,9 @@
 <meta name="author" content="WebsiteBaker Org e.V." />
 <meta http-equiv="Content-Encoding" content="gzip" />
 <meta http-equiv="Accept-Encoding" content="gzip, deflate" />
+<meta http-equiv="expires" content="0" />
+<meta http-equiv="cache-control" content="no-cache" />
+<meta http-equiv="pragma" content="no-cache" />
 <link href="{THEME_URL}/css/screen.css" rel="stylesheet" type="text/css" />
 {BACKEND_MODULE_CSS}
 <script type="text/javascript">
