[IMP]Event : Moodle Configuration wizard apply or cancel button display on bottom

bzr revid: hsa@tinyerp.com-20121123104815-0del3n6w41j5m7no
This commit is contained in:
Hardik 2012-11-23 16:18:15 +05:30
parent ba1e6454da
commit 64df7d9b38
1 changed files with 6 additions and 6 deletions

View File

@ -6,12 +6,6 @@
<field name="model">event.moodle.config.wiz</field>
<field name="arch" type="xml">
<form string="Configure Moodle" version="7.0">
<header>
<button type="object" name="configure_moodle"
string="Apply" class="oe_highlight" />
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group>
<separator string="Server" colspan="4"/>
<field name="server_moodle"/>
@ -25,6 +19,12 @@
<field name="moodle_username"/>
<field name="moodle_password" password="True"/>
</group>
<footer>
<button type="object" name="configure_moodle"
string="Apply" class="oe_highlight" />
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form>
</field>
</record>