[IMP]improve general apply button red color in configuration wizard

bzr revid: pja@tinyerp.com-20120607103154-db1r7fzlz82prgb8
This commit is contained in:
Jalpesh Patel (OpenERP) 2012-06-07 16:01:54 +05:30
parent 77830468b7
commit 0a377b68c8
10 changed files with 10 additions and 10 deletions

View File

@ -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">

View File

@ -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">

View File

@ -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">

View File

@ -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">

View File

@ -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">

View File

@ -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">

View File

@ -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">

View File

@ -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">

View File

@ -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">

View File

@ -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">