[IMP] remove icons

bzr revid: fp@openerp.com-20120716223730-39902qkld3rrsolp
This commit is contained in:
Fabien Pinckaers 2012-07-17 00:37:30 +02:00
parent cc09a0d1b6
commit 93b9e72bfa
1 changed files with 4 additions and 4 deletions

View File

@ -19,12 +19,12 @@
</group>
<footer>
<div states="init">
<button name="update_module" string="Update" type="object" icon="gtk-ok" class="oe_highlight"/> or
<button special="cancel" string="Cancel" icon="gtk-cancel" class="oe_link"/>
<button name="update_module" string="Update" type="object" class="oe_highlight"/> or
<button special="cancel" string="Cancel" class="oe_link"/>
</div>
<div states="done">
<button name="action_module_open" string="Open Modules" type="object" icon="gtk-go-forward" class="oe_highlight"/> or
<button special="cancel" string="Close" icon="gtk-ok" class="oe_link"/>
<button name="action_module_open" string="Open Modules" type="object" class="oe_highlight"/> or
<button special="cancel" string="Close" class="oe_link"/>
</div>
</footer>
</form>