Better view for wizard

This commit is contained in:
Guewen Baconnier
2014-11-17 09:50:45 +01:00
committed by Sylvain GARANCHER
parent 05982df305
commit 242146bcc2

View File

@@ -4,13 +4,14 @@
<record id="printer_update_wizard" model="ir.ui.view">
<field name="name">printing.printer.update.wizard</field>
<field name="model">printing.printer.update.wizard</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Update Printers from CUPS" col="2">
<form string="Update Printers from CUPS">
<label string="This process will create all missing printers from the current CUPS server." colspan="2"/>
<separator string="" colspan="2"/>
<button name="action_cancel" icon="gtk-cancel" string="Cancel" special="cancel"/>
<button name="action_ok" type="object" icon="gtk-ok" string="Ok"/>
<footer>
<button name="action_ok" string="Ok" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form>
</field>
</record>