Index: /trunk/plugins/admin_multi_view/is_admin.inc.php
===================================================================
--- /trunk/plugins/admin_multi_view/is_admin.inc.php	(revision 2016)
+++ /trunk/plugins/admin_multi_view/is_admin.inc.php	(revision 2108)
@@ -12,4 +12,5 @@
   {
     list($user['template'], $user['theme']) = explode('/', $theme);
+    unset( $user['admin_template'], $user['admin_theme']);
   }
   $lang = pwg_get_session_var( 'multiview_lang', '' );
Index: /trunk/admin/stats.php
===================================================================
--- /trunk/admin/stats.php	(revision 1900)
+++ /trunk/admin/stats.php	(revision 2108)
@@ -5,5 +5,4 @@
 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
 // +-----------------------------------------------------------------------+
-// | branch        : BSF (Best So Far)
 // | file          : $Id$
 // | last update   : $Date$
@@ -48,5 +47,5 @@
     nb_pages
   FROM '.HISTORY_SUMMARY_TABLE;
-  
+
   if (isset($day))
   {
@@ -85,5 +84,5 @@
     year ASC,
     month ASC
-;';   
+;';
   }
   else
@@ -94,5 +93,5 @@
   ORDER BY
     year ASC
-;';   
+;';
   }
 
@@ -211,5 +210,5 @@
     sprintf('%4u.%02u.%02u.%02u', $year, $month, $day, $hour),
     );
-  
+
   $query = '
 SELECT
@@ -370,5 +369,5 @@
 
   $time = mktime(12, 0, 0, $page['month'], $page['day'], $page['year']);
-  
+
   $day_title = sprintf(
     '%u (%s)',
@@ -376,5 +375,5 @@
     $lang['day'][date('w', $time)]
     );
-  
+
   array_push(
     $title_parts,
@@ -456,7 +455,7 @@
       $datas[$i] = 0;
     }
-  
+
     $url = null;
-  
+
     if (isset($page['day']))
     {
@@ -472,7 +471,7 @@
         .'&amp;day='.$i
         ;
-  
+
       $time = mktime(12, 0, 0, $page['month'], $i, $page['year']);
-      
+
       $value = $i.' ('.$lang['day'][date('w', $time)].')';
     }
@@ -485,5 +484,5 @@
         .'&amp;month='.$i
         ;
-      
+
       $value = $lang['month'][$i];
     }
@@ -496,13 +495,13 @@
         .'&amp;year='.$i
         ;
-      
+
       $value = $i;
     }
-  
+
     if ($datas[$i] != 0 and isset($url))
     {
       $value = '<a href="'.$url.'">'.$value.'</a>';
     }
-    
+
     $template->assign_block_vars(
       'statrow',
@@ -522,3 +521,2 @@
 $template->assign_var_from_handle('ADMIN_CONTENT', 'stats');
 ?>
-
Index: /trunk/template/yoga/not-ie.css
===================================================================
--- /trunk/template/yoga/not-ie.css	(revision 1900)
+++ /trunk/template/yoga/not-ie.css	(revision 2108)
@@ -20,5 +20,5 @@
 }
 ul.tabsheet li {
-  -moz-border-radius: 6px 6px 0px 0px;	/* round corners with CSS3 compliant browsers */
+  -moz-border-radius: 6px 6px 0px 0px;	/* round corners with Geko */
   -webkit-border-radius: 6px 6px 0px 0px; /* Safari webkit project */
 }
Index: /trunk/template/yoga/fix-ie7.css
===================================================================
--- /trunk/template/yoga/fix-ie7.css	(revision 1912)
+++ /trunk/template/yoga/fix-ie7.css	(revision 2108)
@@ -20,13 +20,3 @@
   margin-top: 2%;
 }
-#content UL.thumbnails SPAN.wrap2 {
-  border-radius: 8px;
-}
-.tabsheet li {
-  border-radius: 12px 12px 0px 0px;	/* round corners with CSS3 compliant browsers */
-}
-ul.tabsheet {
-  padding: 0px 0em 1.98em 6em;
-  border-bottom: 1px solid #fff;
-  border-top: 0px;
-}
+
