[FIX] fix database manager layout
authorGéry Debongnie <ged@odoo.com>
Thu, 30 Oct 2014 16:09:13 +0000 (17:09 +0100)
committerGéry Debongnie <ged@odoo.com>
Fri, 31 Oct 2014 12:57:16 +0000 (13:57 +0100)
it was hardcoded to the previous layout, so completely broken with
the css.  it now uses the current layout

addons/web/views/database_manager.html

index d9b8dde..9e645d0 100644 (file)
                 <ul class="nav navbar-nav navbar-right oe_user_menu_placeholder"></ul>
             </div>
         </nav>
-        <div class="openerp openerp_webclient_container">
-        <table class="oe_webclient">
-            <tr>
-                <td class="oe_leftbar" valign="top">
-                    <div>
-                        <a class="oe_logo">
-                            <span class="oe_logo_edit">Edit Company data</span>
-                            <img src='/web/binary/company_logo'/>
-                        </a>
-
-                        <div>
-                            <div>
-                                <div class="oe_secondary_menus_container"></div>
-                            </div>
-                        </div>
-
-                        <div class="oe_footer">
-                            Powered by <a href="http://www.odoo.com" target="_blank"><span>Odoo</span></a>
-                        </div>
-                    </div>
-                </td>
-                <td class="oe_application">
-                </td>
-            </tr>
-        </table>
+        <div class="openerp openerp_webclient_container oe_webclient">
+            <div class="oe_leftbar">
+                <a class="oe_logo">
+                    <span class="oe_logo_edit">Edit Company data</span>
+                    <img src='/web/binary/company_logo'/>
+                </a>
+                <div class="oe_secondary_menus_container"></div>
+                <div class="oe_footer">
+                    Powered by <a href="http://www.odoo.com" target="_blank"><span>Odoo</span></a>
+                </div>
+            </div>
+            <div class="oe_application">
+            </div>
         </div>
 
         <!--[if lte IE 8]>