[IMP] event: Add cancel button to wizard (Registrations,List partner registrations)
authorpsi (Open ERP) <psi@tinyerp.co.in>
Thu, 18 Mar 2010 07:08:17 +0000 (12:38 +0530)
committerpsi (Open ERP) <psi@tinyerp.co.in>
Thu, 18 Mar 2010 07:08:17 +0000 (12:38 +0530)
bzr revid: psi@tinyerp.co.in-20100318070817-gzmsblosp54me6kb

addons/event/wizard/event_registration_view.xml
addons/event/wizard/event_registrations_partner.xml

index bf56c7d..5afe437 100644 (file)
@@ -8,7 +8,8 @@
             <field name="type">form</field>
             <field name="arch" type="xml">
               <form string="">
-               <button name="open_registration" string="Open Registrations" type="object"/>
+               <button special="cancel" string="Cancel" icon="gtk-cancel"/>
+               <button name="open_registration" string="Open Registrations" type="object" icon="gtk-open"/>
                        </form>
             </field>
                </record>
index 6d198e5..c700bde 100644 (file)
@@ -8,7 +8,8 @@
             <field name="type">form</field>
             <field name="arch" type="xml">
                 <form string="Event Partners">
-                       <button name="list_partners" string="Open Partners" type="object"/>
+                       <button special="cancel" string="Cancel" icon="gtk-cancel"/>
+                       <button name="list_partners" string="Open Partners" type="object" icon="gtk-open"/>
                                 </form>
             </field>
                </record>