From 600d5c79988ee9b3cf9ce2bb1f58635ca3a83a43 Mon Sep 17 00:00:00 2001 From: Fabien Pinckaers Date: Mon, 11 Mar 2013 21:00:52 +0100 Subject: [PATCH] [IMP] create a database wizard layout improvement for useability bzr revid: fp@openerp.com-20130311200052-62xdyaimjlvyatps --- addons/web/static/src/css/base.css | 4 ++++ addons/web/static/src/css/base.sass | 5 ++++ addons/web/static/src/xml/base.xml | 37 ++++++++++++++++++++--------- 3 files changed, 35 insertions(+), 11 deletions(-) diff --git a/addons/web/static/src/css/base.css b/addons/web/static/src/css/base.css index 018f9f7bbe4..4fb4bc039a0 100644 --- a/addons/web/static/src/css/base.css +++ b/addons/web/static/src/css/base.css @@ -3165,6 +3165,10 @@ div.ui-widget-overlay { border-radius: 3px; } +.openerp .db_option_table td { + padding-bottom: 10px !important; +} + .openerp_ie .oe_form_field_boolean input { background: white; } diff --git a/addons/web/static/src/css/base.sass b/addons/web/static/src/css/base.sass index 0a73728678d..550a746b7ad 100644 --- a/addons/web/static/src/css/base.sass +++ b/addons/web/static/src/css/base.sass @@ -2495,6 +2495,11 @@ div.ui-widget-overlay @include radius(3px) // }}} +.openerp + .db_option_table + td + padding-bottom: 10px !important + // Internet Explorer 9+ specifics {{{ .openerp_ie .oe_form_field_boolean input diff --git a/addons/web/static/src/xml/base.xml b/addons/web/static/src/xml/base.xml index 8fbd02525a1..26b1cc09019 100644 --- a/addons/web/static/src/xml/base.xml +++ b/addons/web/static/src/xml/base.xml @@ -106,33 +106,44 @@

- Create Database + Create a New Database

-
- +

+ Fill in this form to create an OpenERP database. You can + create databases for different companies or for different + goals (testing, production). Once the database is created, + you will be able to install your first application. +

+

+ By default, the master password is 'admin' if you did not changed it. +

+
- + - - + + - + - - + + + + +
+ +
- + + Check this box to evaluate OpenERP.
- +