[IMP]survey: remove cancel button and inprove view of wizard.

bzr revid: tpa@tinyerp.com-20120615101440-0m2xw9emegw2mhsu
This commit is contained in:
Turkesh Patel (Open ERP) 2012-06-15 15:44:40 +05:30
parent 2c2bf18173
commit 1e1b3a0e51
6 changed files with 6 additions and 15 deletions

View File

@ -13,8 +13,7 @@
<field name="arch" type="xml">
<form string="Survey" version="7.0">
<header>
<button icon="gtk-go-forward" name="action_next" string="Start" type="object"/>
<button icon="gtk-cancel" special="cancel" string="Cancel"/>
<button icon="gtk-go-forward" name="action_next" string="Start" type="object" class="oe_form_button_active_flow"/>
</header>
<group col="4">
<separator colspan="4" string = "Select Survey and Related Answer"/>

View File

@ -11,8 +11,7 @@
<field name="arch" type="xml">
<form string="Survey Print" version="7.0">
<header>
<button colspan="1" icon="gtk-print" name="action_next" string="Print" type="object"/>
<button colspan="1" icon="gtk-cancel" special="cancel" string="Cancel"/>
<button colspan="1" icon="gtk-print" name="action_next" string="Print" type="object" class="oe_form_button_active_flow"/>
</header>
<group col="4">
<separator string="Survey" colspan="4"/>

View File

@ -11,8 +11,7 @@
<field name="arch" type="xml">
<form string="Print Answer" version="7.0">
<header>
<button icon="gtk-cancel" special="cancel" string="Cancel"/>
<button icon="gtk-print" name="action_next" string="Print" type="object"/>
<button icon="gtk-print" name="action_next" string="Print" type="object" class="oe_form_button_active_flow"/>
</header>
<group col="4">
<separator string="Answer" colspan="4"/>

View File

@ -11,8 +11,7 @@
<field name="arch" type="xml">
<form string="Survey Print Statistics" version="7.0">
<header>
<button icon="gtk-print" name="action_next" string="Print" type="object"/>
<button icon="gtk-cancel" special="cancel" string="Cancel"/>
<button icon="gtk-print" name="action_next" string="Print" type="object" class="oe_form_button_active_flow"/>
</header>
<field name="survey_ids"/>
</form>

View File

@ -12,8 +12,7 @@
<field name="arch" type="xml">
<form string="Survey" version="7.0">
<header>
<button icon="gtk-cancel" special="cancel" string="Cancel"/>
<button icon="gtk-go-forward" name="action_next" string="Start" type="object"/>
<button icon="gtk-go-forward" name="action_next" string="Start" type="object" class="oe_form_button_active_flow"/>
</header>
<group string="Select Survey">
<field name="survey_id" on_change="on_change_survey(survey_id)"/>

View File

@ -11,8 +11,7 @@
<field name="arch" type="xml">
<form string="Send Invitation" version="7.0">
<header>
<button icon="gtk-go-forward" name="action_send" string="_Send" type="object"/>
<button icon="gtk-cancel" special="cancel" string="_Cancel"/>
<button icon="gtk-go-forward" name="action_send" string="_Send" type="object" class="oe_form_button_active_flow"/>
</header>
<group col="4">
<separator string="Select Partner" colspan="4"/>
@ -55,9 +54,6 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="User creation" version="7.0">
<header>
<button icon="gtk-ok" special="cancel" string="_Ok"/>
</header>
<group string="Results :">
<field name="note"/>
</group>