[IMP] in all config wizards, add class 'oe_highlight_on_dirty' on button 'Apply'

bzr revid: rco@openerp.com-20120625135504-0f03j2j6p7d1pp7l
This commit is contained in:
Raphael Collet 2012-06-25 15:55:04 +02:00
parent 991323c466
commit 12ae053fba
9 changed files with 10 additions and 10 deletions

View File

@ -17,7 +17,7 @@
<field name="arch" type="xml">
<form string="Configure Accounting" version="7.0">
<header>
<button string="Apply" type="object" name="execute" class="oe_highlight"/>
<button string="Apply" type="object" name="execute" class="oe_highlight_on_dirty"/>
<button string="Cancel" special="cancel"/>
</header>
<sheet>

View File

@ -8,7 +8,7 @@
<field name="arch" type="xml">
<form string="General Settings" version="7.0">
<header>
<button string="Apply" type="object" name="execute" class="oe_highlight"/>
<button string="Apply" type="object" name="execute" class="oe_highlight_on_dirty"/>
<button string="Cancel" special="cancel"/>
</header>
<sheet>
@ -55,7 +55,7 @@
<field name="arch" type="xml">
<form string="Configure Sales" version="7.0">
<header>
<button string="Apply" type="object" name="execute" class="oe_highlight"/>
<button string="Apply" type="object" name="execute" class="oe_highlight_on_dirty"/>
<button string="Cancel" special="cancel"/>
</header>
<sheet>

View File

@ -16,7 +16,7 @@
<field name="arch" type="xml">
<form string="Configure Human Resources" version="7.0">
<header>
<button string="Apply" type="object" name="execute" class="oe_highlight"/>
<button string="Apply" type="object" name="execute" class="oe_highlight_on_dirty"/>
<button string="Cancel" special="cancel"/>
</header>
<sheet>

View File

@ -8,7 +8,7 @@
<field name="arch" type="xml">
<form string="Configure Knowledge" version="7.0">
<header>
<button string="Apply" type="object" name="execute" class="oe_highlight"/>
<button string="Apply" type="object" name="execute" class="oe_highlight_on_dirty"/>
<button string="Cancel" special="cancel"/>
</header>
<sheet>

View File

@ -8,7 +8,7 @@
<field name="arch" type="xml">
<form string="Configure Marketing" version="7.0">
<header>
<button string="Apply" type="object" name="execute" class="oe_highlight"/>
<button string="Apply" type="object" name="execute" class="oe_highlight_on_dirty"/>
<button string="Cancel" special="cancel"/>
</header>
<group string="Campaigns">

View File

@ -8,7 +8,7 @@
<field name="arch" type="xml">
<form string="Configure Manufacturing" version="7.0">
<header>
<button string="Apply" type="object" name="execute" class="oe_highlight"/>
<button string="Apply" type="object" name="execute" class="oe_highlight_on_dirty"/>
<button string="Cancel" special="cancel"/>
</header>
<sheet>

View File

@ -8,7 +8,7 @@
<field name="arch" type="xml">
<form string="Configure Project" version="7.0">
<header>
<button string="Apply" type="object" name="execute" class="oe_highlight"/>
<button string="Apply" type="object" name="execute" class="oe_highlight_on_dirty"/>
<button string="Cancel" special="cancel"/>
</header>
<sheet>

View File

@ -8,7 +8,7 @@
<field name="arch" type="xml">
<form string="Configure Purchases" version="7.0">
<header>
<button string="Apply" type="object" name="execute" class="oe_highlight"/>
<button string="Apply" type="object" name="execute" class="oe_highlight_on_dirty"/>
<button string="Cancel" special="cancel"/>
</header>
<sheet>

View File

@ -9,7 +9,7 @@
<field name="arch" type="xml">
<form string="Configure Warehouse" version="7.0">
<header>
<button string="Apply" type="object" name="execute" class="oe_highlight"/>
<button string="Apply" type="object" name="execute" class="oe_highlight_on_dirty"/>
<button string="Cancel" special="cancel"/>
</header>
<sheet>