diff --git a/bt5/erp5_web_multiflex5_theme/SkinTemplateItem/portal_skins/erp5_web_multiflex5_theme/WebSection_viewNavigationWidget.xml b/bt5/erp5_web_multiflex5_theme/SkinTemplateItem/portal_skins/erp5_web_multiflex5_theme/WebSection_viewNavigationWidget.xml
index 5fa8ad3f78fc49084185be80537dcca674797d74..564d522722546bda40956414b7a4e3daf7056604 100644
--- a/bt5/erp5_web_multiflex5_theme/SkinTemplateItem/portal_skins/erp5_web_multiflex5_theme/WebSection_viewNavigationWidget.xml
+++ b/bt5/erp5_web_multiflex5_theme/SkinTemplateItem/portal_skins/erp5_web_multiflex5_theme/WebSection_viewNavigationWidget.xml
@@ -11,9 +11,7 @@
       <dictionary>
         <item>
             <key> <string>_Cacheable__manager_id</string> </key>
-            <value>
-              <none/>
-            </value>
+            <value> <string>web_site_user_ram_cache</string> </value>
         </item>
         <item>
             <key> <string>_bind_names</string> </key>
@@ -72,15 +70,6 @@
       <!--[if lte IE 6]></td></tr></table></a><![endif]-->\n
       </tal:block>\n
     </li>\n
-    <tal:block tal:condition="here/portal_membership/isAnonymousUser">\n
-    <li class="login"><a href="#" i18n:translate="" i18n:domain="ui"\n
-           tal:attributes="href python:\'%s/login_form\' % web_site_url">Login</a></li>\n
-    </tal:block>\n
-    <tal:block tal:condition="not:here/portal_membership/isAnonymousUser">\n
-    <li class="login"><a tal:attributes="href python:\'%s/logout\' % web_site_url">\n
-        <tal:block i18n:translate="" i18n:domain="ui">Logout</tal:block>\n
-        (<tal:block tal:replace="python:here.portal_membership.getAuthenticatedMember().getUserName()" />)</a></li>\n
-    </tal:block>\n
   </ul>\n
 </tal:block>\n
 
diff --git a/bt5/erp5_web_multiflex5_theme/SkinTemplateItem/portal_skins/erp5_web_multiflex5_theme/mf54_content.css.xml b/bt5/erp5_web_multiflex5_theme/SkinTemplateItem/portal_skins/erp5_web_multiflex5_theme/mf54_content.css.xml
index 0b88daf0392a1855c98eb1aefe8d6e609e0e9bd1..e67adb974fd1b0d0e73356a9223082b09c8f046f 100644
--- a/bt5/erp5_web_multiflex5_theme/SkinTemplateItem/portal_skins/erp5_web_multiflex5_theme/mf54_content.css.xml
+++ b/bt5/erp5_web_multiflex5_theme/SkinTemplateItem/portal_skins/erp5_web_multiflex5_theme/mf54_content.css.xml
@@ -343,10 +343,6 @@
 /* We will have to handle the different types in another way */\n
 /* .subcontent h1.group_title {background: url(./mf54_image/icon_celltitle_menu.gif) no-repeat; background-position:225px 5px;} */\n
 \n
-.main a img, .main a:hover img {\n
-  border-width: 1px;\n
-}\n
-\n
 .container {\n
   clear: both;\n
 }\n
@@ -368,6 +364,13 @@ fieldset.editable.bottom div.input {\n
   padding: 0;\n
 }\n
 \n
+div.editable > a > img,\n
+fieldset.editable div.input > a > img,\n
+fieldset.editable div.field > label > a > img {\n
+  float:none;\n
+  margin:0;\n
+}\n
+\n
 #transition_message {\n
   font-size:120%;\n
   padding:5px 10px;\n
@@ -392,6 +395,31 @@ button.sort_button span {\n
   font-weight: bold;\n
 }\n
 \n
+/* Popup info window style */\n
+div.search_popup {\n
+  background-color: #c3e3df;\n
+  display: none;\n
+  position:fixed;\n
+  left:500px;\n
+  width:150px;\n
+  top:130px;\n
+  padding:10px;\n
+  border:1px solid black;\n
+  z-index:100;\n
+}\n
+\n
+div.popup_row{\n
+  clear:right;\n
+}\n
+\n
+div.popup_row span.popup_label{\n
+  font-weight: bold;\n
+}\n
+\n
+div.popup_row a{\n
+  color: green!important;\n
+}\n
+\n
 /* Edit tabs styling.\n
 ** Edit tabs are another part of admin stuffs and\n
 ** should respect other admin design convention\n
diff --git a/bt5/erp5_web_multiflex5_theme/bt/revision b/bt5/erp5_web_multiflex5_theme/bt/revision
index 3fbd193e4a2dea8bb1d580e5bab0e1e586ee8686..e3b5acb83455926f7a928b8ab4de46bfdb4605bd 100644
--- a/bt5/erp5_web_multiflex5_theme/bt/revision
+++ b/bt5/erp5_web_multiflex5_theme/bt/revision
@@ -1 +1 @@
-106
\ No newline at end of file
+107
\ No newline at end of file