Foram Katharotiya (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-config-wizard-base-fka into 
lp:~openerp-dev/openobject-addons/trunk-config-wizard-apa.

Requested reviews:
  Amit Patel (OpenERP) (apa-tiny)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-config-wizard-base-fka/+merge/115705

Hello sir,
 
 Improve layout of General Setting Config Wizard

Thanks,
FKA 
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-config-wizard-base-fka/+merge/115705
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-config-wizard-apa.
=== modified file 'base_setup/res_config_view.xml'
--- base_setup/res_config_view.xml	2012-07-16 13:43:14 +0000
+++ base_setup/res_config_view.xml	2012-07-19 11:38:23 +0000
@@ -13,22 +13,42 @@
                         <button string="Cancel" type="object" name="cancel" class="oe_link"/>
                     </header>
                     <group>
-                        <group string="Company Settings">
-                            <field name="module_multi_company"/>
-                            <separator string="External Accesses" colspan="2"/>
-                            <field name="module_share"/>
-                            <field name="module_portal"/>
-                        </group>
+                        <separator string="Company Settings" colspan="2"/>
+                            <group>
+                                <label for="id" string="Company"/>
+                                <div>
+                                    <field name="module_multi_company" class="oe_inline"/>
+                                    Manage<label for="module_multi_company"/>
+                                </div>
+                            </group>
+                            <div>
+                                <div>
+                                    You will also find several configuration options on your company data:
+                                    address for the header and footer, overdue payments texts, etc.
+                                </div>
+                                <button type="object" name="open_company" string="Configure Your Company Data" icon="gtk-execute" class="oe_link"/>
+                            </div>
+                    </group>
+                    <separator string="External Accesses" colspan="2"/>
+                    <group>
+                        <label for="id" string="External Accesses"/>
+                        <div>
+                            <div>
+                                <field name="module_share" class="oe_inline"/>
+                                <label for="module_share"/>
+                            </div>
+                            <div>
+                                <field name="module_portal" class="oe_inline"/>
+                                <label for="module_portal"/>
+                            </div>
+                        </div>
+                    </group>
+                    <group>
+                        <separator string="Others" colspan="2"/>
                         <group>
-                            <div>
-                                You will also find several configuration options on your company data:
-                                address for the header and footer, overdue payments texts, etc.
-                            </div>
-                            <button type="object" name="open_company" string="Configure Your Company Data" icon="gtk-execute"/>
-                            <separator string="Others" colspan="2"/>
                             <label for="id" string="Outgoing Mail Servers"/>
-                            <button type="action" name="%(base.action_ir_mail_server_list)d"
-                            string="Configure" icon="gtk-execute"/>
+                                <button type="action" name="%(base.action_ir_mail_server_list)d"
+                                string="Configure" icon="gtk-execute" class="oe_link"/>
                         </group>
                         
                     </group>

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to