[FIX] wiki survey, buton cancel

bzr revid: jam@tinyerp.com-20120627131824-tqgnos4z5zedzbp0
This commit is contained in:
Jigar Amin - OpenERP 2012-06-27 18:48:24 +05:30
parent 8be3b211fd
commit 4303966837
10 changed files with 31 additions and 10 deletions

View File

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

View File

@ -11,7 +11,9 @@
<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" class="oe_highlight_on_dirty" />
<button colspan="1" name="action_next" string="Print" type="object" class="oe_highlight_on_dirty" />
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group col="4">
<separator string="Survey" colspan="4"/>

View File

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

View File

@ -11,7 +11,9 @@
<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" class="oe_highlight_on_dirty" />
<button name="action_next" string="Print" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group>
<field name="survey_ids"/>

View File

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

View File

@ -11,7 +11,9 @@
<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" class="oe_highlight_on_dirty" />
<button name="action_send" string="_Send" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group col="4">
<separator string="Select Partner" colspan="4"/>

View File

@ -11,7 +11,9 @@
<field name="arch" type="xml">
<form string="Create Menu" version="7.0">
<header>
<button name="wiki_menu_create" string="Create Menu" type="object" class="oe_highlight_on_dirty" />
<button name="wiki_menu_create" string="Create Menu" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group>
<separator string="Menu Information" colspan="4" />

View File

@ -11,7 +11,9 @@
<field name="arch" type="xml">
<form string="Create Menu" version="7.0">
<header>
<button name="wiki_do_index" string="Create Index" type="object" icon="gtk-ok" class="oe_highlight_on_dirty" />
<button name="wiki_do_index" string="Create Index" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group>
<separator string="Menu Information" colspan="4"/>

View File

@ -9,7 +9,10 @@
<field name="model">wizard.wiki.history.show_diff</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Difference">
<form string="Difference" version="7.0">
<header>
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<separator colspan="4" string="Notes"/>
<field name="file_path" colspan="4" width="300"/>
</form>

View File

@ -11,7 +11,9 @@
<field name="arch" type="xml">
<form string="Open Page" version="7.0">
<header>
<button name="open_wiki_page" string="Open Wiki Page" type="object" icon="gtk-ok" class="oe_highlight_on_dirty" />
<button name="open_wiki_page" string="Open Wiki Page" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group>
<separator string="" colspan="6" />