[FIX] added missing css
authorJigar Amin - OpenERP <jam@tinyerp.com>
Wed, 27 Jun 2012 10:04:34 +0000 (15:34 +0530)
committerJigar Amin - OpenERP <jam@tinyerp.com>
Wed, 27 Jun 2012 10:04:34 +0000 (15:34 +0530)
bzr revid: jam@tinyerp.com-20120627100434-jmfb76wtlg72r15u

addons/sale_crm/sale_crm_view.xml

index 8a5f561..0c46f0a 100644 (file)
@@ -10,7 +10,7 @@
             <field name="arch" type="xml">
                 <data>
                     <xpath expr="/form/header/button[@name='stage_previous']" position="before">
-                        <button string="Convert to Quote" name="%(action_crm_make_sale)d" type="action"/>
+                        <button string="Convert to Quote" name="%(action_crm_make_sale)d" type="action" class="oe_highlight"/>
                     </xpath>
                 </data>
             </field>