Jalpesh Patel(OpenERP) has proposed merging 
lp:~openerp-commiter/openobject-addons/trunk-configuration_wizard_improvement-atp-improve-general-apply-button-color-in-configuration-wizard-pja
 into 
lp:~openerp-dev/openobject-addons/trunk-configuration_wizard_improvement-atp.

Requested reviews:
  Atul Patel(OpenERP) (atp-openerp)

For more details, see:
https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-configuration_wizard_improvement-atp-improve-general-apply-button-color-in-configuration-wizard-pja/+merge/109125

Hello
    i am improve Apply button color in general configuration wizard.
Thanks.
-- 
https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-configuration_wizard_improvement-atp-improve-general-apply-button-color-in-configuration-wizard-pja/+merge/109125
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-configuration_wizard_improvement-atp.
=== modified file 'account/res_config_view.xml'
--- account/res_config_view.xml	2012-06-04 12:11:39 +0000
+++ account/res_config_view.xml	2012-06-07 12:32:39 +0000
@@ -17,7 +17,7 @@
             <field name="arch" type="xml">
                 <form string="Configure Accounting" layout="manual">
                     <header>
-                        <button string="Apply" type="object" name="execute"/>
+                        <button string="Apply" type="object" name="execute" class="oe_form_button_hi"/>
                         <button string="Cancel" special="cancel"/>
                     </header>
                     <sheet layout="auto">

=== modified file 'base_setup/base_setup_views.xml'
--- base_setup/base_setup_views.xml	2012-06-04 12:11:39 +0000
+++ base_setup/base_setup_views.xml	2012-06-07 12:32:39 +0000
@@ -47,7 +47,7 @@
         <field name="arch" type="xml">
             <form string="Configure Sales" layout="manual">
                 <header>
-                    <button string="Apply" type="object" name="execute"/>
+                    <button string="Apply" type="object" name="execute" class="oe_form_button_hi"/>
                     <button string="Cancel" special="cancel"/>
                 </header>
                 <sheet layout="auto">

=== modified file 'base_setup/res_config_view.xml'
--- base_setup/res_config_view.xml	2012-06-04 12:11:39 +0000
+++ base_setup/res_config_view.xml	2012-06-07 12:32:39 +0000
@@ -8,7 +8,7 @@
             <field name="arch" type="xml">
                 <form string="General Settings" layout="manual">
                     <header>
-                        <button string="Apply" type="object" name="execute"/>
+                        <button string="Apply" type="object" name="execute" class="oe_form_button_hi"/>
                         <button string="Cancel" special="cancel"/>
                     </header>
                     <sheet layout="auto">

=== modified file 'hr/res_config_view.xml'
--- hr/res_config_view.xml	2012-06-04 12:11:39 +0000
+++ hr/res_config_view.xml	2012-06-07 12:32:39 +0000
@@ -16,7 +16,7 @@
             <field name="arch" type="xml">
                 <form string ="Configure Human Resources" layout="manual">
                     <header>
-                        <button string="Apply" type="object" name="execute"/>
+                        <button string="Apply" type="object" name="execute" class="oe_form_button_hi"/>
                         <button string="Cancel" special="cancel"/>
                     </header>
                     <sheet layout="auto">

=== modified file 'knowledge/res_config_view.xml'
--- knowledge/res_config_view.xml	2012-06-04 12:11:39 +0000
+++ knowledge/res_config_view.xml	2012-06-07 12:32:39 +0000
@@ -8,7 +8,7 @@
             <field name="arch" type="xml">
                 <form string="Configure Knowledge" layout="manual">
                     <header>
-                        <button string="Apply" type="object" name="execute"/>
+                        <button string="Apply" type="object" name="execute" class="oe_form_button_hi"/>
                         <button string="Cancel" special="cancel"/>
                     </header>
                     <sheet layout="auto">

=== modified file 'marketing/res_config_view.xml'
--- marketing/res_config_view.xml	2012-06-04 12:11:39 +0000
+++ marketing/res_config_view.xml	2012-06-07 12:32:39 +0000
@@ -8,7 +8,7 @@
             <field name="arch" type="xml">
                 <form string="Configure Marketing" layout="manual">
                     <header>
-                        <button string="Apply" type="object" name="execute"/>
+                        <button string="Apply" type="object" name="execute" class="oe_form_button_hi"/>
                         <button string="Cancel" special="cancel"/>
                     </header>
                     <sheet layout="auto">

=== modified file 'mrp/res_config_view.xml'
--- mrp/res_config_view.xml	2012-06-04 12:11:39 +0000
+++ mrp/res_config_view.xml	2012-06-07 12:32:39 +0000
@@ -8,7 +8,7 @@
             <field name="arch" type="xml">
                 <form string="Configure Manufacturing" layout="manual">
                     <header>
-                        <button string="Apply" type="object" name="execute"/>
+                        <button string="Apply" type="object" name="execute" class="oe_form_button_hi"/>
                         <button string="Cancel" special="cancel"/>
                     </header>
                     <sheet layout="auto">

=== modified file 'project/res_config_view.xml'
--- project/res_config_view.xml	2012-06-04 12:11:39 +0000
+++ project/res_config_view.xml	2012-06-07 12:32:39 +0000
@@ -9,7 +9,7 @@
             <field name="arch" type="xml">
                 <form string="Configure Project" layout="manual">
                     <header>
-                        <button string="Apply" type="object" name="execute"/>
+                        <button string="Apply" type="object" name="execute" class="oe_form_button_hi"/>
                         <button string="Cancel" special="cancel"/>
                     </header>
                     <sheet layout="auto">

=== modified file 'purchase/res_config_view.xml'
--- purchase/res_config_view.xml	2012-06-04 12:11:39 +0000
+++ purchase/res_config_view.xml	2012-06-07 12:32:39 +0000
@@ -8,7 +8,7 @@
             <field name="arch" type="xml">
                 <form string="Configure Purchases" layout="manual">
                     <header>
-                        <button string="Apply" type="object" name="execute"/>
+                        <button string="Apply" type="object" name="execute" class="oe_form_button_hi"/>
                         <button string="Cancel" special="cancel"/>
                     </header>
                     <sheet layout="auto">

=== modified file 'stock/res_config_view.xml'
--- stock/res_config_view.xml	2012-06-04 12:11:39 +0000
+++ stock/res_config_view.xml	2012-06-07 12:32:39 +0000
@@ -9,7 +9,7 @@
             <field name="arch" type="xml">
                 <form string ="Configure Warehouse" layout="manual">
                     <header>
-                        <button string="Apply" type="object" name="execute"/>
+                        <button string="Apply" type="object" name="execute" class="oe_form_button_hi"/>
                         <button string="Cancel" special="cancel"/>
                     </header>
                     <sheet layout="auto">

_______________________________________________
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