[IMP] Layer of report webkit

bzr revid: nicolas.bessi@camptocamp.com-20110909105901-9odsx3p030znn6qc
This commit is contained in:
nicolas.bessi@camptocamp.com 2011-09-09 12:59:01 +02:00
parent a0b42c1f74
commit 92b3106212
1 changed files with 11 additions and 7 deletions

View File

@ -24,13 +24,8 @@
<field name="name"/>
<newline/>
<notebook>
<page string="Content and styling" >
<field name='company_id' />
<field name="css" colspan="4"/>
<field name="html" colspan="4"/>
<field name="footer_html" colspan="4" />
</page>
<page string="page setup" >
<page string="Company and Page Setup" >
<field name='company_id' colspan="4"/>
<field name="orientation" />
<field name="format" />
<field name="margin_top" />
@ -38,6 +33,15 @@
<field name="margin_left" />
<field name="margin_right" />
</page>
<page string="css Styling" >
<field name="css" colspan="4"/>
</page>
<page string="Webkit Header" >
<field name="html" colspan="4"/>
</page>
<page string="Webkit Footer" >
<field name="footer_html" colspan="4" />
</page>
</notebook>
</form>
</field>