Add more cols in buttons group to help other modules add buttons in same line

This commit is contained in:
Jordi Esteve 2015-03-31 20:55:05 +02:00
parent c37f3e0ca9
commit 08472d05e6

View File

@ -6,7 +6,7 @@ copyright notices and license terms. -->
<xpath
expr="/form/notebook/page[@id=&quot;sale&quot;]/group/group[@id=&quot;buttons&quot;]"
position="replace_attributes">
<group col="8" colspan="2" id="buttons"/>
<group col="10" colspan="2" id="buttons"/>
</xpath>
<xpath
expr="/form/notebook/page[@id=&quot;sale&quot;]/group/group/button[@name=&quot;process&quot;]"